@getflip/swirl-components-angular 0.152.0 → 0.153.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +33 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +3 -2
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +2 -1
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +2 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -23,5 +23,5 @@ Built Angular Package
|
|
|
23
23
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
24
24
|
------------------------------------------------------------------------------
|
|
25
25
|
|
|
26
|
-
Build at: 2024-02-
|
|
26
|
+
Build at: 2024-02-15T11:24:56.967Z - Time: 15566ms
|
|
27
27
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.153.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#583](https://github.com/getflip/swirl/pull/583)
|
|
8
|
+
[`711c2067`](https://github.com/getflip/swirl/commit/711c2067bbd84b87e9e5d34938cff92322f06bd8)
|
|
9
|
+
Thanks [@danizep](https://github.com/danizep)! - Added blur and focus methods
|
|
10
|
+
to SwirlTextInput
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#580](https://github.com/getflip/swirl/pull/580)
|
|
15
|
+
[`1b5d69cc`](https://github.com/getflip/swirl/commit/1b5d69ccd786b69494fa849c649f52e5a3bc1095)
|
|
16
|
+
Thanks [@fellmann](https://github.com/fellmann)! - Fix error on missing
|
|
17
|
+
popover trigger element
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`1b5d69cc`](https://github.com/getflip/swirl/commit/1b5d69ccd786b69494fa849c649f52e5a3bc1095),
|
|
21
|
+
[`711c2067`](https://github.com/getflip/swirl/commit/711c2067bbd84b87e9e5d34938cff92322f06bd8)]:
|
|
22
|
+
- @getflip/swirl-components@0.153.0
|
|
23
|
+
|
|
24
|
+
## 0.152.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [`e4f6d11e`](https://github.com/getflip/swirl/commit/e4f6d11ede458932166313269157c775cfe51af5)
|
|
29
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add custom css properties to
|
|
30
|
+
conrtol plain swirl-button text colors
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`e4f6d11e`](https://github.com/getflip/swirl/commit/e4f6d11ede458932166313269157c775cfe51af5)]:
|
|
34
|
+
- @getflip/swirl-components@0.152.1
|
|
35
|
+
|
|
3
36
|
## 0.152.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|