Releases: 1chooo/1chooo.com
Releases Β· 1chooo/1chooo.com
v0.5.4
What's Changed
- chore(config): migrate from next.config.mjs to next.config.ts for improved type safety by @1chooo in #640
- chore(deps): update package.json to use caret versioning for next, react, and typescript by @1chooo in #645
- chore(deps): bump lucide-react from 0.468.0 to 0.469.0 by @dependabot in #648
- chore(deps): bump nextra from 3.2.4 to 3.3.0 by @dependabot in #646
- chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.18.1 by @dependabot in #647
- feat(post): implement loading skeleton for blog posts and refactor post component to use Suspense (#318) (#325) by @1chooo in #652
- chore(deps): bump nextra-theme-docs from 3.2.4 to 3.3.0 by @dependabot in #649
- fix(post): move global loading effect to a component to resolve issue with /post/[slug] URLs (#653) by @1chooo in #654
- feat(about): add id props to AboutHeader components for improved accessibility and SEO and update application/ld+json (#655) by @1chooo in #656
Full Changelog: 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 #625
- chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.18.1 by @dependabot in #627
- chore(deps): bump @types/node from 20.17.10 to 22.10.2 by @dependabot in #629
- chore(deps-dev): bump @turbo/gen from 1.13.4 to 2.3.3 by @dependabot in #630
- chore(deps-dev): bump eslint-config-next from 15.0.3 to 15.1.1 by @dependabot in #631
- chore(packages): downgrade eslint-config by @1chooo in #638
Full Changelog: 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 #597
- chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 in /apps/web by @dependabot in #554
- chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 in /apps/docs by @dependabot in #553
- chore(config): rename next.config.mjs to next.config.ts and remove unused package by @1chooo in #611
- chore(deps-dev): bump @types/react from 18.3.14 to 19.0.1 in /apps/docs by @dependabot in #600
- chore(deps-dev): bump eslint-config-next from 15.0.3 to 15.0.4 in /apps/web by @dependabot in #601
- chore(deps-dev): bump @types/react-dom from 18.3.2 to 19.0.1 in /apps/docs by @dependabot in #602
- chore(deps-dev): bump eslint-config-next from 15.0.3 to 15.0.4 in /apps/docs by @dependabot in #603
- chore(deps): bump @types/react-dom from 18.3.2 to 19.0.1 in /apps/web by @dependabot in #609
- revert(ea5f7f9): update blog and portfolio data imports to new structure by @1chooo in #613
- refactor: consolidate filter components and update import paths (#596) by @1chooo in #614
- refactor: update React type definitions and improve component function signatures for consistency by @1chooo in #617
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
v0.4.5
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- refactor(about): implement dynamic imports for LifeStyles and CodingStats components with loading states by @1chooo in #569
- Chore/next js 15 by @1chooo in #570
- feat(math): add basic arithmetic functions and configure TypeScript settings by @1chooo in #571
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- refactor(font): add Roboto font and update layout to optimize with
next/font
(#556) by @1chooo in #558 - refactor(side-bar): optimzie AvatarBox component and remove unused styles (#559) by @1chooo in #560
- refactor(manifest): implement new manifest structure and simplify head tag (#561) by @1chooo in #562
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
What's Changed
- fix(blog): simplify MarkdownRenderer usage in blog page (#528) by @1chooo in #530
- refactor(service-item): replace image icons with React components and clean up styles (#531) by @1chooo in #532
- feat(about): add LatestArticles component to display recent blog posts and update About page layout (#533) by @1chooo in #534
- feat(about): implement TechStack component with frame (#80) by @1chooo in #535
- style(about): relocate TechStack styles and update icon color (#537) by @1chooo in #538
- refactor(about): restructure techStacks configuration and update TechStack component usage (#536) by @1chooo in #539
Full Changelog: v0.4.0...v0.4.1