File tree 3 files changed +15523
-5318
lines changed
3 files changed +15523
-5318
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.23.0] ( https://github.com/vtex/admin-ui/compare/@vtex/[email protected] ...@vtex/[email protected] ) (2023-11-24)
7
+
8
+ ### Features
9
+
10
+ - accept pr suggestion ([ ab3e0b6] ( https://github.com/vtex/admin-ui/commit/ab3e0b6480de3eaa0f439cf8a326013270e4e503 ) )
11
+ - add virtualization draft implementation ([ 3ebfcc2] ( https://github.com/vtex/admin-ui/commit/3ebfcc2e78c38c0ab5ae6daa1e88553ac97f3682 ) )
12
+ - ** simple-table:** add simple table virtualization ([ 30fe2f1] ( https://github.com/vtex/admin-ui/commit/30fe2f12fc94cdcc6cdc8f41422a6fb4e9c681c9 ) )
13
+ - ** simple-table:** add table virtualization using Virtual component ([ 88cde82] ( https://github.com/vtex/admin-ui/commit/88cde82cfd9f8849ca6cdb22b7538630672de8c1 ) )
14
+ - ** simple-table:** remove unecessary code ([ e291bf0] ( https://github.com/vtex/admin-ui/commit/e291bf006c8643e0904eceaec272e4525fa5d605 ) )
15
+ - ** virtual:** add fixed size behavior ([ eacb67c] ( https://github.com/vtex/admin-ui/commit/eacb67c227fb8942c11599629ddd5f99c05eb61b ) )
16
+ - ** virtual:** add menu virtualization example ([ 7c870c1] ( https://github.com/vtex/admin-ui/commit/7c870c1f086dc5a113c1e9bfcb4ce2b44adc83a2 ) )
17
+ - ** virtual:** add virtual component ([ adc169e] ( https://github.com/vtex/admin-ui/commit/adc169eb0186e9d2cefd6299607ffbc555b932c5 ) )
18
+ - ** virtual:** add Virtual primitive component ([ 1913fb3] ( https://github.com/vtex/admin-ui/commit/1913fb3affbc0c24ab1b36b6750fd93db32e15a2 ) )
19
+ - ** virtual:** fix rebase errors ([ 04622a9] ( https://github.com/vtex/admin-ui/commit/04622a940d1ccf176cf55bb161df0f34fb079580 ) )
20
+ - ** virtual:** make virtual an uncontrolled component ([ f5845c6] ( https://github.com/vtex/admin-ui/commit/f5845c69db1e45f0ac8755746ca9dbc164fd8909 ) )
21
+
6
22
# [ 0.22.0] ( https://github.com/vtex/admin-ui/compare/@vtex/[email protected] ...@vtex/[email protected] ) (2023-11-23)
7
23
8
24
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vtex/shoreline-components" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"main" : " ./dist/index.js" ,
5
5
"module" : " ./dist/esm/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
61
61
"@react-aria/interactions" : " 3.19.1" ,
62
62
"@react-stately/toggle" : " 3.6.3" ,
63
63
"@tanstack/react-table" : " 8.10.7" ,
64
+ "@tanstack/react-virtual" : " 3.0.0-beta.68" ,
64
65
"@vtex/shoreline-icons" : " ^0.2.1" ,
65
66
"@vtex/shoreline-utils" : " ^0.4.0" ,
66
67
"react-hot-toast" : " 2.4.1" ,
67
- "react-virtual" : " ^2.10.4" ,
68
- "@tanstack/react-virtual" : " 3.0.0-beta.68"
68
+ "react-virtual" : " ^2.10.4"
69
69
}
70
70
}
You can’t perform that action at this time.
0 commit comments