Releases: satnaing/astro-paper
Releases · satnaing/astro-paper
v4.0.0
Major Changes
Features
- add code-snippets for content creation #206
- add modified datetime in blog posts #195
- implement back-to-top button in blog post page #188
- add pagination in tag posts #201
- dynamically generate robots.txt #130
- add docker-compose file #174
Refactoring & Bug Fixes
- replace Slugified Title with Unslugified Tag Name #198
- implement 100svh for min-height 79d569d
- update site URL as single source of truth #143
- solve invisible text code block Issue in Light Mode #163
- decode unicode tag characters in breadcrumb #175
- update LOCALE config to cover overall locales cd02b04
New Contributors
- @ajitzero made their first contribution in #78
- @ngarbezza made their first contribution in #94
- @mateusabelli made their first contribution in #102
- @Nomango made their first contribution in #163
- @yueim made their first contribution in #175
- @eerison made their first contribution in #174
- @SSmale made their first contribution in #206
Full Changelog: v2.3.0...v4.0.0
v3.0.0
⚠ BREAKING CHANGES
Check the AstroPaper v3 in this blog post
Features
- upgrade to astro v3 (8fda50f), closes #111
- add ViewTransitions from Astro (9703e54), closes #96
- add view transitions for card on search page by @tanishqmanuja in #118
- generate OG image using templates (0f82206)
- support custom canonical URLs (#83) (4687bd5)
- update theme-color tag on theme switch (b5f5418)
- use new og images in layout (ec3c691)
- add support for canonical urls by @ngarbezza in #94
Bug Fixes
- replace SITE.website with a URL in astro.config site value in #93, fixes #72
- update code blocks scrollable by @mateusabelli in #102
- remove empty string as ogImage (5259994)
- fix single line code block wrapping issue by @audacioustux in #121
- sort posts in tags page by @pickyzz in #101
- update auto-gen OG images to allow special char usage in title (f26bf85), closes #103 #88
- update tailwind base styles config by @Luks17 in https://github.com/satnaing/astro-paper/pull/116https://github.com/satnaing/astro-paper/commit/98a2bb682af2773d6af7782a6592e9b9fab79b3b))
- update title of the blog nowrap (2df71b9)
Other Changes
- refactor: getUniqueTags should perform conversions exactly once per tag by @ajitzero in #78
- OG Image Reworks by @tanishqmanuja in #123
- AstroPaper v3 Docs by @satnaing in #126
New Contributors
- @ajitzero made their first contribution in #78
- @ngarbezza made their first contribution in #94
- @mateusabelli made their first contribution in #102
- @Luks17 made their first contribution in #116
- @audacioustux made their first contribution in #121
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
Feature
- feat: add locale configuration for Datetime component by @floatingpurr in #59
Bug Fixes
- fix: sort rss feed from latest to oldest by @saif71 in #38
- fix: build error [email protected] && update [email protected] by @pickyzz in #49
- fix: replace history entries when searching by @nihaals in #62
- fix(ignore): add yarn directories to ignorefiles by @RobRoseKnows in #63
- fix: slugify tags in post detail page by @LobbyBoy-Dray in #66
- fix: tailwind jsdoc for intellisense by @AriPerkkio in #67
- fix: add missing sitemap in head by @MrGKanev in #69
Other
New Contributors
- @saif71 made their first contribution in #38
- @pickyzz made their first contribution in #49
- @floatingpurr made their first contribution in #59
- @nihaals made their first contribution in #62
- @RobRoseKnows made their first contribution in #63
- @LobbyBoy-Dray made their first contribution in #66
- @AriPerkkio made their first contribution in #67
- @MrGKanev made their first contribution in #69
- @chrskerr made their first contribution in #71
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
Feature
- feat: generate og images in png format in #43
Bug Fixes
- fix: slugifyAll typo by @johnhooks in #33
- fix: add plugin-search-dir in prettier write for pnpm by @carlesbarreda in #34
- fix: correct typo in blog posts by @maheshrjl in #35
Others
- build(deps-dev): add jampack for performance optimization by @minadwaita in #46
- build(deps): update Astro to v2.1.3 and enable type checking in dev (329bc22)
New Contributors
- @johnhooks made their first contribution in #33
- @carlesbarreda made their first contribution in #34
- @maheshrjl made their first contribution in #35
- @minadwaita made their first contribution in #46
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
Feature
Other Changes
- fix: make schema(s) strict by @shamwela in #23
- docs: fix typo in blog post by @beeburrt in #24
- refactor: remove unnecessary comments by @Alaev in #25
- build(deps): update minor and patch dependencies
New Contributors
- @shamwela made their first contribution in #23
- @beeburrt made their first contribution in #24
- @Alaev made their first contribution in #25
Full Changelog: v2.0.0...v2.1.0
v2.0.0
⚠ BREAKING CHANGES
Check the AstroPaper v2 in this blog post
- deps: Migration of Astro to version 2
Features
- add new predefined color scheme 'astro dark' (bc263b6)
- add Mastodon social link (2ec3912)
- define blog schema and add blog collection (b420e68)
Bug Fixes
- add embedFont option for Satori (9322123)
- exclude draft posts in specific tag page (c192cd8)
- fix broken tags in PostDetails page (a61fd45)
- fix typo in title and slug (945acf4)
- hide social links section if no link is active (42eb018), closes #16
- make the last part of breadcrumb lowercase in specific tag page (c556202)
- resolve initial onChange input value bug (bf4f687)
- update card bg color (8a99601)
- use default-og for twitter card (9434d85)
build
- build(deps): bump astro and its packages to v2 (5f279b3)
Full Changelog: v1.4.0...v2.0.0
v1.4.0
What's Changed
- feat: generate dynamic og image for blog posts by @satnaing in #15
- fixed a grammar mistake on how-to-connect-astro-paper-blog-with-for… by @RealOtakuBoi in #12
New Contributors
- @RealOtakuBoi made their first contribution in #12
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.1
Bug Fixes
- disable access to draft posts via url (1c2821e)
- displays featured section only if featured posts exist (e0f93da)
- fix calculating draft posts in totalPages (19e34a0)
- hide pagination when there's only 1 page (6b35c7f)
- display '0 results' instead of '0 result' in Search by @nexxeln in #11
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Better Accessibility
- feat: improve accessibility including voiceover in #10
Changes
- move toggle theme codes from
layouts/Layout.astro
totoggle-theme.js
(5860254) - delete
utils/formatDatetime.ts
and replaced withFormattedDatetime
insidecomponents/Datetime.tsx
(0eeed8e) - 'toggling light and dark mode' code is remove from
src/components/Header.astro
and is rewritten inpublic/toggle-theme.js
file. (2ba459b) (0eeed8e) - update
:root
to:root, html[data-theme="light"]
and.theme-dark
tohtml[data-theme="dark"]
instyles/base.css
(0eeed8e) - update previous and next button disabled state (408fc4c)
- add linkTitle in social links (c9f796f)
Updates
Full Changelog: v1.1.3...v1.2.0