|
1 | 1 | # Changelog |
2 | | -## [v2.2.3] - 2025-12-10 |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [v2.3.0] - 2025-12-23 |
| 6 | + |
| 7 | +### ✨ Features |
| 8 | + |
| 9 | +- feat: add official React 19 support (faca437) |
3 | 10 |
|
4 | 11 | ### 🐛 Bug Fixes |
5 | 12 |
|
6 | 13 | - fix: resolve ESLint error in env.d.ts (aecf48d) |
7 | 14 | - fix: resolve SVG bundling issue and update example configuration (260ac42) |
8 | 15 | - fix: update ESLint ignore patterns and fix import ordering (26216dc) |
9 | | -- fix CI build failures (7fd7e9b) |
| 16 | +- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) |
10 | 17 | - fix: resolve security vulnerabilities with yarn resolutions (54f7cf5) |
11 | | -- fix w React18, add pointer to drag handle (8a6e764) |
12 | | -- fix build, gen types (5252a02) |
13 | 18 |
|
14 | 19 | ### 🔧 Chore |
15 | 20 |
|
| 21 | +- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) |
16 | 22 | - chore: update build tools - vite and vitest major version upgrades (eebc52a) |
17 | 23 |
|
18 | 24 | ### 🔨 Other Changes |
19 | 25 |
|
20 | | -- Add test configuration, testing library and some basic tests (0f36f72) |
21 | | -- Fix CI build issues (8797d86) |
22 | | -- fix: update CI to use Node 20+ for Vite 5 compatibility (e96b521) |
23 | | -- Fix build failures (a9c9f19) |
| 26 | +- Replaced react-beautiful-dnd (deprecated) with @hello-pangea/dnd@18.0.1 (8e54452) |
24 | 27 | - ci: add automated CI workflow for testing and building (0a29f13) |
25 | | -- chore: upgrade ESLint to 9.x with flat config migration (ac87acc) |
26 | | -- update husky to 9.1.7 (4e47798) |
| 28 | +- Add test configuration, testing library and some basic tests (0f36f72) |
| 29 | + |
| 30 | +## [v2.2.3] - 2025-12-10 |
| 31 | + |
| 32 | +(Previous release changes) |
27 | 33 |
|
28 | 34 | ## [v2.2.2] |
29 | | -- version up (1bea5e2) |
30 | | -- remove problematic inline-block (739d1b9) |
31 | | -- |
32 | | -# [v2.2.0] |
33 | | -- update deps, use eslint-config-reearth, refactor vite config (da71e12) |
34 | | -- add realignable prop to GridArea (1689c0f) |
35 | | -- simplify types (e0f579e) |
36 | | -- use prettier in example proj too (6b30c8f) |
| 35 | + |
| 36 | +(Previous release changes) |
| 37 | + |
| 38 | +## [v2.2.0] |
| 39 | + |
| 40 | +(Previous release changes) |
0 commit comments