@ethlete/cdk 4.62.0 → 4.63.1

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
@@ -1,5 +1,17 @@
1
1
  # @ethlete/cdk
2
2
 
3
+ ## 4.63.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`51d19c7`](https://github.com/ethlete-io/ethdk/commit/51d19c7dc61eab8f7905610a9c8fab7f1f7e614b) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix collapsing margin support in overlays
8
+
9
+ ## 4.63.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`df0f93b`](https://github.com/ethlete-io/ethdk/commit/df0f93b61b1e6004160eaed8250f646dff5848ae) Thanks [@TomTomB](https://github.com/TomTomB)! - Allow any value to be used for radio components
14
+
3
15
  ## 4.62.0
4
16
 
5
17
  ### Minor Changes
@@ -1692,7 +1704,6 @@
1692
1704
  ### Major Changes
1693
1705
 
1694
1706
  - [#590](https://github.com/ethlete-io/ethdk/pull/590) [`bfd8658`](https://github.com/ethlete-io/ethdk/commit/bfd8658b344a5a410d89d701eb69ae8aa7a8a0b9) Thanks [@TomTomB](https://github.com/TomTomB)! - This release includes the following **breaking** changes:
1695
-
1696
1707
  - `QueryButtonComponent` input `etQuery` was renamed to `query`
1697
1708
  - `QueryButtonDirective` input `etQuery` was renamed to `query`
1698
1709
 
@@ -1843,7 +1854,6 @@
1843
1854
  - [#418](https://github.com/ethlete-io/ethdk/pull/418) [`abb3419`](https://github.com/ethlete-io/ethdk/commit/abb3419a865ebffd8b8de5010c4dc5895530dd3e) Thanks [@nziermann](https://github.com/nziermann)! - Add form field component
1844
1855
 
1845
1856
  - [#49](https://github.com/ethlete-io/ethdk/pull/49) [`5c95058`](https://github.com/ethlete-io/ethdk/commit/5c9505837ee3e5f2457169591acd01c79eade565) Thanks [@TomTomB](https://github.com/TomTomB)! - - Add table component
1846
-
1847
1857
  - Add pagination component
1848
1858
  - Add skeleton component
1849
1859
  - Add sort component
@@ -1924,7 +1934,6 @@
1924
1934
  - [#475](https://github.com/ethlete-io/ethdk/pull/475) [`a6e361e`](https://github.com/ethlete-io/ethdk/commit/a6e361e9d988a208751a4877a629fe738f902fad) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix scrollable observer breaking once it switches from scrollable to not scrollable and back again
1925
1935
 
1926
1936
  - [#475](https://github.com/ethlete-io/ethdk/pull/475) [`e9e1675`](https://github.com/ethlete-io/ethdk/commit/e9e167575f8bee4a6f360d529ac0ac5844e93aa8) Thanks [@TomTomB](https://github.com/TomTomB)! - - Fix change detection issues while displaying the table busy row
1927
-
1928
1937
  - Fix enter animations getting skipped randomly
1929
1938
 
1930
1939
  - [#418](https://github.com/ethlete-io/ethdk/pull/418) [`3db5263`](https://github.com/ethlete-io/ethdk/commit/3db52634880cf73ada8739469833d6d331cbcdaa) Thanks [@nziermann](https://github.com/nziermann)! - Double aliased input for query button
@@ -2391,7 +2400,6 @@
2391
2400
  ### Minor Changes
2392
2401
 
2393
2402
  - [#49](https://github.com/ethlete-io/ethdk/pull/49) [`5c95058`](https://github.com/ethlete-io/ethdk/commit/5c9505837ee3e5f2457169591acd01c79eade565) Thanks [@TomTomB](https://github.com/TomTomB)! - - Add table component
2394
-
2395
2403
  - Add pagination component
2396
2404
  - Add skeleton component
2397
2405
  - Add sort component
@@ -2404,7 +2412,6 @@
2404
2412
  ### Minor Changes
2405
2413
 
2406
2414
  - [#28](https://github.com/ethlete-io/ethdk/pull/28) [`ab8f092`](https://github.com/ethlete-io/ethdk/commit/ab8f092f0e51bfc84790f4a2bc112183e06b445e) Thanks [@TomTomB](https://github.com/TomTomB)! - Create components lib
2407
-
2408
2415
  - Add dialog component based on CDK Dialog
2409
2416
 
2410
2417
  - [#31](https://github.com/ethlete-io/ethdk/pull/31) [`cd9e412`](https://github.com/ethlete-io/ethdk/commit/cd9e4125a94e1e27c447fb1b95f7ee6f1b0ec44f) Thanks [@TomTomB](https://github.com/TomTomB)! - Add bottom sheet component based on CDK Dialog