-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @empathyco/[email protected]
- Loading branch information
empathy/x
committed
May 6, 2024
1 parent
c5b84da
commit a0573cb
Showing
4 changed files
with
40 additions
and
2 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 |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.0-alpha.4](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.4) (2024-05-06) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead. | ||
`BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`. | ||
|
||
`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead. | ||
`BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`. | ||
|
||
`ColumnPickerMixin` has been removed. | ||
|
||
### Code Refactoring | ||
|
||
* **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037)) | ||
|
||
|
||
|
||
## [1.0.0-alpha.3](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.3) (2024-05-03) | ||
|
||
**Note:** Version bump only for package vue3-migration-test | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-05-06) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead. | ||
`BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`. | ||
|
||
`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead. | ||
`BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`. | ||
|
||
`ColumnPickerMixin` has been removed. | ||
|
||
### Code Refactoring | ||
|
||
* **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037)) | ||
|
||
|
||
|
||
## [5.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-05-03) | ||
|
||
**Note:** Version bump only for package @empathyco/x-components | ||
|
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