-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat-1941/implement-onyxDataGrid-filter-action
- Loading branch information
Showing
31 changed files
with
1,040 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"sit-onyx": major | ||
--- | ||
|
||
refactor(OnyxAccordion): move management of items open state to parent component | ||
|
||
The open state of all nested OnyxAccordionItem components is now fully moved to the OnyxAccordion to prevent recursive state logic. | ||
The OnyxAccordion now also supports a `v-model` for the currently opened items. | ||
|
||
#### Breaking changes | ||
|
||
- OnyxAccordionItem: remove `open` property. Use the new `v-model` / `modelValue` on the OnyxAccordion | ||
- OnyxAccordionItem: require new `value` property |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# demo-app | ||
|
||
## 1.0.0-beta.154 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [a5e72f4] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.153 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# playground | ||
|
||
## 1.0.0-beta.154 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [a5e72f4] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.153 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @sit-onyx/chartjs-plugin | ||
|
||
## 1.0.0-beta.154 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [a5e72f4] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.153 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @sit-onyx/nuxt | ||
|
||
## 1.0.0-beta.155 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [a5e72f4] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.154 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-37.3 KB
.../playwright/snapshots/components/OnyxAccordionItem/AccordionItem-edge-linux.png
Binary file not shown.
Binary file removed
BIN
-68.8 KB
...aywright/snapshots/components/OnyxAccordionItem/AccordionItem-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-54 KB
...laywright/snapshots/components/OnyxAccordionItem/AccordionItem-webkit-linux.png
Binary file not shown.
Oops, something went wrong.