@ethlete/cdk 4.63.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,11 @@
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
+
3
9
  ## 4.63.0
4
10
 
5
11
  ### Minor Changes
@@ -1698,7 +1704,6 @@
1698
1704
  ### Major Changes
1699
1705
 
1700
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:
1701
-
1702
1707
  - `QueryButtonComponent` input `etQuery` was renamed to `query`
1703
1708
  - `QueryButtonDirective` input `etQuery` was renamed to `query`
1704
1709
 
@@ -1849,7 +1854,6 @@
1849
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
1850
1855
 
1851
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
1852
-
1853
1857
  - Add pagination component
1854
1858
  - Add skeleton component
1855
1859
  - Add sort component
@@ -1930,7 +1934,6 @@
1930
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
1931
1935
 
1932
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
1933
-
1934
1937
  - Fix enter animations getting skipped randomly
1935
1938
 
1936
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
@@ -2397,7 +2400,6 @@
2397
2400
  ### Minor Changes
2398
2401
 
2399
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
2400
-
2401
2403
  - Add pagination component
2402
2404
  - Add skeleton component
2403
2405
  - Add sort component
@@ -2410,7 +2412,6 @@
2410
2412
  ### Minor Changes
2411
2413
 
2412
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
2413
-
2414
2415
  - Add dialog component based on CDK Dialog
2415
2416
 
2416
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