@bravura/ui 4.0.0 → 5.0.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/CHANGELOG.md +239 -233
- package/README.md +56 -56
- package/esm2022/alert/alert-container.component.mjs +4 -4
- package/esm2022/alert/alert-message.component.mjs +4 -4
- package/esm2022/alert/alert.module.mjs +5 -5
- package/esm2022/behavior/await.directive.mjs +4 -4
- package/esm2022/behavior/behavior.module.mjs +5 -5
- package/esm2022/behavior/observe-content-class.directive.mjs +4 -4
- package/esm2022/behavior/sizing-monitor.directive.mjs +4 -4
- package/esm2022/behavior/sizing.directive.mjs +4 -4
- package/esm2022/clip-note/clip-note.component.mjs +4 -4
- package/esm2022/clip-note/clip-note.directive.mjs +4 -4
- package/esm2022/clip-note/clip-note.module.mjs +5 -5
- package/esm2022/common/common.module.mjs +5 -5
- package/esm2022/currency-input/currency-input.directive.mjs +4 -4
- package/esm2022/currency-input/currency-input.module.mjs +5 -5
- package/esm2022/decimal-input/decimal-input.directive.mjs +4 -4
- package/esm2022/decimal-input/decimal-input.module.mjs +5 -5
- package/esm2022/discrete-input/discrete-input.component.mjs +4 -4
- package/esm2022/discrete-input/discrete-input.module.mjs +5 -5
- package/esm2022/file-upload/file-upload.component.mjs +4 -4
- package/esm2022/file-upload/file-upload.module.mjs +5 -5
- package/esm2022/file-upload/file-upload.service.mjs +4 -4
- package/esm2022/form-field/form-field.component.mjs +7 -7
- package/esm2022/form-field/form-field.module.mjs +5 -5
- package/esm2022/icon-font/icon-font.module.mjs +5 -5
- package/esm2022/icon-font/icon.directive.mjs +4 -4
- package/esm2022/icon-font/utilities.mjs +1 -1
- package/esm2022/panel/panel-section.component.mjs +4 -4
- package/esm2022/panel/panel.component.mjs +4 -4
- package/esm2022/panel/panel.module.mjs +5 -5
- package/esm2022/panel/tinted.directive.mjs +4 -4
- package/esm2022/phone-number/phone-number.directive.mjs +4 -4
- package/esm2022/phone-number/phone-number.module.mjs +5 -5
- package/esm2022/phone-number/phone-number.pipe.mjs +4 -4
- package/esm2022/phone-number/phone-number.validator.mjs +4 -4
- package/esm2022/radio-panel/radio-panel-item.component.mjs +5 -5
- package/esm2022/radio-panel/radio-panel.component.mjs +4 -4
- package/esm2022/radio-panel/radio-panel.module.mjs +5 -5
- package/esm2022/selection-panel/selection-panel-item.component.mjs +4 -4
- package/esm2022/selection-panel/selection-panel.directive.mjs +4 -4
- package/esm2022/selection-panel/selection-panel.module.mjs +5 -5
- package/esm2022/skeletons/skeleton-loader-presets.directive.mjs +4 -4
- package/esm2022/skeletons/skeleton-loader.component.mjs +4 -4
- package/esm2022/skeletons/skeletons.module.mjs +5 -5
- package/esm2022/stepper/stepper.component.mjs +4 -4
- package/esm2022/stepper/stepper.module.mjs +5 -5
- package/esm2022/tooltip/tooltip.component.mjs +5 -5
- package/esm2022/tooltip/tooltip.directive.mjs +4 -4
- package/esm2022/tooltip/tooltip.module.mjs +5 -5
- package/fesm2022/bravura-ui-alert.mjs +10 -10
- package/fesm2022/bravura-ui-alert.mjs.map +1 -1
- package/fesm2022/bravura-ui-behavior.mjs +16 -16
- package/fesm2022/bravura-ui-behavior.mjs.map +1 -1
- package/fesm2022/bravura-ui-clip-note.mjs +10 -10
- package/fesm2022/bravura-ui-clip-note.mjs.map +1 -1
- package/fesm2022/bravura-ui-common.mjs +4 -4
- package/fesm2022/bravura-ui-common.mjs.map +1 -1
- package/fesm2022/bravura-ui-currency-input.mjs +7 -7
- package/fesm2022/bravura-ui-currency-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-decimal-input.mjs +7 -7
- package/fesm2022/bravura-ui-decimal-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-discrete-input.mjs +7 -7
- package/fesm2022/bravura-ui-discrete-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-file-upload.mjs +10 -10
- package/fesm2022/bravura-ui-file-upload.mjs.map +1 -1
- package/fesm2022/bravura-ui-form-field.mjs +10 -10
- package/fesm2022/bravura-ui-form-field.mjs.map +1 -1
- package/fesm2022/bravura-ui-icon-font.mjs +7 -7
- package/fesm2022/bravura-ui-icon-font.mjs.map +1 -1
- package/fesm2022/bravura-ui-panel.mjs +13 -13
- package/fesm2022/bravura-ui-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-phone-number.mjs +13 -13
- package/fesm2022/bravura-ui-phone-number.mjs.map +1 -1
- package/fesm2022/bravura-ui-radio-panel.mjs +11 -11
- package/fesm2022/bravura-ui-radio-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-selection-panel.mjs +10 -10
- package/fesm2022/bravura-ui-selection-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-skeletons.mjs +10 -10
- package/fesm2022/bravura-ui-skeletons.mjs.map +1 -1
- package/fesm2022/bravura-ui-stepper.mjs +7 -7
- package/fesm2022/bravura-ui-stepper.mjs.map +1 -1
- package/fesm2022/bravura-ui-tooltip.mjs +11 -11
- package/fesm2022/bravura-ui-tooltip.mjs.map +1 -1
- package/package.json +41 -41
- package/theme/_ui-theme.scss +112 -112
package/CHANGELOG.md
CHANGED
|
@@ -1,486 +1,492 @@
|
|
|
1
1
|
# Change history
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 5.0.0 (2024-09-03)
|
|
4
4
|
|
|
5
|
-
* build:
|
|
6
|
-
* build: upgrade packages ([e3d62e9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e3d62e9))
|
|
7
|
-
* build(storybook): complete upgrade of storybook ([6d728f4](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6d728f4))
|
|
8
|
-
* build(storybook): migrate to story 7 source structure ([4eac5d3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4eac5d3))
|
|
9
|
-
* fix(tooltip): fix screen reader issue with template content ([61e435f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/61e435f))
|
|
5
|
+
* build: angular 18 support ([feea9de](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/feea9de))
|
|
10
6
|
|
|
11
7
|
|
|
12
8
|
### BREAKING CHANGE
|
|
13
9
|
|
|
14
|
-
* upgrade to angular
|
|
15
|
-
* version 4 only supports Angular 16 and above
|
|
10
|
+
* upgrade packages to support angular 18
|
|
16
11
|
|
|
12
|
+
## 4.0.0 (2024-09-02)
|
|
13
|
+
|
|
14
|
+
- build: upgrade packages ([b038496](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b038496))
|
|
15
|
+
- build: upgrade packages ([e3d62e9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e3d62e9))
|
|
16
|
+
- build(storybook): complete upgrade of storybook ([6d728f4](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6d728f4))
|
|
17
|
+
- build(storybook): migrate to story 7 source structure ([4eac5d3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4eac5d3))
|
|
18
|
+
- fix(tooltip): fix screen reader issue with template content ([61e435f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/61e435f))
|
|
19
|
+
|
|
20
|
+
### BREAKING CHANGE
|
|
21
|
+
|
|
22
|
+
- upgrade to angular 17 and storybook 8
|
|
23
|
+
- version 4 only supports Angular 16 and above
|
|
24
|
+
|
|
17
25
|
## <small>3.8.1 (2023-07-31)</small>
|
|
18
26
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
- build(storybook): upgrade storybook ([089f3c4](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/089f3c4))
|
|
28
|
+
- docs: fix links and css syntax highlighting ([361ea77](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/361ea77))
|
|
29
|
+
- docs(storybook): add story for ngx-mask ([749e3b2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/749e3b2))
|
|
30
|
+
- fix(alert): fix vertical alignment issue in alert message ([bb92489](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bb92489))
|
|
31
|
+
- fix(alert): fix vertical alignment issue in projected content ([38f1e81](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/38f1e81))
|
|
24
32
|
|
|
25
33
|
## 3.8.0 (2023-07-26)
|
|
26
34
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
35
|
+
- docs: update Angular version compatibility table ([b5549d3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b5549d3))
|
|
36
|
+
- docs(storybook): add product tour stories ([e341fd7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e341fd7))
|
|
37
|
+
- docs(storybook): fix story with ng-scrollbar ([1e9f49f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1e9f49f))
|
|
38
|
+
- feat(alert): export test harness ([d0cf11e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d0cf11e))
|
|
31
39
|
|
|
32
40
|
## <small>3.7.2 (2023-07-14)</small>
|
|
33
41
|
|
|
34
|
-
|
|
42
|
+
- fix: add rxjs 7.8 to compatible dep list ([8176288](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8176288))
|
|
35
43
|
|
|
36
44
|
## <small>3.7.1 (2023-07-14)</small>
|
|
37
45
|
|
|
38
|
-
|
|
46
|
+
- fix: add intl-tel-input 18 to compatible dep list ([52a0013](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/52a0013))
|
|
39
47
|
|
|
40
48
|
## 3.7.0 (2023-07-14)
|
|
41
49
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
50
|
+
- test: fix test coverage failure in build ([4b9146d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4b9146d))
|
|
51
|
+
- test(radio-panel): export test harness ([5a063d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5a063d7))
|
|
52
|
+
- test(radio-panel): fix test coverage failure ([4830506](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4830506))
|
|
53
|
+
- fix: add Angular 16 to the compatible peer dependencies ([59df6a5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/59df6a5))
|
|
54
|
+
- feat(alert): add support for content projection for the message ([1697da8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1697da8))
|
|
55
|
+
- refactor: fix typos ([aa38a90](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/aa38a90))
|
|
48
56
|
|
|
49
57
|
## <small>3.6.2 (2023-05-31)</small>
|
|
50
58
|
|
|
51
|
-
|
|
59
|
+
- fix(radio-panel): fix unstable rendering when panel width specified ([3c65a51](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3c65a51))
|
|
52
60
|
|
|
53
61
|
## <small>3.6.1 (2023-05-22)</small>
|
|
54
62
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
63
|
+
- fix(alert): improve margins around the message content ([4023a75](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4023a75))
|
|
64
|
+
- fix(radio-panel): fix selection indicator being squeezed ([d35f27c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d35f27c))
|
|
65
|
+
- fix(stepper): fix step transition animation ([00f346a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/00f346a))
|
|
58
66
|
|
|
59
67
|
## 3.6.0 (2023-04-24)
|
|
60
68
|
|
|
61
|
-
|
|
69
|
+
- feat(behavior): add progress support in [buiAwait] ([97ca611](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/97ca611))
|
|
62
70
|
|
|
63
71
|
## <small>3.5.1 (2023-04-14)</small>
|
|
64
72
|
|
|
65
|
-
|
|
73
|
+
- fix(behavior): fix the issue with resize observer destruction ([bd2701f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bd2701f))
|
|
66
74
|
|
|
67
75
|
## 3.5.0 (2023-04-13)
|
|
68
76
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
77
|
+
- feat(panel): improve and extract tinted backdrop element ([ef1c634](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ef1c634))
|
|
78
|
+
- refactor: storybook update ([4ba5215](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4ba5215))
|
|
79
|
+
- refactor: update Angular packages ([7d0100d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7d0100d))
|
|
72
80
|
|
|
73
81
|
## <small>3.4.1 (2023-03-19)</small>
|
|
74
82
|
|
|
75
|
-
|
|
83
|
+
- fix(tooltip): export an injection token for greater ability to customise ([9568292](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9568292))
|
|
76
84
|
|
|
77
85
|
## 3.4.0 (2023-03-16)
|
|
78
86
|
|
|
79
|
-
|
|
87
|
+
- feat(tooltip): support Observable as tooltip message ([449db13](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/449db13))
|
|
80
88
|
|
|
81
89
|
## <small>3.3.2 (2023-03-14)</small>
|
|
82
90
|
|
|
83
|
-
|
|
91
|
+
- fix(panel): correct border radius for better customisation ([a350a5f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a350a5f))
|
|
84
92
|
|
|
85
93
|
## <small>3.3.1 (2023-03-10)</small>
|
|
86
94
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
95
|
+
- test: disable an unstable test ([e17d28b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e17d28b))
|
|
96
|
+
- fix(behavior): add text content detection to observe content class ([9579b40](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9579b40))
|
|
97
|
+
- fix(behavior): fix the issue with observe content class in prop binding ([5fe04ba](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5fe04ba))
|
|
90
98
|
|
|
91
99
|
## 3.3.0 (2023-03-09)
|
|
92
100
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
101
|
+
- feat(behavior): add class directive for dom children events ([a76d764](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a76d764))
|
|
102
|
+
- test: fix an unstable test ([0890dee](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0890dee))
|
|
103
|
+
- test: fix unstable tests in Chrome ([9add200](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9add200))
|
|
96
104
|
|
|
97
105
|
## <small>3.2.1 (2023-03-06)</small>
|
|
98
106
|
|
|
99
|
-
|
|
107
|
+
- fix(alert): fix the issue with short messages being clipped off ([a593b53](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a593b53))
|
|
100
108
|
|
|
101
109
|
## 3.2.0 (2023-03-01)
|
|
102
110
|
|
|
103
|
-
|
|
104
|
-
|
|
111
|
+
- fix(tooltip): add missing default color and background ([c96bb6d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c96bb6d))
|
|
112
|
+
- feat(behavior): add support for other buttons in [buiAwait] ([9d24e0b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9d24e0b))
|
|
105
113
|
|
|
106
114
|
## <small>3.1.4 (2023-02-24)</small>
|
|
107
115
|
|
|
108
|
-
|
|
109
|
-
|
|
116
|
+
- test(stepper): fix coverage failure ([aea82ad](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/aea82ad))
|
|
117
|
+
- fix(behavior): debounce resize listener ([a420cf3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a420cf3))
|
|
110
118
|
|
|
111
119
|
## <small>3.1.3 (2023-02-23)</small>
|
|
112
120
|
|
|
113
|
-
|
|
121
|
+
- fix(phone-number): use shadow root as a fallback overlay container ([6d94b6e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6d94b6e))
|
|
114
122
|
|
|
115
123
|
## <small>3.1.2 (2023-02-17)</small>
|
|
116
124
|
|
|
117
|
-
|
|
125
|
+
- fix(form-field): adjust div and span paddings in prefix and suffix ([c0091c6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c0091c6))
|
|
118
126
|
|
|
119
127
|
## <small>3.1.1 (2023-02-17)</small>
|
|
120
128
|
|
|
121
|
-
|
|
129
|
+
- fix(phone-number): correct label position in 'fill' inputs ([e1921ff](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e1921ff))
|
|
122
130
|
|
|
123
131
|
## 3.1.0 (2023-02-17)
|
|
124
132
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
133
|
+
- feat(form-field): add convenient for global appearance config ([d0f8517](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d0f8517))
|
|
134
|
+
- fix(clip-node): fix the button text alignment ([c61e6f1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c61e6f1))
|
|
135
|
+
- fix(form-field): fix incorrect label location with different fonts ([4b6f363](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4b6f363))
|
|
136
|
+
- build: correct peer dependencies ([cca269e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/cca269e))
|
|
129
137
|
|
|
130
138
|
## 3.0.0 (2023-01-18)
|
|
131
139
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
140
|
+
- test(form-field): fix tests on CI builds for different chrome versions ([9a992c6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9a992c6))
|
|
141
|
+
- build: fix build errors caused by incorrect package resolution ([76e7155](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/76e7155))
|
|
142
|
+
- build: update CI build NodeJS version ([62190c6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/62190c6))
|
|
143
|
+
- fix(alert): fix issue with close button dimension ([1a74cc0](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1a74cc0))
|
|
144
|
+
- fix(alert): improve accessibility ([5d5c7bb](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5d5c7bb))
|
|
145
|
+
- fix(stepper): fix issue with unstable expression in animation events ([8fc043f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8fc043f))
|
|
146
|
+
- fix(tooltip): improve accessibility ([39ef17f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/39ef17f))
|
|
147
|
+
- feat: update library packages to support Angular 15 ([a486806](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a486806))
|
|
141
148
|
|
|
142
149
|
### BREAKING CHANGE
|
|
143
150
|
|
|
144
|
-
|
|
145
|
-
|
|
151
|
+
- Angular 14 is no longer supported from 3.0 and up.
|
|
152
|
+
- From version 3.0 onward, the package `@bravura/ui` is only compatible with `@angular/components` 15.1 and up, which is based on the Offical Material Design Components for web. Please refer to [this document](https://material.angular.io/guide/mdc-migration) for more information. To continue to use `@bravura/ui` at the latest version in your Angular projects, you must upgrade both Angular and Angular Material packages to version 15 or later. You must also you run the migration tool to switch from the legacy component implementations to the new MDC-based ones. The legacy components from `@angular/components` are no longer supported.
|
|
146
153
|
|
|
147
154
|
## 2.6.0 (2022-10-13)
|
|
148
155
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
+
- Pull request #4: feat(card): add card styles from the bravura design kit ([5b51eeb](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5b51eeb)), closes [#4](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/issues/4)
|
|
157
|
+
- Pull request #5: fix(card): fix card styles ([517a9e9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/517a9e9))
|
|
158
|
+
- docs(card): add more stories for card ([4fbf448](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4fbf448))
|
|
159
|
+
- docs(card): improve stories ([3f338e6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3f338e6))
|
|
160
|
+
- fix(card): fix card styles ([58095a5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/58095a5))
|
|
161
|
+
- feat(card): add card styles from the bravura design kit ([3678573](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3678573))
|
|
162
|
+
- feat(card): add card styles from the bravura design kit ([281cdb9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/281cdb9))
|
|
156
163
|
|
|
157
164
|
## <small>2.5.3 (2022-09-26)</small>
|
|
158
165
|
|
|
159
|
-
|
|
160
|
-
|
|
166
|
+
- fix(clip-note): fix panel closing animation ([b55addd](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b55addd))
|
|
167
|
+
- fix(clip-note): fix trigger button text overflow ([523910d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/523910d))
|
|
161
168
|
|
|
162
169
|
## <small>2.5.2 (2022-09-26)</small>
|
|
163
170
|
|
|
164
|
-
|
|
171
|
+
- docs(storybook): fix the issue with changelog not built into storybook ([618d4f8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/618d4f8))
|
|
165
172
|
|
|
166
173
|
## <small>2.5.1 (2022-09-26)</small>
|
|
167
174
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
- build: fix incorrect package checksum ([8d0bc98](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8d0bc98))
|
|
176
|
+
- build: fix issue with package resolution ([b6fd072](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b6fd072))
|
|
177
|
+
- ci: upgrade packages ([b1b1f9c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b1b1f9c))
|
|
178
|
+
- fix(alert): fix alert content overflow boundaries in animation ([ec408c1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ec408c1))
|
|
179
|
+
- fix(discrete-input): improve accessbility ([11dd4be](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/11dd4be))
|
|
180
|
+
- fix(form-field): fix mat icon being clipped off in suffix area ([58e3777](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/58e3777))
|
|
181
|
+
- docs(clip-note): fix source code display ([085c13d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/085c13d))
|
|
182
|
+
- docs(storybook): clean up documents ([19ffb8e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/19ffb8e))
|
|
176
183
|
|
|
177
184
|
## 2.5.0 (2022-09-23)
|
|
178
185
|
|
|
179
|
-
|
|
186
|
+
- feat: add new ui component - clip note ([2c55879](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2c55879))
|
|
180
187
|
|
|
181
188
|
## 2.4.0 (2022-09-19)
|
|
182
189
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
- test: fix test failures ([2ed4fdd](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2ed4fdd))
|
|
191
|
+
- test(panel): fix test failure ([a623612](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a623612))
|
|
192
|
+
- docs(panel): add real world sample story ([18bd2d6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/18bd2d6))
|
|
193
|
+
- docs(storybook): sort story groups ([2acf72f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2acf72f))
|
|
194
|
+
- feat(tooltip): automate calculation of default width ([9076924](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9076924))
|
|
195
|
+
- build(storybook): add more missing packages ([2cb6c86](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2cb6c86))
|
|
196
|
+
- build(storybook): fix package resolution error ([0e57024](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0e57024))
|
|
197
|
+
- build(storybook): move storybook build from chromatic to build stage ([50e7ec1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/50e7ec1))
|
|
191
198
|
|
|
192
199
|
## <small>2.3.4 (2022-09-16)</small>
|
|
193
200
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
201
|
+
- test: enrich test cases and enforce coverage check ([4176208](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4176208))
|
|
202
|
+
- test: fix an unstable test ([92f7564](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/92f7564))
|
|
203
|
+
- build: change build order of generating mat stories ([303c7d5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/303c7d5))
|
|
204
|
+
- build: change stream operations to be sync ([b1c8246](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b1c8246))
|
|
205
|
+
- build: clean generated stories before build ([91f793c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/91f793c))
|
|
206
|
+
- build: exclude certain mat stories ([5841a01](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5841a01))
|
|
207
|
+
- build(storybook): fix CI build errors ([b071e07](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b071e07))
|
|
208
|
+
- fix(stepper): fix issue with overlapping headers in step transition ([bac6cb7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bac6cb7))
|
|
209
|
+
- docs(storybook): clean up addon panel ([5550804](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5550804))
|
|
203
210
|
|
|
204
211
|
## <small>2.3.3 (2022-09-13)</small>
|
|
205
212
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
213
|
+
- build: correct github url in CI builds ([3bfe2f8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3bfe2f8))
|
|
214
|
+
- build: fix CI build errors ([2849121](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2849121))
|
|
215
|
+
- build: fix incorrect package resolutions ([b5622a3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b5622a3))
|
|
216
|
+
- build: recover CI command ([de1ca50](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/de1ca50))
|
|
217
|
+
- docs(storybook): add scrollbar stories ([07ff1af](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/07ff1af))
|
|
218
|
+
- docs(storybook): add stories from official components from Angular ([8c3f5d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8c3f5d7))
|
|
212
219
|
|
|
213
220
|
## <small>2.3.2 (2022-09-07)</small>
|
|
214
221
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
222
|
+
- fix: respect attribute hidden on host elements ([6a3ce74](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6a3ce74))
|
|
223
|
+
- fix(panel): calculate flex basis on panel sections ([04bff7d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/04bff7d))
|
|
224
|
+
- build(storybook): fix compilation issues ([0b70e03](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0b70e03))
|
|
218
225
|
|
|
219
226
|
## <small>2.3.1 (2022-09-07)</small>
|
|
220
227
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
228
|
+
- docs(storybook): improve tooltip stories ([5ce4344](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5ce4344))
|
|
229
|
+
- fix(panel): fix issue with incorrect style classes when resized ([f521ae9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f521ae9))
|
|
230
|
+
- refactor: fix import syntax ([45ac8af](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/45ac8af))
|
|
224
231
|
|
|
225
232
|
## 2.3.0 (2022-09-02)
|
|
226
233
|
|
|
227
|
-
|
|
228
|
-
|
|
234
|
+
- build(storybook): monitor on remote host ([b95618e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b95618e))
|
|
235
|
+
- feat(panel): add panel sections ([922e071](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/922e071))
|
|
229
236
|
|
|
230
237
|
## 2.2.0 (2022-09-01)
|
|
231
238
|
|
|
232
|
-
|
|
239
|
+
- feat(file-upload): limit file size ([d9c8a1c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d9c8a1c))
|
|
233
240
|
|
|
234
241
|
## 2.1.0 (2022-09-01)
|
|
235
242
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
243
|
+
- build(storybook): switch to new builders ([3145b86](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3145b86))
|
|
244
|
+
- docs(storybook): fix stepper stories ([dcba870](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/dcba870))
|
|
245
|
+
- feat(panel): add a new panel component based on `mat-card` ([b73835c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b73835c))
|
|
246
|
+
- test(decimal-input): add tests ([2f33d5f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2f33d5f))
|
|
247
|
+
- fix(decimal-input): empty value should not be represented as 0 ([dcbf222](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/dcbf222))
|
|
241
248
|
|
|
242
249
|
## <small>2.0.1 (2022-08-18)</small>
|
|
243
250
|
|
|
244
|
-
|
|
251
|
+
- fix(currency-input): value should start being formatted ([e28b58d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e28b58d))
|
|
245
252
|
|
|
246
253
|
## 2.0.0 (2022-08-18)
|
|
247
254
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
255
|
+
- build: add missing package dependency ([a18a09e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a18a09e))
|
|
256
|
+
- build: fix build command in release config ([f6cb952](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f6cb952))
|
|
257
|
+
- build: fix storybook compilation erros ([8cc9d5f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8cc9d5f))
|
|
258
|
+
- build: revise peer dependencies ([5abf922](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5abf922))
|
|
259
|
+
- test: fix test failure on Jenkins ([99393ff](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/99393ff))
|
|
260
|
+
- docs(readme): add version compatibility infomation ([96c2837](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/96c2837))
|
|
261
|
+
- feat: support Angular 14 ([d0b22c0](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d0b22c0))
|
|
256
262
|
|
|
257
263
|
### BREAKING CHANGE
|
|
258
264
|
|
|
259
|
-
|
|
265
|
+
- Angular 12 & 13 are no longer supported. Use release 1.x for compatibility with Angular 12 & 13
|
|
260
266
|
|
|
261
267
|
## <small>1.21.6 (2022-07-28)</small>
|
|
262
268
|
|
|
263
|
-
|
|
264
|
-
|
|
269
|
+
- fix(stepper): fix an issue with unstable layout change ([cd8f2a5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/cd8f2a5))
|
|
270
|
+
- fix(tooltip): add width modifying tooltip style classes ([6c19a60](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6c19a60))
|
|
265
271
|
|
|
266
272
|
## <small>1.21.5 (2022-07-21)</small>
|
|
267
273
|
|
|
268
|
-
|
|
274
|
+
- fix(tooltip): disable touch gesture and use click event instead ([1acbe98](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1acbe98))
|
|
269
275
|
|
|
270
276
|
## <small>1.21.4 (2022-07-11)</small>
|
|
271
277
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
278
|
+
- fix(discrete-input): added firefox specific styling ([d2d05a8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d2d05a8))
|
|
279
|
+
- fix(stepper): hidden el in flex layout cause width issue in container ([a0741e9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a0741e9))
|
|
280
|
+
- Pull request #3: fix(discrete-input): added firefox specific styling ([9629b50](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9629b50)), closes [#3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/issues/3)
|
|
275
281
|
|
|
276
282
|
## <small>1.21.3 (2022-07-11)</small>
|
|
277
283
|
|
|
278
|
-
|
|
284
|
+
- fix(radio-panel): make width responsive ([f1728b2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f1728b2))
|
|
279
285
|
|
|
280
286
|
## <small>1.21.2 (2022-06-23)</small>
|
|
281
287
|
|
|
282
|
-
|
|
288
|
+
- fix(alert): fix issue with html message element inactive ([e4980b9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e4980b9))
|
|
283
289
|
|
|
284
290
|
## <small>1.21.1 (2022-06-22)</small>
|
|
285
291
|
|
|
286
|
-
|
|
287
|
-
|
|
292
|
+
- docs(decimal-input): change decimal places to scale ([aa6c97a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/aa6c97a))
|
|
293
|
+
- fix(stepper): fix issues with ripples from checkboxes being cut off ([6214c30](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6214c30))
|
|
288
294
|
|
|
289
295
|
## 1.21.0 (2022-06-01)
|
|
290
296
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
- fix(decimal-input): export directive ([043bf2a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/043bf2a))
|
|
298
|
+
- fix(decimal-input): fix test ([d1a85d1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d1a85d1))
|
|
299
|
+
- feat(decimal-input): decimal input module ([777f157](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/777f157))
|
|
294
300
|
|
|
295
301
|
## <small>1.20.1 (2022-05-30)</small>
|
|
296
302
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
303
|
+
- fix(file-upload): improve rtl support ([16520a2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/16520a2))
|
|
304
|
+
- fix(form-field): fix unstable field width calculation ([be43909](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/be43909))
|
|
305
|
+
- refactor: minor update of dev dependencies ([9661c80](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9661c80))
|
|
306
|
+
- refactor(storybook): upgrade packages ([ee8ea11](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ee8ea11))
|
|
301
307
|
|
|
302
308
|
## 1.20.0 (2022-05-23)
|
|
303
309
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
310
|
+
- feat(skeletons): add skeleton loader component ([9e5e591](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9e5e591))
|
|
311
|
+
- fix(currency-input): fix an issue with multi-char currency symbols ([4fb02d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4fb02d7))
|
|
312
|
+
- refactor(currency-input): enhance multi-locale support ([7bc2f13](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7bc2f13))
|
|
307
313
|
|
|
308
314
|
## <small>1.19.1 (2022-05-19)</small>
|
|
309
315
|
|
|
310
|
-
|
|
316
|
+
- fix(radio-panel): rename reserved word ([86a09ae](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/86a09ae))
|
|
311
317
|
|
|
312
318
|
## 1.19.0 (2022-05-19)
|
|
313
319
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
320
|
+
- fix(radio-panel): fix test ([f673210](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f673210))
|
|
321
|
+
- feat(radio-panel): add flow direction ([6b40b5d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6b40b5d))
|
|
322
|
+
- feat(radio-panel): add flow direction ([a53293f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a53293f))
|
|
323
|
+
- feat(radio-panel): add flow direction ([6fa8295](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6fa8295))
|
|
318
324
|
|
|
319
325
|
## 1.18.0 (2022-04-05)
|
|
320
326
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
327
|
+
- fix(file-upload): fix fileupload build error ([56d61fa](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/56d61fa))
|
|
328
|
+
- fix(file-upload): fix janky animiation when upload link reveals ([9e5908f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9e5908f))
|
|
329
|
+
- feat(currency-input): add currency input directive ([7b40640](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7b40640))
|
|
324
330
|
|
|
325
331
|
## <small>1.17.2 (2022-04-04)</small>
|
|
326
332
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
333
|
+
- fix(file-upload): fix inconsistent margins ([5ba3890](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5ba3890))
|
|
334
|
+
- fix(radio-panel): change ripple when selected to avoid event trapping ([f653a62](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f653a62))
|
|
335
|
+
- fix(radio-panel): remove ripple container that is blocking contents ([55e814a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/55e814a))
|
|
336
|
+
- refactor: improve support for older browsers ([6b10f83](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6b10f83))
|
|
331
337
|
|
|
332
338
|
## <small>1.17.1 (2022-04-03)</small>
|
|
333
339
|
|
|
334
|
-
|
|
335
|
-
|
|
340
|
+
- fix(alert): fix incorrect z-index for floating panel ([3e33445](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3e33445))
|
|
341
|
+
- fix(discrete-input): value not updated by backspace in the last part ([3ccaa92](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3ccaa92))
|
|
336
342
|
|
|
337
343
|
## 1.17.0 (2022-04-01)
|
|
338
344
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
345
|
+
- fix(alert): setup alert for export ([0a4f3f8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0a4f3f8))
|
|
346
|
+
- fix(stepper): fix issue of not resizing properly in some cases ([9eb9555](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9eb9555))
|
|
347
|
+
- feat(alert): float alert container when outside viewport ([380ae7a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/380ae7a))
|
|
348
|
+
- Pull request #2: fix(alert): setup alert for export ([2961bef](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2961bef)), closes [#2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/issues/2)
|
|
343
349
|
|
|
344
350
|
## <small>1.16.1 (2022-03-29)</small>
|
|
345
351
|
|
|
346
|
-
|
|
347
|
-
|
|
352
|
+
- docs(stepper): use viewport in stepper stories for moible view ([9e07fbb](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9e07fbb))
|
|
353
|
+
- docs(storybook): add RTL control to stories ([81582c1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/81582c1))
|
|
348
354
|
|
|
349
355
|
## 1.16.0 (2022-03-29)
|
|
350
356
|
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
357
|
+
- docs(storybook): improve support for dynamic background ([9714058](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9714058))
|
|
358
|
+
- fix: add support for rtl ([f745932](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f745932))
|
|
359
|
+
- fix(alert): fix issue with HTML content being affected by flex container ([655fee5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/655fee5))
|
|
360
|
+
- feat(alert): add alert styled notification components ([76378cf](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/76378cf))
|
|
355
361
|
|
|
356
362
|
## <small>1.15.2 (2022-03-28)</small>
|
|
357
363
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
364
|
+
- fix: fix compilation issue on Angular 12 ([8805c1c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8805c1c))
|
|
365
|
+
- fix(file-upload): animate on delete ([405248d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/405248d))
|
|
366
|
+
- fix(file-upload): animate on leave ([a76c606](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a76c606))
|
|
361
367
|
|
|
362
368
|
## <small>1.15.1 (2022-03-25)</small>
|
|
363
369
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
370
|
+
- fix: fix compatibility issue with Angular 13 ([e67e938](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e67e938))
|
|
371
|
+
- fix(stepper): add missing NgModule exports ([d056642](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d056642))
|
|
372
|
+
- docs(stepper): fix issue with mobile view story ([5e9e17c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5e9e17c))
|
|
367
373
|
|
|
368
374
|
## 1.15.0 (2022-03-24)
|
|
369
375
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
376
|
+
- test(stepper): fix test failures ([931861a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/931861a))
|
|
377
|
+
- feat(stepper): add customised stepper (beta) ([93d3353](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/93d3353))
|
|
378
|
+
- refactor(theme): expose more theme config to css properties ([0650adf](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0650adf))
|
|
379
|
+
- fix(behaviour): fix (buiResized) not emitting in ng zone ([15e576e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/15e576e))
|
|
374
380
|
|
|
375
381
|
## <small>1.14.10 (2022-03-15)</small>
|
|
376
382
|
|
|
377
|
-
|
|
383
|
+
- fix(file-upload): support dark theme and margin correction ([1dc898e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1dc898e))
|
|
378
384
|
|
|
379
385
|
## <small>1.14.9 (2022-03-12)</small>
|
|
380
386
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
387
|
+
- fix(phone-number): fix color mapping in a dark thme ([ad7c608](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ad7c608))
|
|
388
|
+
- fix(tooltip): fix compilation error ([f848d54](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f848d54))
|
|
389
|
+
- fix(tooltip): fix minor compatibility issues with Angular 13 ([1c34a3e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1c34a3e))
|
|
390
|
+
- docs(storybook): reorganise documents to reflect project roadmap ([68700d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/68700d7))
|
|
391
|
+
- refactor: update storybook packages ([d6bef73](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d6bef73))
|
|
386
392
|
|
|
387
393
|
## <small>1.14.8 (2022-03-01)</small>
|
|
388
394
|
|
|
389
|
-
|
|
395
|
+
- fix(file-upload): add missing export ([2a75932](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2a75932))
|
|
390
396
|
|
|
391
397
|
## <small>1.14.7 (2022-03-01)</small>
|
|
392
398
|
|
|
393
|
-
|
|
394
|
-
|
|
399
|
+
- fix(file-upload): export fileupload component ([3386ca7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3386ca7))
|
|
400
|
+
- fix(file-upload): fix compilation error ([426753c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/426753c))
|
|
395
401
|
|
|
396
402
|
## <small>1.14.6 (2022-02-28)</small>
|
|
397
403
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
404
|
+
- fix(file-upload): fix test ([6b1f439](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6b1f439))
|
|
405
|
+
- feat(file-upload: fileupload component ([8e8011b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8e8011b))
|
|
406
|
+
- Pull request #1: feat(file-upload: fileupload component ([c6fb49d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c6fb49d)), closes [#1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/issues/1)
|
|
401
407
|
|
|
402
408
|
## <small>1.14.5 (2022-01-13)</small>
|
|
403
409
|
|
|
404
|
-
|
|
410
|
+
- fix(form-field): correct field heigh for button suffix ([d4abfee](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d4abfee))
|
|
405
411
|
|
|
406
412
|
## <small>1.14.4 (2021-12-22)</small>
|
|
407
413
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
414
|
+
- build(form-field): fix compilation error ([1c7cfc7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1c7cfc7))
|
|
415
|
+
- fix(form-field): add option to make labels bold ([fb1066d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/fb1066d))
|
|
416
|
+
- fix(selection-panel): fix ripple z-index making radio label unclickable ([c5c46ed](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c5c46ed))
|
|
411
417
|
|
|
412
418
|
## <small>1.14.3 (2021-12-21)</small>
|
|
413
419
|
|
|
414
|
-
|
|
420
|
+
- fix(form-field): fix incorrect field height (bound) with datepicker ([cecd4c8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/cecd4c8))
|
|
415
421
|
|
|
416
422
|
## <small>1.14.2 (2021-12-21)</small>
|
|
417
423
|
|
|
418
|
-
|
|
419
|
-
|
|
424
|
+
- fix(form-field): fix layout issue with mat-icon in prefix and suffix ([7772016](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7772016))
|
|
425
|
+
- fix(selection-panel): header shade not visible when in an opaque parent ([f63a333](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f63a333))
|
|
420
426
|
|
|
421
427
|
## <small>1.14.1 (2021-12-20)</small>
|
|
422
428
|
|
|
423
|
-
|
|
429
|
+
- fix(selection-panel): should not select when not select by header ([54be919](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/54be919))
|
|
424
430
|
|
|
425
431
|
## 1.14.0 (2021-12-20)
|
|
426
432
|
|
|
427
|
-
|
|
428
|
-
|
|
433
|
+
- feat(selection-panel): fix layout ([bf25ab2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bf25ab2))
|
|
434
|
+
- feat(selection-panel): remove unused style ([a021c29](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a021c29))
|
|
429
435
|
|
|
430
436
|
## 1.13.0 (2021-12-20)
|
|
431
437
|
|
|
432
|
-
|
|
438
|
+
- feat(selection-panel): add subtitle ([1c38235](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1c38235))
|
|
433
439
|
|
|
434
440
|
## 1.12.0 (2021-12-20)
|
|
435
441
|
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
442
|
+
- build: fix issue with incorrect package hosting of webpack 5 ([96c18b7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/96c18b7))
|
|
443
|
+
- build(chromatic): upgrade chromatic to 6.2.3 ([dee1473](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/dee1473))
|
|
444
|
+
- feat(selection-panel): add option to remove checkbox, shaded header ([6635b95](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6635b95))
|
|
445
|
+
- docs(storybook): upgrade to storybook 6.4.9 ([c97abbd](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c97abbd))
|
|
440
446
|
|
|
441
447
|
## 1.11.0 (2021-12-16)
|
|
442
448
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
449
|
+
- fix(discrete-input): add missing NgModule exports ([a4d9643](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a4d9643))
|
|
450
|
+
- fix(selection-panel): make form control directives optional ([3a9f249](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3a9f249))
|
|
451
|
+
- feat(radio-panel): add tick position property & title end content slot ([add9d74](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/add9d74))
|
|
446
452
|
|
|
447
453
|
## 1.10.0 (2021-12-15)
|
|
448
454
|
|
|
449
|
-
|
|
455
|
+
- feat(selection-panel): add content projection at end of heading ([b41a17a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b41a17a))
|
|
450
456
|
|
|
451
457
|
## <small>1.9.1 (2021-12-15)</small>
|
|
452
458
|
|
|
453
|
-
|
|
454
|
-
|
|
459
|
+
- fix(selection-panel): add missing NgModule exports ([ea0370d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ea0370d))
|
|
460
|
+
- refactor(theming): standardise theme attribute naming - part 1 ([2878570](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2878570))
|
|
455
461
|
|
|
456
462
|
## 1.9.0 (2021-12-12)
|
|
457
463
|
|
|
458
|
-
|
|
464
|
+
- feat(behavior): add await directive ([20a276a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/20a276a))
|
|
459
465
|
|
|
460
466
|
## 1.8.0 (2021-12-09)
|
|
461
467
|
|
|
462
|
-
|
|
468
|
+
- feat(behavior): enhance sizing directive to support inline styles ([3a27a84](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3a27a84))
|
|
463
469
|
|
|
464
470
|
## <small>1.7.2 (2021-11-17)</small>
|
|
465
471
|
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
+
- fix(tooltip): fix tooltip content not being reset when given falsy ([b17da82](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b17da82))
|
|
473
|
+
- fix(tooltip): template ref not rendered due to message prop being empty ([7b05f24](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7b05f24))
|
|
474
|
+
- build: attempt to specify build name from package.json ([67202e0](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/67202e0))
|
|
475
|
+
- build: evaluate build name post release ([f1a6b2e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f1a6b2e))
|
|
476
|
+
- build: fix build script syntax ([2d1bf55](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2d1bf55))
|
|
477
|
+
- test(form-field): fix code coverage failure ([1a3ea19](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1a3ea19))
|
|
472
478
|
|
|
473
479
|
## <small>1.7.1 (2021-11-16)</small>
|
|
474
480
|
|
|
475
|
-
|
|
481
|
+
- fix(tooltip): fix issue with string content overriding template ref ([082ce8a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/082ce8a))
|
|
476
482
|
|
|
477
483
|
## 1.7.0 (2021-11-12)
|
|
478
484
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
485
|
+
- test: fix test failures due to different browser environments ([8b0da8b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8b0da8b))
|
|
486
|
+
- feat(tooltip): add support for template reference ([db5da52](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/db5da52))
|
|
487
|
+
- fix(form-field): override MatFormField provider to view/content children ([12dea10](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/12dea10))
|
|
488
|
+
- refactor: minor packages upgrade ([64f3e34](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/64f3e34))
|
|
489
|
+
- docs(storybook): upgrade storybook packages ([b04d0d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b04d0d7))
|
|
484
490
|
|
|
485
491
|
## 1.6.0 (2021-09-28)
|
|
486
492
|
|