Commit 6b9c9d3
authored
fix: 🐛 minimal react 19 and RSC support (#756)
* chore: 🤖 update required packages
* chore: 🤖 provide styled components types
* fix: 🐛 linter should ignore d.ts files
* fix: 🐛 use double quotes
* fix: 🐛 vite > v2 separates vitest config
* chore: 🤖 reorder package
* chore: 🤖 remove side property (deprecated)
* fix: 🐛 dropdown amends
* fix: 🐛 theme prop
* fix: 🐛 type
* chore: 🤖 TIAS build version supported on next v16 RSC
* chore: 🤖 WIP ongoing styled-component v6.1.11 (non experimental) support
* chore: 🤖 strict react version for dev
* fix: 🐛 missing ref on forwardRef, might have plenty of these
* chore: 🤖 update lockfile
* chore: 🤖 remove optional flag from ref (typo)
* chore: 🤖 add comment for future ref
* refactor: 💡 banner
* chore: 🤖 lint amends (double quotes)
* refactor: 💡 removes style prop as typed prop
* chore: 🤖 remove ajv
* chore: 🤖 format
* test: 💍 add aria pressed to ButtonGroup
* chore: 🤖 format
* test: 💍 use local getByText
* chore: 🤖 update lockfile
* chore: 🤖 add changeset
* chore: 🤖 small text amend to trigger vercel deploy
* chore: 🤖 prevent running on CI
* chore: 🤖 add HUSKY to preven husky runnig pre-commit hook
* fix: 🐛 conflict resolution
* chore: 🤖 bump rc number
* chore: 🤖 use 0.0.251-rc.17
* chore: 🤖 changeset update
* chore: 🤖 set changeset to minor insetad of patch1 parent 85f9e50 commit 6b9c9d3
16 files changed
Lines changed: 1207 additions & 11522 deletions
File tree
- .changeset
- src
- components
- ButtonGroup
- ContextMenu
- Dropdown
- FileTabs
- Select
- SplitButton
- Switch
- Tabs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments