Releases: timlrx/tailwind-nextjs-starter-blog
Releases · timlrx/tailwind-nextjs-starter-blog
v2.3.0
What's Changed
- Fix z-index in ThemeSwitch.tsx by @PxlSyl in #906
- Add X icon and update dependencies by @timlrx in #907
- Update README.md by @buxuku in #905
- doc: update README by @wujieli0207 in #910
- Update README.md by @AmosChenZixuan in #913
- Fix yarn workaround for Windows by @kpoxo6op in #916
- standardize description and og:description by @timlrx in #931
- Add Github alerts feature by @timlrx in #932
- Update customize-kbar-search.md by @timlrx in #935
- Add highlighting to Nav links, ThemeSwitch dropdown by @trillium in #942
- Refactor MobileNav to use headlessui by @trillium in #943
- Fix Github icon title typo by @lalugue in #944
- Make post name support Chinese by @vioao in #941
- Fix email domain validation by @timlrx in #948
- Fix button alignment in ThemeSwitch component by @cxf213 in #950
- Allow line breaks for tags to keep body width on mobile by @umihico in #957
- Pages custom Actions workflow by @abernier in #958
- devcontainer by @abernier in #959
searchDocumentsPath
takingBASE_PATH
into account by @abernier in #962- Support config for self hosted plausible by @EmilMoe in #968
- fix layout
BASE_PATH
URLs by @abernier in #972 - fix: resolve console warning when switching between light and dark modes by @asanchezyali in #975
process.env.BASE_PATH
doc by @abernier in #977- Fix hydration warning on blog timestamp by @krispya in #978
- more BASE_PATH catches by @abernier in #985
- Fix issue #988 by @ray-android in #989
- Resolve Issue #990 by @ray-android in #991
- functionality for fixed navbar by @atchox in #980
- chore: update release-of-tailwind-nextjs-starter-blog-v2.0.mdx by @eltociear in #1001
- Update devcontainer image by @tadashi0713 in #1007
- Add beehiiv as newsletter platform by @lappemic in #1002
- Fix: syntax error by @edenreich in #1022
- Add decodeURI to ListLayoutWithTags by @yanyao2333 in #1012
- Fix contentlayer toc type by @timlrx in #1023
- Add the Medium to Footer by @Violet-Bora-Lee in #1029
- fix: static build should write to out folder by @timlrx in #1039
- Update to next-15 by @timlrx in #1048
- feat: add
rehype-katex-notranslate
plugin for preventing symbols in formulas to be translated by browser translate-tools. by @PrinOrange in #1049 - Add faq to deploy with docker by @timlrx in #1051
New Contributors
- @frank-mendez made their first contribution in #895
- @PxlSyl made their first contribution in #906
- @buxuku made their first contribution in #905
- @wujieli0207 made their first contribution in #910
- @AmosChenZixuan made their first contribution in #913
- @kpoxo6op made their first contribution in #916
- @jdhaines made their first contribution in #921
- @LorenzoCruccu made their first contribution in #925
- @JcobCN made their first contribution in #934
- @lalugue made their first contribution in #944
- @andrew-sameh made their first contribution in #945
- @vioao made their first contribution in #941
- @rullydamara made their first contribution in #949
- @cxf213 made their first contribution in #950
- @abernier made their first contribution in #958
- @webws made their first contribution in #964
- @EmilMoe made their first contribution in #968
- @asanchezyali made their first contribution in #975
- @krispya made their first contribution in #978
- @ray-android made their first contribution in #983
- @bensonmacharia made their first contribution in #995
- @atchox made their first contribution in #980
- @eltociear made their first contribution in #1001
- @tadashi0713 made their first contribution in #1007
- @lappemic made their first contribution in #1002
- @armujahid made their first contribution in #1014
- @giovanni-orciuolo made their first contribution in #1015
- @edenreich made their first contribution in #1022
- @yanyao2333 made their first contribution in #1012
- @Violet-Bora-Lee made their first contribution in #1029
- @dergigi made their first contribution in #1033
- @eshut made their first contribution in #1047
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Fix the table element overflow by @PrinOrange in #787
- update README.md by @zS1m in #788
- Adding example of site using v2 of template to README by @mark-pitblado in #790
- add blog example in README by @earayu in #804
- Add type to
projectsData.ts
by @iamkroot in #801 - docs(readme): add note when installing on windows by @kasin-it in #808
- Update README.md about V2 example by @mingi3442 in #810
- docs(readme): Add another blog V2 example by @francisaguilar21 in #812
- Adding in social options for Instagram and Threads by @stephondoestech in #818
- chore(readme): Add blog example V2 in README by @Karhdo in #807
- Add an example of template in use to README.md by @anmorgunov in #821
- docs: Added Zsebinformatikus to Examples V2 by @bdani93 in #825
- Update README.md, V2 example added by @jachsu in #831
- docs: add Remote Startup Senpai anime series landing page to Examples v2 by @akiyamasho in #832
- Update README about V2 example by @HansKing98 in #835
- docs: add example of src overwriting for US umami.is tracking by @sgardn in #822
- feat: upgrade next 14.1, tailwind 3.4 and pliny 0.1.7 by @timlrx in #838
- Update README.md by @CuB3y0nd in #840
- Add London Tech Talk to example-v2 by @tommyasai in #845
- change to contentlayer2 and update dependencies by @timlrx in #881
- chore: modified the domain by @hominsu in #876
- Update README.md by @drakerossman in #854
- Adding my personal blog(CRUD flow) to the list of v2 showcase projects by @ndamulelonemakh in #851
- Add quick links where to find EmailOctopus API key and List ID by @mikedidomizio in #856
- Update PostLayout to support parsing x.com usernames by @gnehs in #860
- fix: layout shifting issue with navbar caused by scroll bar by @iksflow in #850
- feat: Move conditional rendering inside svg to prevent layout shift by @spiteless in #858
- fix: update comments component incase of no provider by @talhatahir in #843
- chore: fix typo (wrong path) by @umihico in #888
- feat: Add Trillum's blog to examples by @spiteless in #885
- add header link icon by @timlrx in #893
- update to next 14.2.1 by @timlrx in #894
- Add system to ThemeSwitch by @pavelzw in #699
New Contributors
- @PrinOrange made their first contribution in #787
- @mark-pitblado made their first contribution in #790
- @earayu made their first contribution in #804
- @iamkroot made their first contribution in #801
- @kasin-it made their first contribution in #808
- @mingi3442 made their first contribution in #810
- @francisaguilar21 made their first contribution in #812
- @stephondoestech made their first contribution in #818
- @Karhdo made their first contribution in #807
- @anmorgunov made their first contribution in #821
- @bdani93 made their first contribution in #825
- @jachsu made their first contribution in #831
- @akiyamasho made their first contribution in #832
- @HansKing98 made their first contribution in #835
- @sgardn made their first contribution in #822
- @CuB3y0nd made their first contribution in #840
- @tommyasai made their first contribution in #845
- @drakerossman made their first contribution in #854
- @ndamulelonemakh made their first contribution in #851
- @mikedidomizio made their first contribution in #856
- @gnehs made their first contribution in #860
- @iksflow made their first contribution in #850
- @spiteless made their first contribution in #858
- @umihico made their first contribution in #888
- @pavelzw made their first contribution in #699
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add enscribe.dev to V2 examples by @jktrn in #725
- fix: use sort posts for rss, fix lastBuildDate by @ttys3 in #733
- Add link to astro template by @timlrx in #734
- fix prettier-plugin-tailwindcss not being used by @BenjaminLesne in #740
- fix: remove unused head.tsx by @timlrx in #741
- upgrade to next 13.5.6 by @timlrx in #742
- chore: update readme to mention remix-run alternative by @SangeetAgarwal in #743
- docs: move dalelarroder.com to v2 examples by @dlarroder in #748
- Accessibility improvement: match aria-label to tag text for "read more" links by @curt-mitch in #749
- Add thetalhatahir.com by @talhatahir in #753
- chore: add v2 examples by @hominsu in #750
- Closes #757. Added return notFound() to app/blog/[...slug]/page.tsx … by @Romstar in #758
- Add dariuszwozniak.net to v2 examples by @dariusz-wozniak in #762
- Move blog to v2 in readme.md by @talhatahir in #764
- Add contrails.space to README.md by @zS1m in #768
- fix katex overflow by @timlrx in #770
- feat: support chinese tag name by @z2015 in #771
- Updated file names to use .ts rather than .js by @chrisvasey in #773
- draft posts are not included in the sitemap by @zziri in #778
- upgrade to next 14.0.3 and pliny 0.1.6 by @timlrx in #784
- add separate FAQ section by @timlrx in #785
New Contributors
- @jktrn made their first contribution in #725
- @BenjaminLesne made their first contribution in #740
- @curt-mitch made their first contribution in #749
- @talhatahir made their first contribution in #753
- @hominsu made their first contribution in #750
- @Romstar made their first contribution in #758
- @dariusz-wozniak made their first contribution in #762
- @zS1m made their first contribution in #768
- @z2015 made their first contribution in #771
- @chrisvasey made their first contribution in #773
- @zziri made their first contribution in #778
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- fix: hardcoded check for draft in development by @rareyesdev in #700
- fix: include drafts in tag data during development by @rareyesdev in #701
- added Prabhu's Blog link by @PrabhuKiran8790 in #705
- docs: add example on creating a mdx chart component by @timlrx in #706
- Added Rabby Hasan's blog ref into readme by @rabbyalone in #707
- fix: sort posts in tags page by @L4ys in #708
- bugfix: Fix for missing image in ld+json blob by @dishs in #715
- Remove authors field in ld+json by @timlrx in #716
- fix: revert to use resolvedTheme by @timlrx in #717
- update to next 13.5.3 by @timlrx in #718
New Contributors
- @rareyesdev made their first contribution in #700
- @PrabhuKiran8790 made their first contribution in #705
- @rabbyalone made their first contribution in #707
- @L4ys made their first contribution in #708
- @dishs made their first contribution in #715
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- fix: ld json serialization by @timlrx in #677
- Add missing directory to lint command by @petrsiegl in #674
- update readme on static build by @timlrx in #678
- docs: adding kaveh.page to the list of blogs using the template by @kavehtehrani in #682
- Add ben.codes in V2 examples by @eXon in #683
- add code sample for image.tsx by @timlrx in #687
- Update ListLayoutWithTags.tsx by @5ym in #688
- add tsix blog by @tsix2019 in #694
- Update README.md by @Felixao9 in #693
- fix non-english tags filter failed, display error by @chasingboy95 in #692
- Prevent drafts from showing on PostLayout. by @thekoc in #695
- add SOTO's Blog to V2 examples by @acsoto in #696
- Bump package versions and enhance kbar by @timlrx in #697
New Contributors
- @petrsiegl made their first contribution in #674
- @kavehtehrani made their first contribution in #682
- @5ym made their first contribution in #688
- @tsix2019 made their first contribution in #694
- @Felixao9 made their first contribution in #693
- @chasingboy95 made their first contribution in #692
- @thekoc made their first contribution in #695
- @acsoto made their first contribution in #696
Full Changelog: v2.0...v2.0.1
v2.0.0
What's Changed
- New set up with next 13, app directory and React Server Components
- Typescript first
- Updated dependencies
- Contentlayer to manage most of the content logic
- Use next 13 metadata and SEO best practice
- Use pliny newsletter, comments, analytics, search and misc utils
- New search feature that supports local search with kbar and algolia
- Update
editUrl
to point tomain
instead ofmaster
- Updated analytics config setup with more props exposed
- Thanks to umami's free tier, you can now view the site's analytics over here!
- Styling updates:
- Updated tailwind typography to use tailwind 3 defaults and remove more boilerplate. Also updated default primary theme color and gray palette.
- Switch Inter for Space Grotesk
- New
PostBanner
layout for blog posts - New
ListLayoutWithTags
layout for blog post listings. Used the new layout in place of the previousListLayout
in the blog listings and tags routes.
For more details, check out the v2 release blog post
Full Changelog: v1.5.6...v2.0
Contributors
Special thanks to @ttys3 for testing the beta version and patching various issues, @Kosai106 for providing the initial Next 13 updates and all 80 contributors who have made v1 a success!
v1.5.6
What's Changed
- Add EmailOctopus by @amalafrozalam in #452
- ✏️ Add my blog to examples by @nchristopher in #455
- Add dalelarroder.com to examples by @dlarroder in #458
- feat: add title when page not found by @llovvoll in #464
- Add my websites to example list by @Phonbopit in #462
- Adding my blog to demo list by @reubence in #467
- added website to examples by @thekamalkashyap in #468
- add our example in the readme by @acoudouy in #472
- fixed glitch in mobile navbar by @thekamalkashyap in #470
- Fixes inconsistency in styles for divider on author and list layouts in dark mode by @cdransf in #477
- frontmatter images can now be external by @mlevit in #478
- add dalelarroder.com's source code by @dlarroder in #479
- Updated README to add Parth Desai's site by @pycoder2000 in #480
- Update README.md by @datscyril in #481
- feat: use prefers-color-scheme for meta theme-color by @timlrx in #482
- 1.5.6 by @timlrx in #483
New Contributors
- @amalafrozalam made their first contribution in #452
- @nchristopher made their first contribution in #455
- @dlarroder made their first contribution in #458
- @Phonbopit made their first contribution in #462
- @thekamalkashyap made their first contribution in #468
- @acoudouy made their first contribution in #472
- @mlevit made their first contribution in #478
- @pycoder2000 made their first contribution in #480
- @datscyril made their first contribution in #481
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- Add a new example website to README.md by @kittanb in #438
- Fix Quick Start install examples for zsh by adding single quotes by @crucialfelix in #439
- fix: remove smoothscroll-polyfill by @timlrx in #440
- fix: mapping property in comments by @timlrx in #441
New Contributors
- @kittanb made their first contribution in #438
- @crucialfelix made their first contribution in #439
Full Changelog: v1.5.4...v1.5.5
v1.5.4
v1.5.3
What's Changed
- docs: add contentlayer version to readme
- Update README.md by @einargudnig in #402
- Fallback if no comment present by @agamm in #406
- Update README.md by @bpiggin in #413
- fix: include tailwind style in mdx files by @timlrx in #415
- Add my blog to examples by @maqi1520 in #416
- Update AuthorLayout.js by @wangel13 in #423
New Contributors
- @einargudnig made their first contribution in #402
- @agamm made their first contribution in #406
- @bpiggin made their first contribution in #413
- @maqi1520 made their first contribution in #416
- @wangel13 made their first contribution in #423
Full Changelog: v1.5.2...v1.5.3