|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## <small>6.0.8 (2025-07-02)</small> |
| 4 | + |
| 5 | +### π Other Notable Changes |
| 6 | + |
| 7 | + |
| 8 | +#### `components`- β»οΈ simplify NextImage component interface |
| 9 | + |
| 10 | +- Remove blur hash functionality and related props |
| 11 | + - Update dependencies: ESLint, TypeScript, Prettier, Tailwind |
| 12 | + - Move Sentry from dependencies to devDependencies |
| 13 | + - Add WCAG to spell check dictionary for accessibility |
| 14 | + |
| 15 | + |
| 16 | +Introduced in: [`cd75e80`](https://github.com/timelessco/next-ts-app-template/commit/cd75e802aa85421d977bc8c072a36655e95c3214) |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +#### `components`- β»οΈ remove unused Presentation and Slot components |
| 22 | + |
| 23 | +- Eliminate Presentation and Slot components to streamline codebase |
| 24 | +- Update Container and Home components to use div instead of Presentation |
| 25 | +- Adjust environment variable example in .env.example for clarity |
| 26 | +- Refactor siteConfig to export constants for site name and description |
| 27 | +- Update sitemap and robots to use BASE_URL for consistency |
| 28 | + |
| 29 | + |
| 30 | +Introduced in: [`d70fe64`](https://github.com/timelessco/next-ts-app-template/commit/d70fe64bfa05cbee04bdf032593bd7ece26927ea) |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +### ποΈ Commits |
| 37 | + |
| 38 | + |
| 39 | +#### π Bug Fixes |
| 40 | + |
| 41 | +- **`deps:`** update all dependencies ([#382](https://github.com/timelessco/next-ts-app-template/issues/382)) - [ae1fffb](https://github.com/timelessco/next-ts-app-template/commit/ae1fffbf8e57a142b96cd47a0015f07092a8bb35) by @renovate[bot] |
| 42 | + |
| 43 | +- **`deps:`** update all dependencies ([#383](https://github.com/timelessco/next-ts-app-template/issues/383)) - [801a55e](https://github.com/timelessco/next-ts-app-template/commit/801a55e23ed325ea55d043d1e68e265f253e98a9) by @renovate[bot] |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +#### β»οΈ Code Refactoring |
| 48 | + |
| 49 | +- **`components:`** β»οΈ remove unused Presentation and Slot components - [d70fe64](https://github.com/timelessco/next-ts-app-template/commit/d70fe64bfa05cbee04bdf032593bd7ece26927ea) by @navin-moorthy |
| 50 | + |
| 51 | +- **`components:`** β»οΈ simplify NextImage component interface - [cd75e80](https://github.com/timelessco/next-ts-app-template/commit/cd75e802aa85421d977bc8c072a36655e95c3214) by @navin-moorthy |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +#### π¨ Maintenance Updates |
| 56 | + |
| 57 | +- **`deps:`** π§Ή remove unused eslint-plugin-markdown dependency - [7aad074](https://github.com/timelessco/next-ts-app-template/commit/7aad0747a755c18b0ecf628699f6dc49a4a0498e) by @navin-moorthy |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +#### π¨ Code Style Changes |
| 62 | + |
| 63 | +- **`docs:`** π format markdown files for consistency - [732ef51](https://github.com/timelessco/next-ts-app-template/commit/732ef510946d99f5a3da43d6653bd368e8724f03) by @navin-moorthy |
| 64 | + |
3 | 65 | ## <small>6.0.7 (2025-04-01)</small> |
4 | 66 |
|
5 | 67 | ### ποΈ Commits |
|
0 commit comments