@getflip/swirl-components-angular 0.370.1 → 0.372.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.
@@ -11,8 +11,6 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
- ✔ Writing package manifest
15
- ✔ Built @getflip/swirl-components-angular
16
14
 
17
15
  ------------------------------------------------------------------------------
18
16
  Built Angular Package
@@ -20,5 +18,7 @@ Built Angular Package
20
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
19
  ------------------------------------------------------------------------------
22
20
 
23
- Build at: 2025-08-28T12:50:56.876Z - Time: 12138ms
21
+ Build at: 2025-09-01T12:36:52.014Z - Time: 12553ms
24
22
 
23
+ ✔ Writing package manifest
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.372.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1209](https://github.com/getflip/swirl/pull/1209)
8
+ [`e60527e66`](https://github.com/getflip/swirl/commit/e60527e66967a684ad9b6af8c2ff2cdea9839324)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - BREAKING:
10
+ Change allowHtml default value to false in swirl-resource-list-item
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`e60527e66`](https://github.com/getflip/swirl/commit/e60527e66967a684ad9b6af8c2ff2cdea9839324)]:
16
+ - @getflip/swirl-components@0.372.0
17
+
18
+ ## 0.371.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1206](https://github.com/getflip/swirl/pull/1206)
23
+ [`726655d03`](https://github.com/getflip/swirl/commit/726655d0330ae3c54a997dbd54467dd41a709de3)
24
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "show-heading" prop to
25
+ swirl-app-bar
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`726655d03`](https://github.com/getflip/swirl/commit/726655d0330ae3c54a997dbd54467dd41a709de3)]:
31
+ - @getflip/swirl-components@0.371.0
32
+
3
33
  ## 0.370.1
4
34
 
5
35
  ### Patch Changes
@@ -233,11 +233,11 @@ let SwirlAppBar = class SwirlAppBar {
233
233
  proxyOutputs(this, this.el, ['backButtonClick', 'closeButtonClick', 'stepUpButtonClick', 'stepDownButtonClick']);
234
234
  }
235
235
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAppBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
236
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAppBar, isStandalone: false, selector: "swirl-app-bar", inputs: { backButtonLabel: "backButtonLabel", closeButtonIcon: "closeButtonIcon", closeButtonLabel: "closeButtonLabel", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", showBackButton: "showBackButton", showCloseButton: "showCloseButton", showStepperControls: "showStepperControls", stepDownButtonLabel: "stepDownButtonLabel", stepUpButtonLabel: "stepUpButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
236
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAppBar, isStandalone: false, selector: "swirl-app-bar", inputs: { backButtonLabel: "backButtonLabel", closeButtonIcon: "closeButtonIcon", closeButtonLabel: "closeButtonLabel", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", showBackButton: "showBackButton", showCloseButton: "showCloseButton", showHeading: "showHeading", showStepperControls: "showStepperControls", stepDownButtonLabel: "stepDownButtonLabel", stepUpButtonLabel: "stepUpButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
237
237
  };
238
238
  SwirlAppBar = __decorate([
239
239
  ProxyCmp({
240
- inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel']
240
+ inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showHeading', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel']
241
241
  })
242
242
  ], SwirlAppBar);
243
243
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAppBar, decorators: [{
@@ -247,7 +247,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
247
247
  changeDetection: ChangeDetectionStrategy.OnPush,
248
248
  template: '<ng-content></ng-content>',
249
249
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
250
- inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel'],
250
+ inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showHeading', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel'],
251
251
  standalone: false
252
252
  }]
253
253
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });