File tree Expand file tree Collapse file tree 6 files changed +30
-3
lines changed Expand file tree Collapse file tree 6 files changed +30
-3
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
+ ## [ 1.21.2] ( https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2 ) (2023-10-31)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** AnalyticalTable:** prevent unnecessary vertical scroll ([ #5171 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5171 ) ) ([ 95a0acd] ( https://github.com/SAP/ui5-webcomponents-react/commit/95a0acd0f262a4cec8966e38e7dd8a26561879f0 ) )
11
+ - ** deps:** update dependency @tanstack/react-virtual to v3.0.0-beta.68 ([ #5169 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5169 ) ) ([ 8f6a46c] ( https://github.com/SAP/ui5-webcomponents-react/commit/8f6a46c3882a75b118579ba13b51eb11c3bc0315 ) )
12
+ - ** deps:** update dependency recharts to v2.9.0 ([ #5155 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5155 ) ) ([ af4e2b9] ( https://github.com/SAP/ui5-webcomponents-react/commit/af4e2b9945754e361d0aff2c25a5e1eff71c9747 ) )
13
+ - ** deps:** update dependency recharts to v2.9.1 ([ #5194 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5194 ) ) ([ cb59a73] ( https://github.com/SAP/ui5-webcomponents-react/commit/cb59a73c7e2d0fa4714550723a69e2bda5eab37a ) )
14
+ - ** deps:** update nextjs monorepo to v14 (major) ([ #5186 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5186 ) ) ([ 4011f81] ( https://github.com/SAP/ui5-webcomponents-react/commit/4011f815236ec9ef45519fcb1c4b0e004929cef6 ) )
15
+ - ** Next.js - App Router Example:** don't remove styles after hydration ([ #5170 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5170 ) ) ([ b5678ca] ( https://github.com/SAP/ui5-webcomponents-react/commit/b5678cac99b73fb12268b25b05709236b74f2028 ) )
16
+ - ** server-components:** add missing ` use-client ` directives ([ #5198 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5198 ) ) ([ 509569f] ( https://github.com/SAP/ui5-webcomponents-react/commit/509569fccb361915e04027f9bcd888599be2738d ) )
17
+
6
18
## [ 1.21.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1 ) (2023-10-13)
7
19
8
20
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 1.21.1 " ,
3
+ "version" : " 1.21.2 " ,
4
4
"npmClient" : " yarn" ,
5
5
"command" : {
6
6
"version" : {
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
+ ## [ 1.21.2] ( https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2 ) (2023-10-31)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** update dependency recharts to v2.9.0 ([ #5155 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5155 ) ) ([ af4e2b9] ( https://github.com/SAP/ui5-webcomponents-react/commit/af4e2b9945754e361d0aff2c25a5e1eff71c9747 ) )
11
+ - ** deps:** update dependency recharts to v2.9.1 ([ #5194 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5194 ) ) ([ cb59a73] ( https://github.com/SAP/ui5-webcomponents-react/commit/cb59a73c7e2d0fa4714550723a69e2bda5eab37a ) )
12
+
6
13
## [ 1.21.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1 ) (2023-10-13)
7
14
8
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/webcomponents-react-charts" ,
3
- "version" : " 1.21.1 " ,
3
+ "version" : " 1.21.2 " ,
4
4
"description" : " Charts for ui5-webcomponents-react" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
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
+ ## [ 1.21.2] ( https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2 ) (2023-10-31)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** AnalyticalTable:** prevent unnecessary vertical scroll ([ #5171 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5171 ) ) ([ 95a0acd] ( https://github.com/SAP/ui5-webcomponents-react/commit/95a0acd0f262a4cec8966e38e7dd8a26561879f0 ) )
11
+ - ** deps:** update dependency @tanstack/react-virtual to v3.0.0-beta.68 ([ #5169 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5169 ) ) ([ 8f6a46c] ( https://github.com/SAP/ui5-webcomponents-react/commit/8f6a46c3882a75b118579ba13b51eb11c3bc0315 ) )
12
+ - ** server-components:** add missing ` use-client ` directives ([ #5198 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/5198 ) ) ([ 509569f] ( https://github.com/SAP/ui5-webcomponents-react/commit/509569fccb361915e04027f9bcd888599be2738d ) )
13
+
6
14
## [ 1.21.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1 ) (2023-10-13)
7
15
8
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/webcomponents-react" ,
3
- "version" : " 1.21.1 " ,
3
+ "version" : " 1.21.2 " ,
4
4
"description" : " React Wrapper for UI5 Web Components and additional components" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments