@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.
Files changed (86) hide show
  1. package/CHANGELOG.md +239 -233
  2. package/README.md +56 -56
  3. package/esm2022/alert/alert-container.component.mjs +4 -4
  4. package/esm2022/alert/alert-message.component.mjs +4 -4
  5. package/esm2022/alert/alert.module.mjs +5 -5
  6. package/esm2022/behavior/await.directive.mjs +4 -4
  7. package/esm2022/behavior/behavior.module.mjs +5 -5
  8. package/esm2022/behavior/observe-content-class.directive.mjs +4 -4
  9. package/esm2022/behavior/sizing-monitor.directive.mjs +4 -4
  10. package/esm2022/behavior/sizing.directive.mjs +4 -4
  11. package/esm2022/clip-note/clip-note.component.mjs +4 -4
  12. package/esm2022/clip-note/clip-note.directive.mjs +4 -4
  13. package/esm2022/clip-note/clip-note.module.mjs +5 -5
  14. package/esm2022/common/common.module.mjs +5 -5
  15. package/esm2022/currency-input/currency-input.directive.mjs +4 -4
  16. package/esm2022/currency-input/currency-input.module.mjs +5 -5
  17. package/esm2022/decimal-input/decimal-input.directive.mjs +4 -4
  18. package/esm2022/decimal-input/decimal-input.module.mjs +5 -5
  19. package/esm2022/discrete-input/discrete-input.component.mjs +4 -4
  20. package/esm2022/discrete-input/discrete-input.module.mjs +5 -5
  21. package/esm2022/file-upload/file-upload.component.mjs +4 -4
  22. package/esm2022/file-upload/file-upload.module.mjs +5 -5
  23. package/esm2022/file-upload/file-upload.service.mjs +4 -4
  24. package/esm2022/form-field/form-field.component.mjs +7 -7
  25. package/esm2022/form-field/form-field.module.mjs +5 -5
  26. package/esm2022/icon-font/icon-font.module.mjs +5 -5
  27. package/esm2022/icon-font/icon.directive.mjs +4 -4
  28. package/esm2022/icon-font/utilities.mjs +1 -1
  29. package/esm2022/panel/panel-section.component.mjs +4 -4
  30. package/esm2022/panel/panel.component.mjs +4 -4
  31. package/esm2022/panel/panel.module.mjs +5 -5
  32. package/esm2022/panel/tinted.directive.mjs +4 -4
  33. package/esm2022/phone-number/phone-number.directive.mjs +4 -4
  34. package/esm2022/phone-number/phone-number.module.mjs +5 -5
  35. package/esm2022/phone-number/phone-number.pipe.mjs +4 -4
  36. package/esm2022/phone-number/phone-number.validator.mjs +4 -4
  37. package/esm2022/radio-panel/radio-panel-item.component.mjs +5 -5
  38. package/esm2022/radio-panel/radio-panel.component.mjs +4 -4
  39. package/esm2022/radio-panel/radio-panel.module.mjs +5 -5
  40. package/esm2022/selection-panel/selection-panel-item.component.mjs +4 -4
  41. package/esm2022/selection-panel/selection-panel.directive.mjs +4 -4
  42. package/esm2022/selection-panel/selection-panel.module.mjs +5 -5
  43. package/esm2022/skeletons/skeleton-loader-presets.directive.mjs +4 -4
  44. package/esm2022/skeletons/skeleton-loader.component.mjs +4 -4
  45. package/esm2022/skeletons/skeletons.module.mjs +5 -5
  46. package/esm2022/stepper/stepper.component.mjs +4 -4
  47. package/esm2022/stepper/stepper.module.mjs +5 -5
  48. package/esm2022/tooltip/tooltip.component.mjs +5 -5
  49. package/esm2022/tooltip/tooltip.directive.mjs +4 -4
  50. package/esm2022/tooltip/tooltip.module.mjs +5 -5
  51. package/fesm2022/bravura-ui-alert.mjs +10 -10
  52. package/fesm2022/bravura-ui-alert.mjs.map +1 -1
  53. package/fesm2022/bravura-ui-behavior.mjs +16 -16
  54. package/fesm2022/bravura-ui-behavior.mjs.map +1 -1
  55. package/fesm2022/bravura-ui-clip-note.mjs +10 -10
  56. package/fesm2022/bravura-ui-clip-note.mjs.map +1 -1
  57. package/fesm2022/bravura-ui-common.mjs +4 -4
  58. package/fesm2022/bravura-ui-common.mjs.map +1 -1
  59. package/fesm2022/bravura-ui-currency-input.mjs +7 -7
  60. package/fesm2022/bravura-ui-currency-input.mjs.map +1 -1
  61. package/fesm2022/bravura-ui-decimal-input.mjs +7 -7
  62. package/fesm2022/bravura-ui-decimal-input.mjs.map +1 -1
  63. package/fesm2022/bravura-ui-discrete-input.mjs +7 -7
  64. package/fesm2022/bravura-ui-discrete-input.mjs.map +1 -1
  65. package/fesm2022/bravura-ui-file-upload.mjs +10 -10
  66. package/fesm2022/bravura-ui-file-upload.mjs.map +1 -1
  67. package/fesm2022/bravura-ui-form-field.mjs +10 -10
  68. package/fesm2022/bravura-ui-form-field.mjs.map +1 -1
  69. package/fesm2022/bravura-ui-icon-font.mjs +7 -7
  70. package/fesm2022/bravura-ui-icon-font.mjs.map +1 -1
  71. package/fesm2022/bravura-ui-panel.mjs +13 -13
  72. package/fesm2022/bravura-ui-panel.mjs.map +1 -1
  73. package/fesm2022/bravura-ui-phone-number.mjs +13 -13
  74. package/fesm2022/bravura-ui-phone-number.mjs.map +1 -1
  75. package/fesm2022/bravura-ui-radio-panel.mjs +11 -11
  76. package/fesm2022/bravura-ui-radio-panel.mjs.map +1 -1
  77. package/fesm2022/bravura-ui-selection-panel.mjs +10 -10
  78. package/fesm2022/bravura-ui-selection-panel.mjs.map +1 -1
  79. package/fesm2022/bravura-ui-skeletons.mjs +10 -10
  80. package/fesm2022/bravura-ui-skeletons.mjs.map +1 -1
  81. package/fesm2022/bravura-ui-stepper.mjs +7 -7
  82. package/fesm2022/bravura-ui-stepper.mjs.map +1 -1
  83. package/fesm2022/bravura-ui-tooltip.mjs +11 -11
  84. package/fesm2022/bravura-ui-tooltip.mjs.map +1 -1
  85. package/package.json +41 -41
  86. package/theme/_ui-theme.scss +112 -112
package/CHANGELOG.md CHANGED
@@ -1,486 +1,492 @@
1
1
  # Change history
2
2
 
3
- ## 4.0.0 (2024-09-02)
3
+ ## 5.0.0 (2024-09-03)
4
4
 
5
- * build: upgrade packages ([b038496](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b038496))
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 17 and storybook 8
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
- * build(storybook): upgrade storybook ([089f3c4](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/089f3c4))
20
- * docs: fix links and css syntax highlighting ([361ea77](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/361ea77))
21
- * docs(storybook): add story for ngx-mask ([749e3b2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/749e3b2))
22
- * fix(alert): fix vertical alignment issue in alert message ([bb92489](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bb92489))
23
- * fix(alert): fix vertical alignment issue in projected content ([38f1e81](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/38f1e81))
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
- * docs: update Angular version compatibility table ([b5549d3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b5549d3))
28
- * docs(storybook): add product tour stories ([e341fd7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e341fd7))
29
- * docs(storybook): fix story with ng-scrollbar ([1e9f49f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1e9f49f))
30
- * feat(alert): export test harness ([d0cf11e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d0cf11e))
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
- * fix: add rxjs 7.8 to compatible dep list ([8176288](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8176288))
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
- * fix: add intl-tel-input 18 to compatible dep list ([52a0013](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/52a0013))
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
- * test: fix test coverage failure in build ([4b9146d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4b9146d))
43
- * test(radio-panel): export test harness ([5a063d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5a063d7))
44
- * test(radio-panel): fix test coverage failure ([4830506](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4830506))
45
- * fix: add Angular 16 to the compatible peer dependencies ([59df6a5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/59df6a5))
46
- * feat(alert): add support for content projection for the message ([1697da8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1697da8))
47
- * refactor: fix typos ([aa38a90](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/aa38a90))
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
- * fix(radio-panel): fix unstable rendering when panel width specified ([3c65a51](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3c65a51))
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
- * fix(alert): improve margins around the message content ([4023a75](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4023a75))
56
- * fix(radio-panel): fix selection indicator being squeezed ([d35f27c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d35f27c))
57
- * fix(stepper): fix step transition animation ([00f346a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/00f346a))
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
- * feat(behavior): add progress support in [buiAwait] ([97ca611](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/97ca611))
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
- * fix(behavior): fix the issue with resize observer destruction ([bd2701f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bd2701f))
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
- * feat(panel): improve and extract tinted backdrop element ([ef1c634](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ef1c634))
70
- * refactor: storybook update ([4ba5215](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4ba5215))
71
- * refactor: update Angular packages ([7d0100d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7d0100d))
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
- * fix(tooltip): export an injection token for greater ability to customise ([9568292](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9568292))
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
- * feat(tooltip): support Observable as tooltip message ([449db13](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/449db13))
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
- * fix(panel): correct border radius for better customisation ([a350a5f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a350a5f))
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
- * test: disable an unstable test ([e17d28b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e17d28b))
88
- * fix(behavior): add text content detection to observe content class ([9579b40](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9579b40))
89
- * fix(behavior): fix the issue with observe content class in prop binding ([5fe04ba](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5fe04ba))
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
- * feat(behavior): add class directive for dom children events ([a76d764](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a76d764))
94
- * test: fix an unstable test ([0890dee](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0890dee))
95
- * test: fix unstable tests in Chrome ([9add200](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9add200))
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
- * fix(alert): fix the issue with short messages being clipped off ([a593b53](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a593b53))
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
- * fix(tooltip): add missing default color and background ([c96bb6d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c96bb6d))
104
- * feat(behavior): add support for other buttons in [buiAwait] ([9d24e0b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9d24e0b))
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
- * test(stepper): fix coverage failure ([aea82ad](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/aea82ad))
109
- * fix(behavior): debounce resize listener ([a420cf3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a420cf3))
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
- * fix(phone-number): use shadow root as a fallback overlay container ([6d94b6e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6d94b6e))
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
- * fix(form-field): adjust div and span paddings in prefix and suffix ([c0091c6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c0091c6))
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
- * fix(phone-number): correct label position in 'fill' inputs ([e1921ff](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e1921ff))
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
- * feat(form-field): add convenient for global appearance config ([d0f8517](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d0f8517))
126
- * fix(clip-node): fix the button text alignment ([c61e6f1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c61e6f1))
127
- * fix(form-field): fix incorrect label location with different fonts ([4b6f363](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4b6f363))
128
- * build: correct peer dependencies ([cca269e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/cca269e))
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
- * test(form-field): fix tests on CI builds for different chrome versions ([9a992c6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9a992c6))
133
- * build: fix build errors caused by incorrect package resolution ([76e7155](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/76e7155))
134
- * build: update CI build NodeJS version ([62190c6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/62190c6))
135
- * fix(alert): fix issue with close button dimension ([1a74cc0](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1a74cc0))
136
- * fix(alert): improve accessibility ([5d5c7bb](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5d5c7bb))
137
- * fix(stepper): fix issue with unstable expression in animation events ([8fc043f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8fc043f))
138
- * fix(tooltip): improve accessibility ([39ef17f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/39ef17f))
139
- * feat: update library packages to support Angular 15 ([a486806](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a486806))
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
- * Angular 14 is no longer supported from 3.0 and up.
145
- * 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.
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
- * 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)
150
- * Pull request #5: fix(card): fix card styles ([517a9e9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/517a9e9))
151
- * docs(card): add more stories for card ([4fbf448](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4fbf448))
152
- * docs(card): improve stories ([3f338e6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3f338e6))
153
- * fix(card): fix card styles ([58095a5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/58095a5))
154
- * feat(card): add card styles from the bravura design kit ([3678573](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3678573))
155
- * feat(card): add card styles from the bravura design kit ([281cdb9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/281cdb9))
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
- * fix(clip-note): fix panel closing animation ([b55addd](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b55addd))
160
- * fix(clip-note): fix trigger button text overflow ([523910d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/523910d))
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
- * docs(storybook): fix the issue with changelog not built into storybook ([618d4f8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/618d4f8))
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
- * build: fix incorrect package checksum ([8d0bc98](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8d0bc98))
169
- * build: fix issue with package resolution ([b6fd072](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b6fd072))
170
- * ci: upgrade packages ([b1b1f9c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b1b1f9c))
171
- * fix(alert): fix alert content overflow boundaries in animation ([ec408c1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ec408c1))
172
- * fix(discrete-input): improve accessbility ([11dd4be](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/11dd4be))
173
- * fix(form-field): fix mat icon being clipped off in suffix area ([58e3777](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/58e3777))
174
- * docs(clip-note): fix source code display ([085c13d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/085c13d))
175
- * docs(storybook): clean up documents ([19ffb8e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/19ffb8e))
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
- * feat: add new ui component - clip note ([2c55879](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2c55879))
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
- * test: fix test failures ([2ed4fdd](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2ed4fdd))
184
- * test(panel): fix test failure ([a623612](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a623612))
185
- * docs(panel): add real world sample story ([18bd2d6](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/18bd2d6))
186
- * docs(storybook): sort story groups ([2acf72f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2acf72f))
187
- * feat(tooltip): automate calculation of default width ([9076924](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9076924))
188
- * build(storybook): add more missing packages ([2cb6c86](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2cb6c86))
189
- * build(storybook): fix package resolution error ([0e57024](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0e57024))
190
- * build(storybook): move storybook build from chromatic to build stage ([50e7ec1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/50e7ec1))
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
- * test: enrich test cases and enforce coverage check ([4176208](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4176208))
195
- * test: fix an unstable test ([92f7564](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/92f7564))
196
- * build: change build order of generating mat stories ([303c7d5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/303c7d5))
197
- * build: change stream operations to be sync ([b1c8246](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b1c8246))
198
- * build: clean generated stories before build ([91f793c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/91f793c))
199
- * build: exclude certain mat stories ([5841a01](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5841a01))
200
- * build(storybook): fix CI build errors ([b071e07](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b071e07))
201
- * fix(stepper): fix issue with overlapping headers in step transition ([bac6cb7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bac6cb7))
202
- * docs(storybook): clean up addon panel ([5550804](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5550804))
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
- * build: correct github url in CI builds ([3bfe2f8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3bfe2f8))
207
- * build: fix CI build errors ([2849121](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2849121))
208
- * build: fix incorrect package resolutions ([b5622a3](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b5622a3))
209
- * build: recover CI command ([de1ca50](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/de1ca50))
210
- * docs(storybook): add scrollbar stories ([07ff1af](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/07ff1af))
211
- * docs(storybook): add stories from official components from Angular ([8c3f5d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8c3f5d7))
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
- * fix: respect attribute hidden on host elements ([6a3ce74](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6a3ce74))
216
- * fix(panel): calculate flex basis on panel sections ([04bff7d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/04bff7d))
217
- * build(storybook): fix compilation issues ([0b70e03](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0b70e03))
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
- * docs(storybook): improve tooltip stories ([5ce4344](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5ce4344))
222
- * fix(panel): fix issue with incorrect style classes when resized ([f521ae9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f521ae9))
223
- * refactor: fix import syntax ([45ac8af](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/45ac8af))
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
- * build(storybook): monitor on remote host ([b95618e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b95618e))
228
- * feat(panel): add panel sections ([922e071](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/922e071))
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
- * feat(file-upload): limit file size ([d9c8a1c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d9c8a1c))
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
- * build(storybook): switch to new builders ([3145b86](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3145b86))
237
- * docs(storybook): fix stepper stories ([dcba870](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/dcba870))
238
- * feat(panel): add a new panel component based on `mat-card` ([b73835c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b73835c))
239
- * test(decimal-input): add tests ([2f33d5f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2f33d5f))
240
- * fix(decimal-input): empty value should not be represented as 0 ([dcbf222](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/dcbf222))
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
- * fix(currency-input): value should start being formatted ([e28b58d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e28b58d))
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
- * build: add missing package dependency ([a18a09e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a18a09e))
249
- * build: fix build command in release config ([f6cb952](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f6cb952))
250
- * build: fix storybook compilation erros ([8cc9d5f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8cc9d5f))
251
- * build: revise peer dependencies ([5abf922](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5abf922))
252
- * test: fix test failure on Jenkins ([99393ff](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/99393ff))
253
- * docs(readme): add version compatibility infomation ([96c2837](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/96c2837))
254
- * feat: support Angular 14 ([d0b22c0](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d0b22c0))
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
- * Angular 12 & 13 are no longer supported. Use release 1.x for compatibility with Angular 12 & 13
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
- * fix(stepper): fix an issue with unstable layout change ([cd8f2a5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/cd8f2a5))
264
- * fix(tooltip): add width modifying tooltip style classes ([6c19a60](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6c19a60))
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
- * fix(tooltip): disable touch gesture and use click event instead ([1acbe98](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1acbe98))
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
- * fix(discrete-input): added firefox specific styling ([d2d05a8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d2d05a8))
273
- * fix(stepper): hidden el in flex layout cause width issue in container ([a0741e9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a0741e9))
274
- * 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)
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
- * fix(radio-panel): make width responsive ([f1728b2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f1728b2))
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
- * fix(alert): fix issue with html message element inactive ([e4980b9](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e4980b9))
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
- * docs(decimal-input): change decimal places to scale ([aa6c97a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/aa6c97a))
287
- * fix(stepper): fix issues with ripples from checkboxes being cut off ([6214c30](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6214c30))
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
- * fix(decimal-input): export directive ([043bf2a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/043bf2a))
292
- * fix(decimal-input): fix test ([d1a85d1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d1a85d1))
293
- * feat(decimal-input): decimal input module ([777f157](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/777f157))
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
- * fix(file-upload): improve rtl support ([16520a2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/16520a2))
298
- * fix(form-field): fix unstable field width calculation ([be43909](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/be43909))
299
- * refactor: minor update of dev dependencies ([9661c80](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9661c80))
300
- * refactor(storybook): upgrade packages ([ee8ea11](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ee8ea11))
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
- * feat(skeletons): add skeleton loader component ([9e5e591](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9e5e591))
305
- * fix(currency-input): fix an issue with multi-char currency symbols ([4fb02d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4fb02d7))
306
- * refactor(currency-input): enhance multi-locale support ([7bc2f13](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7bc2f13))
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
- * fix(radio-panel): rename reserved word ([86a09ae](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/86a09ae))
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
- * fix(radio-panel): fix test ([f673210](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f673210))
315
- * feat(radio-panel): add flow direction ([6b40b5d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6b40b5d))
316
- * feat(radio-panel): add flow direction ([a53293f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a53293f))
317
- * feat(radio-panel): add flow direction ([6fa8295](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6fa8295))
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
- * fix(file-upload): fix fileupload build error ([56d61fa](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/56d61fa))
322
- * fix(file-upload): fix janky animiation when upload link reveals ([9e5908f](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9e5908f))
323
- * feat(currency-input): add currency input directive ([7b40640](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7b40640))
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
- * fix(file-upload): fix inconsistent margins ([5ba3890](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5ba3890))
328
- * fix(radio-panel): change ripple when selected to avoid event trapping ([f653a62](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f653a62))
329
- * fix(radio-panel): remove ripple container that is blocking contents ([55e814a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/55e814a))
330
- * refactor: improve support for older browsers ([6b10f83](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6b10f83))
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
- * fix(alert): fix incorrect z-index for floating panel ([3e33445](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3e33445))
335
- * fix(discrete-input): value not updated by backspace in the last part ([3ccaa92](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3ccaa92))
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
- * fix(alert): setup alert for export ([0a4f3f8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0a4f3f8))
340
- * fix(stepper): fix issue of not resizing properly in some cases ([9eb9555](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9eb9555))
341
- * feat(alert): float alert container when outside viewport ([380ae7a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/380ae7a))
342
- * 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)
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
- * docs(stepper): use viewport in stepper stories for moible view ([9e07fbb](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9e07fbb))
347
- * docs(storybook): add RTL control to stories ([81582c1](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/81582c1))
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
- * docs(storybook): improve support for dynamic background ([9714058](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/9714058))
352
- * fix: add support for rtl ([f745932](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f745932))
353
- * fix(alert): fix issue with HTML content being affected by flex container ([655fee5](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/655fee5))
354
- * feat(alert): add alert styled notification components ([76378cf](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/76378cf))
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
- * fix: fix compilation issue on Angular 12 ([8805c1c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8805c1c))
359
- * fix(file-upload): animate on delete ([405248d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/405248d))
360
- * fix(file-upload): animate on leave ([a76c606](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a76c606))
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
- * fix: fix compatibility issue with Angular 13 ([e67e938](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/e67e938))
365
- * fix(stepper): add missing NgModule exports ([d056642](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d056642))
366
- * docs(stepper): fix issue with mobile view story ([5e9e17c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/5e9e17c))
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
- * test(stepper): fix test failures ([931861a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/931861a))
371
- * feat(stepper): add customised stepper (beta) ([93d3353](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/93d3353))
372
- * refactor(theme): expose more theme config to css properties ([0650adf](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/0650adf))
373
- * fix(behaviour): fix (buiResized) not emitting in ng zone ([15e576e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/15e576e))
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
- * fix(file-upload): support dark theme and margin correction ([1dc898e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1dc898e))
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
- * fix(phone-number): fix color mapping in a dark thme ([ad7c608](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ad7c608))
382
- * fix(tooltip): fix compilation error ([f848d54](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f848d54))
383
- * fix(tooltip): fix minor compatibility issues with Angular 13 ([1c34a3e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1c34a3e))
384
- * docs(storybook): reorganise documents to reflect project roadmap ([68700d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/68700d7))
385
- * refactor: update storybook packages ([d6bef73](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d6bef73))
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
- * fix(file-upload): add missing export ([2a75932](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2a75932))
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
- * fix(file-upload): export fileupload component ([3386ca7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3386ca7))
394
- * fix(file-upload): fix compilation error ([426753c](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/426753c))
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
- * fix(file-upload): fix test ([6b1f439](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6b1f439))
399
- * feat(file-upload: fileupload component ([8e8011b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8e8011b))
400
- * 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)
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
- * fix(form-field): correct field heigh for button suffix ([d4abfee](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/d4abfee))
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
- * build(form-field): fix compilation error ([1c7cfc7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1c7cfc7))
409
- * fix(form-field): add option to make labels bold ([fb1066d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/fb1066d))
410
- * fix(selection-panel): fix ripple z-index making radio label unclickable ([c5c46ed](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c5c46ed))
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
- * fix(form-field): fix incorrect field height (bound) with datepicker ([cecd4c8](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/cecd4c8))
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
- * 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))
419
- * fix(selection-panel): header shade not visible when in an opaque parent ([f63a333](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f63a333))
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
- * fix(selection-panel): should not select when not select by header ([54be919](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/54be919))
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
- * feat(selection-panel): fix layout ([bf25ab2](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/bf25ab2))
428
- * feat(selection-panel): remove unused style ([a021c29](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a021c29))
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
- * feat(selection-panel): add subtitle ([1c38235](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1c38235))
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
- * build: fix issue with incorrect package hosting of webpack 5 ([96c18b7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/96c18b7))
437
- * build(chromatic): upgrade chromatic to 6.2.3 ([dee1473](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/dee1473))
438
- * feat(selection-panel): add option to remove checkbox, shaded header ([6635b95](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/6635b95))
439
- * docs(storybook): upgrade to storybook 6.4.9 ([c97abbd](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/c97abbd))
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
- * fix(discrete-input): add missing NgModule exports ([a4d9643](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/a4d9643))
444
- * fix(selection-panel): make form control directives optional ([3a9f249](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3a9f249))
445
- * feat(radio-panel): add tick position property & title end content slot ([add9d74](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/add9d74))
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
- * feat(selection-panel): add content projection at end of heading ([b41a17a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b41a17a))
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
- * fix(selection-panel): add missing NgModule exports ([ea0370d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/ea0370d))
454
- * refactor(theming): standardise theme attribute naming - part 1 ([2878570](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2878570))
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
- * feat(behavior): add await directive ([20a276a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/20a276a))
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
- * feat(behavior): enhance sizing directive to support inline styles ([3a27a84](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/3a27a84))
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
- * fix(tooltip): fix tooltip content not being reset when given falsy ([b17da82](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b17da82))
467
- * fix(tooltip): template ref not rendered due to message prop being empty ([7b05f24](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/7b05f24))
468
- * build: attempt to specify build name from package.json ([67202e0](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/67202e0))
469
- * build: evaluate build name post release ([f1a6b2e](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/f1a6b2e))
470
- * build: fix build script syntax ([2d1bf55](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/2d1bf55))
471
- * test(form-field): fix code coverage failure ([1a3ea19](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/1a3ea19))
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
- * fix(tooltip): fix issue with string content overriding template ref ([082ce8a](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/082ce8a))
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
- * test: fix test failures due to different browser environments ([8b0da8b](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8b0da8b))
480
- * feat(tooltip): add support for template reference ([db5da52](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/db5da52))
481
- * fix(form-field): override MatFormField provider to view/content children ([12dea10](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/12dea10))
482
- * refactor: minor packages upgrade ([64f3e34](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/64f3e34))
483
- * docs(storybook): upgrade storybook packages ([b04d0d7](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/b04d0d7))
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