@empathyco/x-components 5.0.0-alpha.34 → 5.0.0-alpha.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,12 +3,23 @@
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
- ## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06)
6
+ ## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **semantic-queries:** cancel track no results query on QueryPreviewUnmounted event (#1507) ([cc6518e](https://github.com/empathyco/x/commit/cc6518efe8e00bf02240ca54e39ef77d05a3139f))
12
+
13
+
14
+
15
+ ## [5.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.35) (2024-06-07)
7
16
 
8
17
  **Note:** Version bump only for package @empathyco/x-components
9
18
 
10
19
 
20
+ ## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06)
11
21
 
22
+ **Note:** Version bump only for package @empathyco/x-components
12
23
 
13
24
 
14
25
  ## [5.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.32...@empathyco/x-components@5.0.0-alpha.33) (2024-06-05)
@@ -272,10 +283,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
272
283
 
273
284
  ### ⚠ BREAKING CHANGES
274
285
 
275
- * **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
286
+ * **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
276
287
  `BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`.
277
288
 
278
- `BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
289
+ `BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
279
290
  `BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`.
280
291
 
281
292
  `ColumnPickerMixin` has been removed.
@@ -344,7 +355,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
344
355
 
345
356
  ### ⚠ BREAKING CHANGES
346
357
 
347
- * **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
358
+ * **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
348
359
  base-dropdown prop for the selected item was renamed from `value` to `modelValue`.
349
360
 
350
361
  ### Code Refactoring