@ethlete/cdk 4.63.0 → 4.63.2
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 +12 -5
- package/fesm2022/ethlete-cdk.mjs +1244 -1126
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/index.d.ts +116 -54
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 4.63.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cd00798`](https://github.com/ethlete-io/ethdk/commit/cd00798ef4988dbf4a40a00ccd4b713abe80d54b) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix overflow issues with nested overlay main dialogs
|
|
8
|
+
|
|
9
|
+
## 4.63.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`51d19c7`](https://github.com/ethlete-io/ethdk/commit/51d19c7dc61eab8f7905610a9c8fab7f1f7e614b) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix collapsing margin support in overlays
|
|
14
|
+
|
|
3
15
|
## 4.63.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -1698,7 +1710,6 @@
|
|
|
1698
1710
|
### Major Changes
|
|
1699
1711
|
|
|
1700
1712
|
- [#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
1713
|
- `QueryButtonComponent` input `etQuery` was renamed to `query`
|
|
1703
1714
|
- `QueryButtonDirective` input `etQuery` was renamed to `query`
|
|
1704
1715
|
|
|
@@ -1849,7 +1860,6 @@
|
|
|
1849
1860
|
- [#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
1861
|
|
|
1851
1862
|
- [#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
1863
|
- Add pagination component
|
|
1854
1864
|
- Add skeleton component
|
|
1855
1865
|
- Add sort component
|
|
@@ -1930,7 +1940,6 @@
|
|
|
1930
1940
|
- [#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
1941
|
|
|
1932
1942
|
- [#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
1943
|
- Fix enter animations getting skipped randomly
|
|
1935
1944
|
|
|
1936
1945
|
- [#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 +2406,6 @@
|
|
|
2397
2406
|
### Minor Changes
|
|
2398
2407
|
|
|
2399
2408
|
- [#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
2409
|
- Add pagination component
|
|
2402
2410
|
- Add skeleton component
|
|
2403
2411
|
- Add sort component
|
|
@@ -2410,7 +2418,6 @@
|
|
|
2410
2418
|
### Minor Changes
|
|
2411
2419
|
|
|
2412
2420
|
- [#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
2421
|
- Add dialog component based on CDK Dialog
|
|
2415
2422
|
|
|
2416
2423
|
- [#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
|