@getflip/swirl-components-angular 0.115.0 → 0.116.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 +19 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +11 -10
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +10 -9
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +10 -9
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +11 -3
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +18 -7
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: 2023-11-
|
|
26
|
+
Build at: 2023-11-27T14:42:24.989Z - Time: 15248ms
|
|
27
27
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.116.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9bd62d26`](https://github.com/getflip/swirl/commit/9bd62d26ab47c33b1381bb64a6993a519fb42f59)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "modalOpen" and "modalClose"
|
|
9
|
+
events to swril-pdf-reader
|
|
10
|
+
|
|
11
|
+
* [`6c51e73e`](https://github.com/getflip/swirl/commit/6c51e73e0ce6b9c24d21efebe034bf4d3d3c3c4c)
|
|
12
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow configuration of the PDF.js
|
|
13
|
+
worker js file path
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
[[`9bd62d26`](https://github.com/getflip/swirl/commit/9bd62d26ab47c33b1381bb64a6993a519fb42f59),
|
|
19
|
+
[`6c51e73e`](https://github.com/getflip/swirl/commit/6c51e73e0ce6b9c24d21efebe034bf4d3d3c3c4c)]:
|
|
20
|
+
- @getflip/swirl-components@0.116.0
|
|
21
|
+
|
|
3
22
|
## 0.115.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|