Change Log
Here, we will document all the changes made to the 1chooo.com web app, including new features, bug fixes, and improvements.
[0.6.3]
What’s Changed
- refactor(posts): improve header formatting and styling in post components (#699) by @1chooo in https://github.com/1chooo/1chooo.com/pull/704
- refactor(block-quote): update font size, color, and font (#703) by @1chooo in https://github.com/1chooo/1chooo.com/pull/706
- chore(deps): pin TypeScript version to 5.6.3 across all packages by @1chooo in https://github.com/1chooo/1chooo.com/pull/708
- fix(about): simplify component rendering by removing Suspense wrappers (#711) by @1chooo in https://github.com/1chooo/1chooo.com/pull/713
- fix(latest-articles): rearrange components for improved structure and readability (#709) by @1chooo in https://github.com/1chooo/1chooo.com/pull/714
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.3 by @dependabot in https://github.com/1chooo/1chooo.com/pull/719
- chore(deps): bump react-github-calendar from 4.5.2 to 4.5.3 by @dependabot in https://github.com/1chooo/1chooo.com/pull/721
- chore(deps-dev): bump sass from 1.83.0 to 1.83.3 by @dependabot in https://github.com/1chooo/1chooo.com/pull/725
- chore(deps): update @next to version 15.1.3 by @1chooo in https://github.com/1chooo/1chooo.com/pull/726
- chore(deps): bump @next/third-parties from 15.1.2 to 15.1.4 by @dependabot in https://github.com/1chooo/1chooo.com/pull/717
- chore(deps): bump @next/mdx from 15.1.3 to 15.1.4 by @dependabot in https://github.com/1chooo/1chooo.com/pull/724
- chore(workspace): configure pnpm workspace and update package dependencies by @1chooo in https://github.com/1chooo/1chooo.com/pull/733
- refactor(portfolio): rename type for search parameters to improve clarity (#702) by @1chooo in https://github.com/1chooo/1chooo.com/pull/734
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.6.2…v0.6.3
[v0.6.2]
What’s Changed
- feat(resume): enhance CV download section with animated gradient text and update color variables in styles (#103) in https://github.com/1chooo/1chooo.com/commit/a86bc39dc6d73597cfb514c77745793e15af36b0 by @1chooo
- refactor(side-bar): integrate contacts from config (#695) by @1chooo in https://github.com/1chooo/1chooo.com/pull/696
- refactor(types): unify icon type definitions across components (#671) by @1chooo in https://github.com/1chooo/1chooo.com/pull/697
- fix(about): correct formatting of JSON-LD array (#685) by @1chooo in https://github.com/1chooo/1chooo.com/commit/154fcd90ee429b159ecc39fa94bfd4d15ef5a3c3
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.6.1…v0.6.2
We replace CV IconBox with the badge with MagicUI
[v0.6.1]
What’s Changed
- chore(deps): bump nextra from 3.3.0 to 3.3.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/666
- chore(deps): bump nextra-theme-docs from 3.3.0 to 3.3.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/667
- feat(mdx): integrate MDX support with custom components and example usage by @1chooo in https://github.com/1chooo/1chooo.com/pull/690
- feat(side-bar): refactor contact item structure to support optional links and content (#673) by @1chooo in https://github.com/1chooo/1chooo.com/pull/692
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.6.0…v0.6.1
[v0.6.0]
What’s Changed
- feat(post): update font size of header, add category and add social sharing links (#676) by @1chooo in https://github.com/1chooo/1chooo.com/pull/678
- refactor(side-bar): remove ContactInfo component and inline its functionality in ContactItem (#674) by @1chooo in https://github.com/1chooo/1chooo.com/pull/679
- feat(about): update techStacks with marquee and update config structure (#680) by @1chooo in https://github.com/1chooo/1chooo.com/pull/681
- revert(0dff565): fix avatar styling in mobile mode by @1chooo in https://github.com/1chooo/1chooo.com/commit/7aead72750ebe85febd17671e8191f8d6d143ef6
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.5.5…v0.6.0
[v0.5.5]
What’s Changed
- update Web Vitals, Section ID in About, simplify style of service-item. by @1chooo
- docs(wiki): add structured data examples for improved SEO guidance (#657) by @1chooo in https://github.com/1chooo/1chooo.com/commit/42a8e0ec781e1bc1160809029bdbba401e5d1df2
- chore(env): add example .env file and update Google Analytics and Tag Manager IDs to use environment variables (#668) by @1chooo in https://github.com/1chooo/1chooo.com/pull/670
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.5.4…v0.5.5
[v0.5.4]
What’s Changed
- chore(config): migrate from next.config.mjs to next.config.ts for improved type safety by @1chooo in https://github.com/1chooo/1chooo.com/pull/640
- chore(deps): update package.json to use caret versioning for next, react, and typescript by @1chooo in https://github.com/1chooo/1chooo.com/pull/645
- chore(deps): bump lucide-react from 0.468.0 to 0.469.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/648
- chore(deps): bump nextra from 3.2.4 to 3.3.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/646
- chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.18.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/647
- feat(post): implement loading skeleton for blog posts and refactor post component to use Suspense (#318) (#325) by @1chooo in https://github.com/1chooo/1chooo.com/pull/652
- chore(deps): bump nextra-theme-docs from 3.2.4 to 3.3.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/649
- fix(post): move global loading effect to a component to resolve issue with /post/[slug] URLs (#653) by @1chooo in https://github.com/1chooo/1chooo.com/pull/654
- feat(about): add id props to AboutHeader components for improved accessibility and SEO and update application/ld+json (#655) by @1chooo in https://github.com/1chooo/1chooo.com/pull/656
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.5.3…v0.5.4
[v0.5.3]
What’s Changed
- feat(side-bar): update social link styles for improved hover effects by @1chooo in https://github.com/1chooo/1chooo.com/pull/625
- chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.18.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/627
- chore(deps): bump @types/node from 20.17.10 to 22.10.2 by @dependabot in https://github.com/1chooo/1chooo.com/pull/629
- chore(deps-dev): bump @turbo/gen from 1.13.4 to 2.3.3 by @dependabot in https://github.com/1chooo/1chooo.com/pull/630
- chore(deps-dev): bump eslint-config-next from 15.0.3 to 15.1.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/631
- chore(packages): downgrade eslint-config by @1chooo in https://github.com/1chooo/1chooo.com/pull/638
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.5.2…v0.5.3
[v0.5.2]
What’s Changed
- feat(web): replace Link components with ProgressBarLink for improved navigation consistency (#594) by @1chooo in https://github.com/1chooo/1chooo.com/pull/597
- chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/554
- chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/553
- chore(config): rename next.config.mjs to next.config.ts and remove unused package by @1chooo in https://github.com/1chooo/1chooo.com/pull/611
- chore(deps-dev): bump @types/react from 18.3.14 to 19.0.1 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/600
- chore(deps-dev): bump eslint-config-next from 15.0.3 to 15.0.4 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/601
- chore(deps-dev): bump @types/react-dom from 18.3.2 to 19.0.1 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/602
- chore(deps-dev): bump eslint-config-next from 15.0.3 to 15.0.4 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/603
- chore(deps): bump @types/react-dom from 18.3.2 to 19.0.1 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/609
- revert(ea5f7f9): update blog and portfolio data imports to new structure by @1chooo in https://github.com/1chooo/1chooo.com/pull/613
- refactor: consolidate filter components and update import paths (#596) by @1chooo in https://github.com/1chooo/1chooo.com/pull/614
- refactor: update React type definitions and improve component function signatures for consistency by @1chooo in https://github.com/1chooo/1chooo.com/pull/617
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.5.1…v0.5.2
[v0.5.1]
We are currently adding the page-Gallery feature to the website. This feature will allow users to view the gallery of images on the 1chooo.com.
What’s Changed
- V0.5.1 by @1chooo in https://github.com/1chooo/1chooo.com/pull/591
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.5.0…v0.5.1
[v0.4.1]
What’s Changed
- fix(blog): simplify MarkdownRenderer usage in blog page (#528) by @1chooo in https://github.com/1chooo/1chooo.com/pull/530
- refactor(service-item): replace image icons with React components and clean up styles (#531) by @1chooo in https://github.com/1chooo/1chooo.com/pull/532
- feat(about): add LatestArticles component to display recent blog posts and update About page layout (#533) by @1chooo in https://github.com/1chooo/1chooo.com/pull/534
- feat(about): implement TechStack component with frame (#80) by @1chooo in https://github.com/1chooo/1chooo.com/pull/535
- style(about): relocate TechStack styles and update icon color (#537) by @1chooo in https://github.com/1chooo/1chooo.com/pull/538
- refactor(about): restructure techStacks configuration and update TechStack component usage (#536) by @1chooo in https://github.com/1chooo/1chooo.com/pull/539
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.4.0…v0.4.1
[v0.4.0]
What’s Changed
- chore(deps): bump @1chooo-com from 0.3.5 to 0.4.0 by @1chooo in https://github.com/1chooo/1chooo.com/pull/510
- feat(tailwind): integrate Tailwind CSS and refactor H4 component styles (#511) by @1chooo in https://github.com/1chooo/1chooo.com/pull/512
- Refactor/header and anchor by @1chooo in https://github.com/1chooo/1chooo.com/pull/515
- refactor(about): remove unused CSS and update class names for consistency (#516) by @1chooo in https://github.com/1chooo/1chooo.com/pull/518
- refactor(page-header): update title styles for consistency and remove unused CSS (#519) by @1chooo in https://github.com/1chooo/1chooo.com/pull/520
- refactor(blog): update blog item styles for consistency and remove unused CSS classes (#517) by @1chooo in https://github.com/1chooo/1chooo.com/pull/521
- refactor(resume): clean up CSS styles and update class names for timeline items (#522) by @1chooo in https://github.com/1chooo/1chooo.com/pull/524
- refactor(contact): update contact form styles for consistency and remove unused CSS (#523) by @1chooo in https://github.com/1chooo/1chooo.com/pull/525
- chore: integrate Tailwind CSS by @1chooo in https://github.com/1chooo/1chooo.com/pull/526
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.3.5…v0.4.0
[v0.3.5]
What’s Changed
- chore(deps): bump @1chooo-com from 0.3.4 to 0.3.5 by @1chooo in https://github.com/1chooo/1chooo.com/pull/500
- chore(tailwind): add Tailwind CSS and PostCSS configuration to the project (#506) by @1chooo in https://github.com/1chooo/1chooo.com/pull/507
- refactor(portfolio): rename variables for clarity and consistency in Portfolio component (#503) by @1chooo in https://github.com/1chooo/1chooo.com/pull/508
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.3.4…v0.3.5
[v0.3.4]
What’s Changed
- fix(code-block): disable line wrapping options for code block component (#479) by @1chooo in https://github.com/1chooo/1chooo.com/pull/480
- chore(deps): bump @1chooo-com from 0.3.3 to 0.3.4 by @1chooo in https://github.com/1chooo/1chooo.com/pull/481
- Fix/#478 by @1chooo in https://github.com/1chooo/1chooo.com/pull/482
- Feat/#483 by @1chooo in https://github.com/1chooo/1chooo.com/pull/484
- refactor(about): remove unnecessary line breaks and adjust margins in H4 styling (#157) by @1chooo in https://github.com/1chooo/1chooo.com/pull/489
- feat(about): add latest blog posts section with styling and functionality (#487) by @1chooo in https://github.com/1chooo/1chooo.com/pull/490
- feat(style): update service-list to use two columns layout (#486) by @1chooo in https://github.com/1chooo/1chooo.com/pull/491
- chore(deps-dev): bump eslint from 9.14.0 to 9.15.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/459
- chore(deps-dev): bump eslint from 9.14.0 to 9.15.0 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/458
- feat(about): add See More button component to navigate to blog articles (#492) by @1chooo in https://github.com/1chooo/1chooo.com/pull/493
- chore(deps): bump nextra from 3.1.0 to 3.2.4 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/496
- chore(deps): bump nextra-theme-docs from 3.1.0 to 3.2.4 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/495
- feat(docs): add documentation for React Wrap Balancer and robots.txt API endpoint (#476) by @1chooo in https://github.com/1chooo/1chooo.com/pull/498
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.3.3…v0.3.4
[v0.3.3]
What’s Changed
- chore(deps): bump @1chooo-com from 0.3.2 to 0.3.3 by @1chooo in https://github.com/1chooo/1chooo.com/pull/466
- feat(styles): add missing anchor header styles (#465) by @1chooo in https://github.com/1chooo/1chooo.com/pull/468
- fix: update install way (#469) by @1chooo in https://github.com/1chooo/1chooo.com/pull/470
- Refactor/#472 by @1chooo in https://github.com/1chooo/1chooo.com/pull/473
- Feat/#461 by @1chooo in https://github.com/1chooo/1chooo.com/pull/474
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.3.2…v0.3.3
[v0.3.2]
What’s Changed
- Fix/GitHub alerts by @1chooo in https://github.com/1chooo/1chooo.com/pull/453
- Npm and yarn/1chooo com 0.3.2 by @1chooo in https://github.com/1chooo/1chooo.com/pull/454
- feat(nav-bar): enable active state for portfolio prefix path (#452) by @1chooo in https://github.com/1chooo/1chooo.com/pull/455
- chore(deps-dev): bump eslint-config-next from 15.0.2 to 15.0.3 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/426
- chore(deps-dev): bump eslint-config-next from 15.0.2 to 15.0.3 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/431
- Chore/#369 by @1chooo in https://github.com/1chooo/1chooo.com/pull/457
- feat(markdown): refactor paragraph rendering and add Paragraph component (#460) by @1chooo in https://github.com/1chooo/1chooo.com/pull/462
- Feat/anchor header by @1chooo in https://github.com/1chooo/1chooo.com/pull/463
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.3.1…v0.3.2
[v0.3.1]
📣 Special thanks to @chrisweb for helping us enhance the Callblock effects with a rehype-github-alerts! ⭐️ Star his amazing project and check out his incredible website at https://chris.lu/.
What’s Changed
- chore(deps): bump @1chooo-com from 0.3.0 to 0.3.1 by @1chooo in https://github.com/1chooo/1chooo.com/pull/425
- feat(style): add linear-gradient color to info-content name (#437) by @1chooo in https://github.com/1chooo/1chooo.com/pull/438
- Feat/GitHub alerts effect by @1chooo in https://github.com/1chooo/1chooo.com/pull/441
- Feat/markdown renderer by @1chooo in https://github.com/1chooo/1chooo.com/pull/448
- Feat/portfolio by @1chooo in https://github.com/1chooo/1chooo.com/pull/449
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.3.0…v0.3.1
[v0.3.0]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.7 to 0.3.0 by @1chooo in https://github.com/1chooo/1chooo.com/pull/410
- feat(portfolio): add functions to read and parse MDX files for portfo… by @1chooo in https://github.com/1chooo/1chooo.com/pull/414
- chore(blog): update path to
contents/posts/
in getBlogPosts function (#282) by @1chooo in https://github.com/1chooo/1chooo.com/pull/415 - feat(portfolio): Support MDX Rendering in the Portfolio Page by @1chooo in https://github.com/1chooo/1chooo.com/pull/419
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.7…v0.3.0
[v0.2.7]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.6 to 0.2.7 (#385) by @1chooo in https://github.com/1chooo/1chooo.com/pull/387
- chore(deps): bump @next/third-parties from 14.2.16 to 15.0.1 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/389
- chore(deps-dev): bump eslint-config-next from 14.2.7 to 15.0.1 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/390
- chore(deps-dev): bump eslint-config-next from 14.2.15 to 15.0.1 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/394
- chore(deps-dev): bump eslint from 8.57.1 to 9.14.0 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/401
- chore(deps-dev): bump eslint from 9.13.0 to 9.14.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/404
- chore(deps-dev): bump eslint-config-next from 15.0.1 to 15.0.2 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/402
- chore(deps-dev): bump eslint-config-next from 15.0.1 to 15.0.2 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/403
- feat(web): integrate Giscus configuration into Comment Components (#381) by @1chooo in https://github.com/1chooo/1chooo.com/pull/405
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.6…v0.2.7
[v0.2.6]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.5 to 0.2.6 (#361) by @1chooo in https://github.com/1chooo/1chooo.com/pull/362
- chore(deps-dev): bump eslint from 9.11.1 to 9.12.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/364
- feat(web): add og route to handle image response (#330) by @1chooo in https://github.com/1chooo/1chooo.com/pull/367
- chore(deps-dev): bump eslint-config-next from 14.2.13 to 14.2.14 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/365
- chore(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/372
- chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/377
- Feat/#302 by @1chooo in https://github.com/1chooo/1chooo.com/pull/379
- feat(og): integrate og into config (#360) by @1chooo in https://github.com/1chooo/1chooo.com/pull/382
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.5…v0.2.6
[v0.2.5]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.4 to 0.2.5 by @1chooo in https://github.com/1chooo/1chooo.com/pull/345
- chore(deps-dev): bump eslint from 9.11.0 to 9.11.1 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/350
- refactor: integrate metadata information to config by @1chooo in https://github.com/1chooo/1chooo.com/pull/353
- refactor(web): improve config structure by @1chooo in https://github.com/1chooo/1chooo.com/pull/358
Full Changelog: https://github.com/1chooo/1chooo.com/compare/0.2.4…v0.2.5
[v0.2.4]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.3 to 0.2.4 by @1chooo in https://github.com/1chooo/1chooo.com/pull/331
- Feature/#333 by @1chooo in https://github.com/1chooo/1chooo.com/pull/335
- fix(layout): update Google Analytics import and image URLs (#334) by @1chooo in https://github.com/1chooo/1chooo.com/pull/336
- refactor(avatar-box): integrate avatar path to config (#326) by @1chooo in https://github.com/1chooo/1chooo.com/pull/338
- Feature/#327 by @1chooo in https://github.com/1chooo/1chooo.com/pull/342
- closed: #328 by @1chooo in https://github.com/1chooo/1chooo.com/pull/342
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.3…0.2.4
[v0.2.3]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.2 to 0.2.3 by @1chooo in https://github.com/1chooo/1chooo.com/pull/319
- chore(deps-dev): bump eslint from 9.10.0 to 9.11.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/322
- chore(deps-dev): bump eslint-config-next from 14.2.11 to 14.2.13 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/323
- fix/#315-skeleton-frame-is-not-show-in-blog-page by @mu-irfan in https://github.com/1chooo/1chooo.com/pull/324
- Refactor/#320 by @1chooo in https://github.com/1chooo/1chooo.com/pull/329
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.2…v0.2.3
[v0.2.2]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.1 to 0.2.2 by @1chooo in https://github.com/1chooo/1chooo.com/pull/310
- Fix/missing blog contents and footer by @1chooo in https://github.com/1chooo/1chooo.com/pull/311
- feat(blog): add skeleton loader for blogs by @mu-irfan in https://github.com/1chooo/1chooo.com/pull/314
- refactor(blog): move POSTS_PER_PAGE to the lib (#297) by @1chooo in https://github.com/1chooo/1chooo.com/pull/316
New Contributors
- @mu-irfan made their first contribution in https://github.com/1chooo/1chooo.com/pull/314
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.1…v0.2.2
[v0.2.1]
What’s Changed
- chore(deps): bump @1chooo-com from 0.2.0 to 0.2.1 by @1chooo in https://github.com/1chooo/1chooo.com/pull/298
- feat: Terms and Privacy (#269), (#299), (#300), (#301) by @1chooo in https://github.com/1chooo/1chooo.com/pull/304
- feat(blog): limit blog post summary to two lines with ellipsis (#303) by @1chooo in https://github.com/1chooo/1chooo.com/pull/305
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.2.0…v0.2.1
[v0.2.0]
What’s Changed
- chore(deps): bump @1chooo-com from 0.1.5 to 0.2.0 by @1chooo in https://github.com/1chooo/1chooo.com/pull/293
- Refactor/#203, #258 by @1chooo in https://github.com/1chooo/1chooo.com/pull/296
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.1.5…v0.2.0
[v0.1.5]
What’s Changed
- chore(deps): bump @1chooo-com from 0.1.4 to 0.1.5 by @1chooo in https://github.com/1chooo/1chooo.com/pull/271
- Feature/new post and change log by @1chooo in https://github.com/1chooo/1chooo.com/pull/275
- Feature/new post by @1chooo in https://github.com/1chooo/1chooo.com/pull/281
- chore(deps-dev): bump eslint-config-next from 14.2.8 to 14.2.11 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/287
- feat(google): Add Google Analytics component (#272) by @1chooo in https://github.com/1chooo/1chooo.com/pull/288
- chore(blog): move post mdx parser to lib (#289) by @1chooo in https://github.com/1chooo/1chooo.com/pull/290
- Revert “chore(blog): move post mdx parser to lib (#289)” by @1chooo in https://github.com/1chooo/1chooo.com/pull/291
- Fix/#291 by @1chooo in https://github.com/1chooo/1chooo.com/pull/292
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.1.4…v0.1.5
[v0.1.4]
What’s Changed
- chore(deps): bump @1chooo-com from 0.1.3 to 0.1.4 by @1chooo in https://github.com/1chooo/1chooo.com/pull/263
- style(side-bar): update the styles of separate line (#264) by @1chooo in https://github.com/1chooo/1chooo.com/pull/265
- Chore/update footer posts banner (#267), (#266) by @1chooo in https://github.com/1chooo/1chooo.com/pull/270
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.1.3…v0.1.4
[v0.1.3]
What’s Changed
- chore(deps): bump @1chooo-com from 0.1.2 to 0.1.3 by @1chooo in https://github.com/1chooo/1chooo.com/pull/259
- Feature/#104 by @1chooo in https://github.com/1chooo/1chooo.com/pull/260
- Fix/side-bar (#261), (#53) by @1chooo in https://github.com/1chooo/1chooo.com/pull/262
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.1.2…v0.1.3
[v0.1.2]
What’s Changed
- chore(deps): bump @1chooo-com from 0.1.1 to 0.1.2 by @1chooo in https://github.com/1chooo/1chooo.com/pull/254
- Feature/improve blog UI by @1chooo in https://github.com/1chooo/1chooo.com/pull/256
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.1.1…v0.1.2
[v0.1.1]
What’s Changed
- chore(deps): bump @1chooo-com from 0.1.0 to 0.1.1 by @1chooo in https://github.com/1chooo/1chooo.com/pull/242
- feat(nav-bar): improve blog active detected logic (#243) by @1chooo in https://github.com/1chooo/1chooo.com/pull/244
- feat(blog): implement pagination for blog posts (#241) by @1chooo in https://github.com/1chooo/1chooo.com/pull/245
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.1.0…v0.1.1
[v0.1.0]
✨ It’s huge milestone for the project. The previous we re-direct the blog page to medium blog. Now, we have our own blog page.
What’s Changed
- chore(deps): bump @1chooo-com from 0.0.14 to 0.0.15 by @1chooo in https://github.com/1chooo/1chooo.com/pull/234
- refactor(blog): change the mock
post
router to the realblog
router (#189) by @1chooo in https://github.com/1chooo/1chooo.com/pull/235 - Fix/#236 by @1chooo in https://github.com/1chooo/1chooo.com/pull/238
- Feature/#239 by @1chooo in https://github.com/1chooo/1chooo.com/pull/240
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.14…v0.1.0
[v0.0.14]
What’s Changed
- chore(deps): bump @1chooo-com from 0.0.13 to 0.0.14 by @1chooo in https://github.com/1chooo/1chooo.com/pull/228
- fix(blog): extract and create a separate blog-text style to avoid overuse of about-text (#229) by @1chooo in https://github.com/1chooo/1chooo.com/pull/230
- feat(markdown): update image tag by @1chooo in https://github.com/1chooo/1chooo.com/pull/231
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.13…v0.0.14
[v0.0.13]
What’s Changed
- refactor(about): extract SubHeader from introduction (#205) by @1chooo in https://github.com/1chooo/1chooo.com/pull/206
- Feature/#207 by @1chooo in https://github.com/1chooo/1chooo.com/pull/208
- chore(deps): bump @1chooo-com from 0.0.12 to 0.0.13 by @1chooo in https://github.com/1chooo/1chooo.com/pull/210
- chore(deps-dev): bump eslint-config-next from 14.2.7 to 14.2.8 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/211
- chore(deps-dev): bump eslint from 9.9.1 to 9.10.0 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/212
- chore(deps-dev): bump eslint-config-next from 14.2.7 to 14.2.8 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/213
- Feature/#221 by @1chooo in https://github.com/1chooo/1chooo.com/pull/222
- style(resume): update custom styling for ordered and unordered lists (#223) by @1chooo in https://github.com/1chooo/1chooo.com/pull/224
- Fix/#225, #226 by @1chooo in https://github.com/1chooo/1chooo.com/pull/227
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.12…v0.0.13
[v0.0.12]
What’s Changed
- chore(deps): bump @1chooo-com from 0.0.11 to 0.0.12 by @1chooo in https://github.com/1chooo/1chooo.com/pull/195
- chore(deps-dev): bump eslint from 8.57.0 to 9.9.1 in /apps/web by @dependabot in https://github.com/1chooo/1chooo.com/pull/172
- refactor: rename Header to PageHeader (#196) by @1chooo in https://github.com/1chooo/1chooo.com/pull/198
- chore(utils): update import paths for utility functions (#167) by @1chooo in https://github.com/1chooo/1chooo.com/pull/199
- docs: relocate the content from apps/web/docs to apps/docs #200 by @1chooo in https://github.com/1chooo/1chooo.com/pull/204
- [Document] Update the file path of banner in
README.md
@202 by @1chooo in https://github.com/1chooo/1chooo.com/pull/204
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.11…v0.0.12
[v0.0.11]
What’s Changed
- refactor(layout): remove duplicated Google Analytics Scripts (#180) by @1chooo in https://github.com/1chooo/1chooo.com/pull/181
- Chore/#177 by @1chooo in https://github.com/1chooo/1chooo.com/pull/182
- chore(deps): bump next from 14.2.6 to 14.2.7 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/173
- chore(deps-dev): bump eslint-config-next from 14.2.6 to 14.2.7 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/174
- chore(deps-dev): bump @types/node from 20.16.3 to 22.5.2 in /apps/docs by @dependabot in https://github.com/1chooo/1chooo.com/pull/175
- fix(eslint): enable Jest globals (#183) by @1chooo in https://github.com/1chooo/1chooo.com/pull/184
- Feature/#185 by @1chooo in https://github.com/1chooo/1chooo.com/pull/192
- feat(docs): init Nextra documentation pages and theme configuration (#120) by @1chooo in https://github.com/1chooo/1chooo.com/pull/193
- Feature/#188 by @1chooo in https://github.com/1chooo/1chooo.com/pull/194
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.10…v0.0.11
[v0.0.10]
What’s Changed
- chore(deps): bump @1chooo-com from 0.0.9 to 0.0.10 by @1chooo in https://github.com/1chooo/1chooo.com/pull/169
- refactor(style): make anchor tag inline (#164) by @1chooo in https://github.com/1chooo/1chooo.com/pull/170
- chore(dev): mono-repo with Turbo (#127) by @1chooo in https://github.com/1chooo/1chooo.com/pull/171
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.9…v0.0.10
[v0.0.9]
What’s Changed
- chore(deps): bump @1chooo-com from 0.0.8 to 0.0.9 by @1chooo in https://github.com/1chooo/1chooo.com/pull/155
- refactor(about): use h4 in SubHeader and rename as H4 (#156) by @1chooo in https://github.com/1chooo/1chooo.com/pull/158
- refactor(markdown): update components category for MarkdownRenderer (#150) by @1chooo in https://github.com/1chooo/1chooo.com/pull/159
- refactor(type): update about with type-declarations only (#160) by @1chooo in https://github.com/1chooo/1chooo.com/pull/161
- Fix/#163 by @1chooo in https://github.com/1chooo/1chooo.com/pull/165
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.8…v0.0.9
[v0.0.8]
What’s Changed
- refactor: remove unused enum files and update config structures (#122) by @1chooo in https://github.com/1chooo/1chooo.com/pull/123
- Refactor/#124/interface to type by @1chooo in https://github.com/1chooo/1chooo.com/pull/126
- chore(deps): bump @next/third-parties from 14.2.5 to 14.2.6 by @dependabot in https://github.com/1chooo/1chooo.com/pull/134
- chore(deps): bump caniuse-lite from 1.0.30001651 to 1.0.30001653 by @dependabot in https://github.com/1chooo/1chooo.com/pull/132
- chore(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.6 by @dependabot in https://github.com/1chooo/1chooo.com/pull/129
- chore(deps): bump next from 14.2.5 to 14.2.6 by @dependabot in https://github.com/1chooo/1chooo.com/pull/130
- chore(deps): bump @testing-library/jest-dom from 6.4.8 to 6.5.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/131
- Refactor/side bar by @1chooo in https://github.com/1chooo/1chooo.com/pull/136
- fix: add missing required width and height (#93) by @1chooo in https://github.com/1chooo/1chooo.com/pull/137
- fix(avatar-box): improve with responsive image size (#138) by @1chooo in https://github.com/1chooo/1chooo.com/pull/139
- Refactor/#141/responsive image by @1chooo in https://github.com/1chooo/1chooo.com/pull/142
- feat(nav-bar): add bold font weight to active navbar link (#140) by @1chooo in https://github.com/1chooo/1chooo.com/pull/143
- feat(not-found): create NotFound component for handling 404 errors (#115) by @1chooo in https://github.com/1chooo/1chooo.com/pull/144
- chore(deps): bump @types/node from 22.5.0 to 22.5.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/145
- chore(deps-dev): bump eslint-config-next from 14.2.6 to 14.2.7 by @dependabot in https://github.com/1chooo/1chooo.com/pull/146
- feat(markdown): add BlockQuote component for rendering blockquote in Markdown (#151) by @1chooo in https://github.com/1chooo/1chooo.com/pull/153
- feat(markdown): add CodeBlock component for rendering codeblock in Markdown (#152) by @1chooo in https://github.com/1chooo/1chooo.com/pull/154
- chore(deps): bump next from 14.2.6 to 14.2.7 by @dependabot in https://github.com/1chooo/1chooo.com/pull/147
- chore(deps): bump @testing-library/react from 13.4.0 to 16.0.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/148
- chore(deps): bump @next/third-parties from 14.2.6 to 14.2.7 by @dependabot in https://github.com/1chooo/1chooo.com/pull/149
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.7…v0.0.8
[v0.0.7]
What’s Changed
- chore(deps): bump @types/node from 22.4.1 to 22.5.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/116
- chore(deps-dev): bump sass-loader from 16.0.0 to 16.0.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/117
- feat: update display property and animation for article element (#118) by @1chooo in https://github.com/1chooo/1chooo.com/pull/119
- feat(about): separate SubHeader style from AboutText (#73) by @1chooo in https://github.com/1chooo/1chooo.com/pull/121
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.6…v0.0.7
[v0.0.6]
What’s Changed
- chore(deps): bump typescript from 4.9.5 to 5.5.4 by @1chooo in https://github.com/1chooo/1chooo.com/pull/91
- Test/package by @1chooo in https://github.com/1chooo/1chooo.com/pull/92
- chore(deps): bump typescript from 4.9.5 to 5.5.4 by @dependabot in https://github.com/1chooo/1chooo.com/pull/76
- [Chore] migrate create-reate-app to next (#90) by @1chooo in https://github.com/1chooo/1chooo.com/pull/99
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.5…v0.0.6
[v0.0.5]
What’s Changed
- Docs/readme contributing by @1chooo in https://github.com/1chooo/1chooo.com/pull/84
- chore(deps): bump @testing-library/jest-dom from 5.17.0 to 6.4.8 by @dependabot in https://github.com/1chooo/1chooo.com/pull/79
- chore(deps-dev): bump sass-loader from 14.2.1 to 16.0.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/78
- Refactor/readme and update style by @1chooo in https://github.com/1chooo/1chooo.com/pull/88
- chore(deps): bump @types/node from 22.0.0 to 22.1.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/85
- chore(deps): bump react-router-dom from 6.25.1 to 6.26.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/87
- chore(deps): bump web-vitals from 2.1.4 to 4.2.2 by @dependabot in https://github.com/1chooo/1chooo.com/pull/66
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.4…v0.0.5
[v0.0.4]
What’s Changed
- fix(#69): add margin-top to SubHeader by @1chooo in https://github.com/1chooo/1chooo.com/pull/70
- [Enhancement] GitHub Calendar by @1chooo in https://github.com/1chooo/1chooo.com/pull/74
- chore(deps): bump @types/node from 20.14.11 to 22.0.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/77
- style: AppRoutes, pages with Upper Camel Case by @1chooo in https://github.com/1chooo/1chooo.com/pull/82
- refactor: file name that components follow Upper Camel Case, the scripts and file name follow Lower Camel Case
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.3…v0.0.4
[v0.0.3]
What’s Changed
- [Refactor] about interface, markdown heatmap, markdown CodeBlock by @1chooo in https://github.com/1chooo/1chooo.com/pull/65
- chore(deps): bump @types/node from 20.14.10 to 20.14.11 by @dependabot in https://github.com/1chooo/1chooo.com/pull/67
- chore(deps): bump react-router-dom from 6.24.1 to 6.25.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/68
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.2…v0.0.3
[v0.0.2]
What’s Changed
We support React Markdown!!! 🎉
- Dev/blog by @1chooo in https://github.com/1chooo/1chooo.com/pull/52
- chore(deps): bump @types/node from 20.14.7 to 20.14.8 by @dependabot in https://github.com/1chooo/1chooo.com/pull/47
- chore(deps): bump react-bootstrap from 2.10.0 to 2.10.3 by @dependabot in https://github.com/1chooo/1chooo.com/pull/48
- chore(deps): bump react-router-dom from 6.23.1 to 6.24.0 by @dependabot in https://github.com/1chooo/1chooo.com/pull/54
- chore(deps): bump @types/node from 20.14.8 to 20.14.9 by @dependabot in https://github.com/1chooo/1chooo.com/pull/55
- chore(deps): bump react-bootstrap from 2.10.3 to 2.10.4 by @dependabot in https://github.com/1chooo/1chooo.com/pull/57
- chore(deps): bump @types/node from 20.14.9 to 20.14.10 by @dependabot in https://github.com/1chooo/1chooo.com/pull/62
- chore(deps): bump react-router-dom from 6.24.0 to 6.24.1 by @dependabot in https://github.com/1chooo/1chooo.com/pull/63
Full Changelog: https://github.com/1chooo/1chooo.com/compare/v0.0.1…v0.0.2
[v0.0.1]
What’s Changed
- Bug/stateless func by @1chooo in https://github.com/1chooo/1chooo.com/pull/43
- Extract common filtering logic and add page button in Blog by @1chooo in https://github.com/1chooo/1chooo.com/pull/46
Full Changelog: https://github.com/1chooo/1chooo.com/commits/v0.0.1