@@ -8,14 +8,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88
99### Added
1010
11+ - ** ⚠️Experimental** : Bringing back the support for React output target.
12+ - ** ⚠️Experimental** : Added example React app with Vite.
13+ - ** ⚠️Experimental** : Added example Nuxt app with Client Side Rendering (CSR).
14+ - ** ⚠️Experimental** : Added the ` six-date ` component, intended to eventually replace the
15+ ` six-datepicker ` .
16+
17+ - [ Documentation] ( guide/angular.md ) for using web components with Angular's standalone bootstrapping
18+ - ` ActiveSidebarItemGroupDirective ` and ` ActiveSidebarItemDirective ` : Added optional angular sidebar
19+ helper directives. See the [ Angular guide] ( guide/angular.md ) for more information.
20+ - Added nested sidbar menu to the angular demo application to showcase the helper directives
21+ - ` six-header-dropdown ` : Added ` filter ` and ` filterPlaceholder ` properties.
22+ - ` six-header-menu-button ` : Added ` caret ` , ` disabled ` , ` loading ` , ` submit ` and ` reset ` properties.
23+ - ` six-header-menu-button ` : Added ` suffix ` and ` prefix ` slots.
24+ - ` six-sidebar-item ` : added icon property analog to ` six-sidebar-item-group `
25+ - ` six-select ` : support the use of prefix/suffix slot of the ` six-menu-item ` which can be used as
26+ links for example.
27+ - Added support for aria-attributes in JSX typings through upgrade of an underlying library
28+
29+ ### Fixed
30+
31+ - ` six-logo ` : removed inline style tag
32+ - ` six-timepicker ` : removed unnecessary bottom padding
33+ - ` six-button ` : simplify use of prefix and suffix icons
34+ - ` six-sidebar-item-group ` : fixed spacing for subitems
35+
1136### Removed
1237
38+ - ** ⚠️Breaking** : Removed most slots, properties and events on the ` six-header ` component. Replaced
39+ with a flexible approach for customization, allowing the header to be composed in a modular way
40+ using child elements such as ` six-header-item ` , ` six-header-dropdown-item ` ,
41+ ` six-header-menu-button ` , and ` six-logo ` . Check the [ upgrade guide] ( guide/upgrade-v5.md ) for
42+ detailed instructions.
43+ - ** ⚠️Breaking** : Removed the previously deprecated ` reposition() ` method of the ` six-dropdown `
44+ component. You can use the ` matchTriggerWidth ` property instead.
45+ - ** ⚠️Breaking** : Removed the previously deprecated tag ` maxTagsVisible ` of the ` six-select `
46+ component.
47+
1348### Changed
1449
1550- ** ⚠️Breaking** : Upgraded library to Node 20
1651
1752 The SIX Webcomponents cannot be used with Node 16 or 18 anymore. Please upgrade to Node 20.
1853
54+ - ** ⚠️Breaking** : ` six-file-upload ` on upload success now returns a ` FileList ` regardless of the
55+ value of the ` multiple ` property
56+ - Upgraded Stencil to latest release and upgraded Vue output target
57+ - Upgraded React output target to version 1.0.0
58+
1959## 4.3.2 - 2025-02-13
2060
2161No changes in functionality, but changed release creation workflow, that makes sure, that deployed
0 commit comments