@linzjs/lui 21.39.2 → 21.39.3-1
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 +398 -763
- package/dist/components/LuiSearchBox/LuiSearchBox.d.ts +4 -2
- package/dist/components/LuiSearchBox/ProductIcon/ProductIcon.d.ts +18 -0
- package/dist/index.js +68 -16
- package/dist/index.js.map +1 -1
- package/dist/lui.css +44 -22
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +68 -16
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/LuiSearchBox/LuiSearchBox.scss +62 -21
- package/dist/scss/Components/LuiSearchInput/LuiSearchInput.scss +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,505 +1,440 @@
|
|
|
1
|
-
## [21.39.
|
|
1
|
+
## [21.39.3](https://github.com/linz/lui/compare/v21.39.2...v21.39.3) (2024-07-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **Splitter:**
|
|
6
|
+
* **Splitter:** remove annoying hardcoded background ([#1137](https://github.com/linz/lui/issues/1137)) ([09c239a](https://github.com/linz/lui/commit/09c239a1d0807ae18f422af21000d762789e3f4c))
|
|
7
7
|
|
|
8
|
-
## [21.39.
|
|
8
|
+
## [21.39.2](https://github.com/linz/lui/compare/v21.39.1...v21.39.2) (2024-07-10)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **Splitter:** refactor splitter to remove animation glitches ([#1136](https://github.com/linz/lui/issues/1136)) ([2fce2d1](https://github.com/linz/lui/commit/2fce2d1a5f0df5418bc95374be29762a51b318ec))
|
|
9
13
|
|
|
14
|
+
## [21.39.1](https://github.com/linz/lui/compare/v21.39.0...v21.39.1) (2024-07-07)
|
|
10
15
|
|
|
11
16
|
### Bug Fixes
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
- **useToast:** merge options with defaults ([#1133](https://github.com/linz/lui/issues/1133)) ([3639b76](https://github.com/linz/lui/commit/3639b76748dd6c621d25088162fcf3f32ea108bc))
|
|
14
19
|
|
|
15
20
|
# [21.39.0](https://github.com/linz/lui/compare/v21.38.2...v21.39.0) (2024-07-07)
|
|
16
21
|
|
|
17
|
-
|
|
18
22
|
### Features
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
- SRVPUW-718 add pointer_outlined SVG ([#1132](https://github.com/linz/lui/issues/1132)) ([aa1c944](https://github.com/linz/lui/commit/aa1c9446f6fb0c91a9660cbdde9229fa7bce9300))
|
|
21
25
|
|
|
22
26
|
## [21.38.2](https://github.com/linz/lui/compare/v21.38.1...v21.38.2) (2024-07-02)
|
|
23
27
|
|
|
24
|
-
|
|
25
28
|
### Bug Fixes
|
|
26
29
|
|
|
27
|
-
|
|
30
|
+
- **LuiModalV2:** only call setAppElement when modal mounts ([#1131](https://github.com/linz/lui/issues/1131)) ([10bea9a](https://github.com/linz/lui/commit/10bea9ab56258dec28aba99634bb0240bf52d92c))
|
|
28
31
|
|
|
29
32
|
## [21.38.1](https://github.com/linz/lui/compare/v21.38.0...v21.38.1) (2024-07-01)
|
|
30
33
|
|
|
31
|
-
|
|
32
34
|
### Bug Fixes
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
- **ColorPalette:** prevent id errors ([#1130](https://github.com/linz/lui/issues/1130)) ([1925e57](https://github.com/linz/lui/commit/1925e576760f523e2b3170ff3a9263b1d1c9bb07))
|
|
35
37
|
|
|
36
38
|
# [21.38.0](https://github.com/linz/lui/compare/v21.37.0...v21.38.0) (2024-07-01)
|
|
37
39
|
|
|
38
|
-
|
|
39
40
|
### Features
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
- **ColorPalette:** created a colour palette ([#1126](https://github.com/linz/lui/issues/1126)) ([816b7ad](https://github.com/linz/lui/commit/816b7adaaed2f5ac66c256dd184f1a009c6de4d3))
|
|
42
43
|
|
|
43
44
|
# [21.37.0](https://github.com/linz/lui/compare/v21.36.0...v21.37.0) (2024-07-01)
|
|
44
45
|
|
|
45
|
-
|
|
46
46
|
### Features
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
- **LuiModalV2:** trigger release ([#1129](https://github.com/linz/lui/issues/1129)) ([a914f10](https://github.com/linz/lui/commit/a914f10d05d070d40cda00b30aecab808c27ffe2))
|
|
49
|
+
- **LuiModalV2:** Update modals UI ([#1127](https://github.com/linz/lui/issues/1127)) ([05d3ae5](https://github.com/linz/lui/commit/05d3ae571ff52dedabfc93ec4a056a0d0b3fe508))
|
|
50
50
|
|
|
51
51
|
# [21.36.0](https://github.com/linz/lui/compare/v21.35.0...v21.36.0) (2024-07-01)
|
|
52
52
|
|
|
53
|
-
|
|
54
53
|
### Features
|
|
55
54
|
|
|
56
|
-
|
|
55
|
+
- **useToast:** merge update & add APIs ([#1128](https://github.com/linz/lui/issues/1128)) ([1cdd7b6](https://github.com/linz/lui/commit/1cdd7b6c9c412d4cbc8d76e042328d4f3242133a))
|
|
57
56
|
|
|
58
57
|
# [21.35.0](https://github.com/linz/lui/compare/v21.34.0...v21.35.0) (2024-06-26)
|
|
59
58
|
|
|
60
|
-
|
|
61
59
|
### Features
|
|
62
60
|
|
|
63
|
-
|
|
61
|
+
- **useToast:** upgrade toasts ([#1125](https://github.com/linz/lui/issues/1125)) ([b1a293c](https://github.com/linz/lui/commit/b1a293c02195b43c266c22aa58bde974b0a4e4ab)), closes [#1](https://github.com/linz/lui/issues/1)
|
|
64
62
|
|
|
65
63
|
# [21.34.0](https://github.com/linz/lui/compare/v21.33.0...v21.34.0) (2024-06-05)
|
|
66
64
|
|
|
67
|
-
|
|
68
65
|
### Features
|
|
69
66
|
|
|
70
|
-
|
|
67
|
+
- Luiicon 050624 ([#1123](https://github.com/linz/lui/issues/1123)) ([b06e4e3](https://github.com/linz/lui/commit/b06e4e395c66e4ae806d65a2c0707dd34cf09e0f))
|
|
71
68
|
|
|
72
69
|
# [21.33.0](https://github.com/linz/lui/compare/v21.32.0...v21.33.0) (2024-05-29)
|
|
73
70
|
|
|
74
|
-
|
|
75
71
|
### Features
|
|
76
72
|
|
|
77
|
-
|
|
73
|
+
- **LuiSelectInput:** fix selectProps type ([#1122](https://github.com/linz/lui/issues/1122)) ([ff21775](https://github.com/linz/lui/commit/ff2177559bab381272ee8ce4f991d01133347d4d))
|
|
78
74
|
|
|
79
75
|
# [21.32.0](https://github.com/linz/lui/compare/v21.31.0...v21.32.0) (2024-05-27)
|
|
80
76
|
|
|
81
|
-
|
|
82
77
|
### Features
|
|
83
78
|
|
|
84
|
-
|
|
79
|
+
- new icons for survey ([#1121](https://github.com/linz/lui/issues/1121)) ([a0ebc7a](https://github.com/linz/lui/commit/a0ebc7aa513cc21e8bf705c09bea59d9b758adc2))
|
|
85
80
|
|
|
86
81
|
# [21.31.0](https://github.com/linz/lui/compare/v21.30.0...v21.31.0) (2024-05-21)
|
|
87
82
|
|
|
88
|
-
|
|
89
83
|
### Features
|
|
90
84
|
|
|
91
|
-
|
|
85
|
+
- Luiicon220524 ([#1120](https://github.com/linz/lui/issues/1120)) ([009a46f](https://github.com/linz/lui/commit/009a46f59ea83f0d6a0ff2479ab78d7f7c1279d4))
|
|
92
86
|
|
|
93
87
|
# [21.30.0](https://github.com/linz/lui/compare/v21.29.1...v21.30.0) (2024-05-20)
|
|
94
88
|
|
|
95
|
-
|
|
96
89
|
### Features
|
|
97
90
|
|
|
98
|
-
|
|
91
|
+
- new lui icons ([#1119](https://github.com/linz/lui/issues/1119)) ([2ddd1ac](https://github.com/linz/lui/commit/2ddd1ac23267dcf22f85ede0eb4e09f29b6c370a))
|
|
99
92
|
|
|
100
93
|
## [21.29.1](https://github.com/linz/lui/compare/v21.29.0...v21.29.1) (2024-05-12)
|
|
101
94
|
|
|
102
|
-
|
|
103
95
|
### Bug Fixes
|
|
104
96
|
|
|
105
|
-
|
|
97
|
+
- **LuiBannerV2:** Improve default arrangement for multi children ([#1118](https://github.com/linz/lui/issues/1118)) ([90bd9be](https://github.com/linz/lui/commit/90bd9bea73ace80a3d6dcca7fec3acf51b8c1a69))
|
|
106
98
|
|
|
107
99
|
# [21.29.0](https://github.com/linz/lui/compare/v21.28.0...v21.29.0) (2024-05-09)
|
|
108
100
|
|
|
109
|
-
|
|
110
101
|
### Features
|
|
111
102
|
|
|
112
|
-
|
|
103
|
+
- **LuiBannerV2:** upgrade banner ([#1117](https://github.com/linz/lui/issues/1117)) ([9965d10](https://github.com/linz/lui/commit/9965d100ab9d4b7d4248f5f04b5beed50de60373))
|
|
113
104
|
|
|
114
105
|
# [21.28.0](https://github.com/linz/lui/compare/v21.27.0...v21.28.0) (2024-05-02)
|
|
115
106
|
|
|
116
|
-
|
|
117
107
|
### Features
|
|
118
108
|
|
|
119
|
-
|
|
109
|
+
- Make change to trigger deploy to npm of LuiModal shouldCloseOnEsc key-up ([#1115](https://github.com/linz/lui/issues/1115)) ([f7a1215](https://github.com/linz/lui/commit/f7a1215d7ee8ec6a63180498f1a127f5cebd0fc7))
|
|
120
110
|
|
|
121
111
|
# [21.27.0](https://github.com/linz/lui/compare/v21.26.3...v21.27.0) (2024-04-24)
|
|
122
112
|
|
|
123
|
-
|
|
124
113
|
### Features
|
|
125
114
|
|
|
126
|
-
|
|
115
|
+
- adds optional dataTestId to LuiLoadingSpinner ([#1113](https://github.com/linz/lui/issues/1113)) ([dbad239](https://github.com/linz/lui/commit/dbad239e66b27300220c08b9cd8d094564724ed1))
|
|
127
116
|
|
|
128
117
|
## [21.26.3](https://github.com/linz/lui/compare/v21.26.2...v21.26.3) (2024-04-22)
|
|
129
118
|
|
|
130
|
-
|
|
131
119
|
### Bug Fixes
|
|
132
120
|
|
|
133
|
-
|
|
121
|
+
- **Splitter:** make transition be triggered manually ([#1112](https://github.com/linz/lui/issues/1112)) ([f07a612](https://github.com/linz/lui/commit/f07a612e9c28d8f88186d3d038b1a3334c7cb065))
|
|
134
122
|
|
|
135
123
|
## [21.26.2](https://github.com/linz/lui/compare/v21.26.1...v21.26.2) (2024-04-18)
|
|
136
124
|
|
|
137
|
-
|
|
138
125
|
### Bug Fixes
|
|
139
126
|
|
|
140
|
-
|
|
127
|
+
- **Splitter:** calculation based on aria-valuenow ([#1111](https://github.com/linz/lui/issues/1111)) ([1b60dad](https://github.com/linz/lui/commit/1b60dad8bfe401d5d6ce30176ef2139e8c5a7626))
|
|
141
128
|
|
|
142
129
|
## [21.26.1](https://github.com/linz/lui/compare/v21.26.0...v21.26.1) (2024-04-15)
|
|
143
130
|
|
|
144
|
-
|
|
145
131
|
### Bug Fixes
|
|
146
132
|
|
|
147
|
-
|
|
133
|
+
- **Splitter:** issue min/max @ 0px ([#1110](https://github.com/linz/lui/issues/1110)) ([500778b](https://github.com/linz/lui/commit/500778b07eeefdbf2a193819733a2541a3deb302))
|
|
148
134
|
|
|
149
135
|
# [21.26.0](https://github.com/linz/lui/compare/v21.25.0...v21.26.0) (2024-04-11)
|
|
150
136
|
|
|
151
|
-
|
|
152
137
|
### Features
|
|
153
138
|
|
|
154
|
-
|
|
139
|
+
- **Splitter:** add boundaries as px ([#1107](https://github.com/linz/lui/issues/1107)) ([6551d5a](https://github.com/linz/lui/commit/6551d5ade05966d514a9e1202d3f7c4fcb325d4d))
|
|
155
140
|
|
|
156
141
|
# [21.25.0](https://github.com/linz/lui/compare/v21.24.4...v21.25.0) (2024-04-11)
|
|
157
142
|
|
|
158
|
-
|
|
159
143
|
### Features
|
|
160
144
|
|
|
161
|
-
|
|
145
|
+
- select now now longer has line-height set. This was causing the attached issues with "g" ([#1109](https://github.com/linz/lui/issues/1109)) ([54b8238](https://github.com/linz/lui/commit/54b8238de24a7733f9462cbf6bd4f028be8e5e88))
|
|
162
146
|
|
|
163
147
|
## [21.24.4](https://github.com/linz/lui/compare/v21.24.3...v21.24.4) (2024-03-15)
|
|
164
148
|
|
|
165
|
-
|
|
166
149
|
### Bug Fixes
|
|
167
150
|
|
|
168
|
-
|
|
151
|
+
- adds highest z index to luiSidePanel-CloseBtn ([#1106](https://github.com/linz/lui/issues/1106)) ([71fe5cb](https://github.com/linz/lui/commit/71fe5cbc9fe46950e8e8647bd244f0da7bf88dc4))
|
|
169
152
|
|
|
170
153
|
## [21.24.3](https://github.com/linz/lui/compare/v21.24.2...v21.24.3) (2024-03-10)
|
|
171
154
|
|
|
172
|
-
|
|
173
155
|
### Bug Fixes
|
|
174
156
|
|
|
175
|
-
|
|
157
|
+
- **Splitter/Control:** prevent splitter control button from submitting a form by default ([#1105](https://github.com/linz/lui/issues/1105)) ([073dc30](https://github.com/linz/lui/commit/073dc30aa6e794c28c25a029c65f3f0bb36b357a))
|
|
176
158
|
|
|
177
159
|
## [21.24.2](https://github.com/linz/lui/compare/v21.24.1...v21.24.2) (2024-03-07)
|
|
178
160
|
|
|
179
|
-
|
|
180
161
|
### Bug Fixes
|
|
181
162
|
|
|
182
|
-
|
|
163
|
+
- **appfooterSml:** fixed layout to allow more space for larger links and layout iss… ([#1104](https://github.com/linz/lui/issues/1104)) ([2a70829](https://github.com/linz/lui/commit/2a70829425267f59d702a61ef0b027111353ee12))
|
|
183
164
|
|
|
184
165
|
## [21.24.1](https://github.com/linz/lui/compare/v21.24.0...v21.24.1) (2024-03-06)
|
|
185
166
|
|
|
186
|
-
|
|
187
167
|
### Bug Fixes
|
|
188
168
|
|
|
189
|
-
|
|
169
|
+
- **Footer:** always open in new tab and privacy props fix ([#1103](https://github.com/linz/lui/issues/1103)) ([c4de0f0](https://github.com/linz/lui/commit/c4de0f0f7ff5bf4cd806cad1191d4f33ac34d0c7))
|
|
190
170
|
|
|
191
171
|
# [21.24.0](https://github.com/linz/lui/compare/v21.23.1...v21.24.0) (2024-02-28)
|
|
192
172
|
|
|
193
|
-
|
|
194
173
|
### Features
|
|
195
174
|
|
|
196
|
-
|
|
175
|
+
- **LuiTab errors:** create release for single tab to error state ([#1100](https://github.com/linz/lui/issues/1100)) ([2ce2fef](https://github.com/linz/lui/commit/2ce2fef18551183f3a609d483a01f8bfbfce1faf))
|
|
197
176
|
|
|
198
177
|
## [21.23.1](https://github.com/linz/lui/compare/v21.23.0...v21.23.1) (2024-02-22)
|
|
199
178
|
|
|
200
|
-
|
|
201
179
|
### Bug Fixes
|
|
202
180
|
|
|
203
|
-
|
|
181
|
+
- **Splitter:** stop flashing behavior ([#1074](https://github.com/linz/lui/issues/1074)) ([3ebae79](https://github.com/linz/lui/commit/3ebae794183327d144d0d6c8d8985f3bb3326fdf))
|
|
204
182
|
|
|
205
183
|
# [21.23.0](https://github.com/linz/lui/compare/v21.22.0...v21.23.0) (2024-02-21)
|
|
206
184
|
|
|
207
|
-
|
|
208
185
|
### Features
|
|
209
186
|
|
|
210
|
-
|
|
187
|
+
- **Extend pros for SearchInput:** TI-1738 ([#1099](https://github.com/linz/lui/issues/1099)) ([794be11](https://github.com/linz/lui/commit/794be111ff52e03a043e043722c0bba0f473bd43))
|
|
211
188
|
|
|
212
189
|
# [21.22.0](https://github.com/linz/lui/compare/v21.21.0...v21.22.0) (2024-02-15)
|
|
213
190
|
|
|
214
|
-
|
|
215
191
|
### Features
|
|
216
192
|
|
|
217
|
-
|
|
193
|
+
- fixed icons ([#1096](https://github.com/linz/lui/issues/1096)) ([8c6e6e8](https://github.com/linz/lui/commit/8c6e6e8d82540fa69a57acfef7ab00e41c3d6fa0))
|
|
218
194
|
|
|
219
195
|
# [21.21.0](https://github.com/linz/lui/compare/v21.20.0...v21.21.0) (2024-02-13)
|
|
220
196
|
|
|
221
|
-
|
|
222
197
|
### Features
|
|
223
198
|
|
|
224
|
-
|
|
199
|
+
- **LuiTab:** exposes button props ([#1095](https://github.com/linz/lui/issues/1095)) ([476aac1](https://github.com/linz/lui/commit/476aac1608298588c8854c9055bc25d1db549d18))
|
|
225
200
|
|
|
226
201
|
# [21.20.0](https://github.com/linz/lui/compare/v21.19.0...v21.20.0) (2024-02-12)
|
|
227
202
|
|
|
228
|
-
|
|
229
203
|
### Features
|
|
230
204
|
|
|
231
|
-
|
|
205
|
+
- survey icon set ([#1093](https://github.com/linz/lui/issues/1093)) ([3556882](https://github.com/linz/lui/commit/355688248e8c18a3591058ee8629b297bbad6ee1))
|
|
232
206
|
|
|
233
207
|
# [21.19.0](https://github.com/linz/lui/compare/v21.18.1...v21.19.0) (2024-02-09)
|
|
234
208
|
|
|
235
|
-
|
|
236
209
|
### Features
|
|
237
210
|
|
|
238
|
-
|
|
211
|
+
- add floating window bounds control prop for react-rnd ([#1094](https://github.com/linz/lui/issues/1094)) ([f408981](https://github.com/linz/lui/commit/f4089816f66c2efb2061ad5c73e0eadb17514b6c))
|
|
239
212
|
|
|
240
213
|
## [21.18.1](https://github.com/linz/lui/compare/v21.18.0...v21.18.1) (2024-02-07)
|
|
241
214
|
|
|
242
|
-
|
|
243
215
|
### Bug Fixes
|
|
244
216
|
|
|
245
|
-
|
|
217
|
+
- **LuiSplitButton:** CS-3765 Updating hover state of secondary hover state. ([#1092](https://github.com/linz/lui/issues/1092)) ([146387c](https://github.com/linz/lui/commit/146387c1657b20a21eec37d92bb6d8a28c238b0a))
|
|
246
218
|
|
|
247
219
|
# [21.18.0](https://github.com/linz/lui/compare/v21.17.2...v21.18.0) (2024-01-30)
|
|
248
220
|
|
|
249
|
-
|
|
250
221
|
### Features
|
|
251
222
|
|
|
252
|
-
|
|
223
|
+
- **LuiSplitbutton:** CS-3765 updating secondary and disabled styles. ([#1088](https://github.com/linz/lui/issues/1088)) ([bbe2d77](https://github.com/linz/lui/commit/bbe2d773257e6827573b33107964379495af9ad4))
|
|
253
224
|
|
|
254
225
|
## [21.17.2](https://github.com/linz/lui/compare/v21.17.1...v21.17.2) (2024-01-29)
|
|
255
226
|
|
|
256
|
-
|
|
257
227
|
### Bug Fixes
|
|
258
228
|
|
|
259
|
-
|
|
229
|
+
- hide default webkit details marker ([#1089](https://github.com/linz/lui/issues/1089)) ([3578b0c](https://github.com/linz/lui/commit/3578b0c3833fbdb82d375961a2841265094cf89a))
|
|
260
230
|
|
|
261
231
|
## [21.17.1](https://github.com/linz/lui/compare/v21.17.0...v21.17.1) (2024-01-16)
|
|
262
232
|
|
|
263
|
-
|
|
264
233
|
### Bug Fixes
|
|
265
234
|
|
|
266
|
-
|
|
235
|
+
- enum exports ([a028ae0](https://github.com/linz/lui/commit/a028ae0801e7220970db9db79375f652d206dbb0))
|
|
267
236
|
|
|
268
237
|
# [21.17.0](https://github.com/linz/lui/compare/v21.16.0...v21.17.0) (2024-01-16)
|
|
269
238
|
|
|
270
|
-
|
|
271
239
|
### Features
|
|
272
240
|
|
|
273
|
-
|
|
241
|
+
- add to xml, capture area, redo, and undo SVG icons ([#1076](https://github.com/linz/lui/issues/1076)) ([69b6aca](https://github.com/linz/lui/commit/69b6acaae60c0671c71696d7f2e59f5fd8020dbf))
|
|
274
242
|
|
|
275
243
|
# [21.16.0](https://github.com/linz/lui/compare/v21.15.1...v21.16.0) (2024-01-16)
|
|
276
244
|
|
|
277
|
-
|
|
278
245
|
### Features
|
|
279
246
|
|
|
280
|
-
|
|
247
|
+
- trigger release for pagination component ([#1077](https://github.com/linz/lui/issues/1077)) ([815a47b](https://github.com/linz/lui/commit/815a47b1efef42d2d77b15a9655e15bf9be940a5))
|
|
281
248
|
|
|
282
249
|
## [21.15.1](https://github.com/linz/lui/compare/v21.15.0...v21.15.1) (2023-12-11)
|
|
283
250
|
|
|
284
|
-
|
|
285
251
|
### Bug Fixes
|
|
286
252
|
|
|
287
|
-
|
|
253
|
+
- remove-svgstore ([#1066](https://github.com/linz/lui/issues/1066)) ([262d548](https://github.com/linz/lui/commit/262d54895b164bfdfb5ced0e853e701ddc515016))
|
|
288
254
|
|
|
289
255
|
# [21.15.0](https://github.com/linz/lui/compare/v21.14.1...v21.15.0) (2023-12-04)
|
|
290
256
|
|
|
291
|
-
|
|
292
257
|
### Features
|
|
293
258
|
|
|
294
|
-
|
|
259
|
+
- CS-2952 - allow secondary styling on LuiSplitButton ([#1060](https://github.com/linz/lui/issues/1060)) ([a3cb93e](https://github.com/linz/lui/commit/a3cb93e11d879b43bfd6362fec47069eae90829d))
|
|
295
260
|
|
|
296
261
|
## [21.14.1](https://github.com/linz/lui/compare/v21.14.0...v21.14.1) (2023-12-04)
|
|
297
262
|
|
|
298
|
-
|
|
299
263
|
### Reverts
|
|
300
264
|
|
|
301
|
-
|
|
265
|
+
- Revert "feat: CS-2952 - allow secondary styling on LuiSplitButton" ([dec5069](https://github.com/linz/lui/commit/dec5069658dcbc5b05b7a67756a13f0c9b653984))
|
|
302
266
|
|
|
303
267
|
# [21.14.0](https://github.com/linz/lui/compare/v21.13.0...v21.14.0) (2023-12-04)
|
|
304
268
|
|
|
305
|
-
|
|
306
269
|
### Features
|
|
307
270
|
|
|
308
|
-
|
|
271
|
+
- CS-2952 - allow secondary styling on LuiSplitButton ([90049f7](https://github.com/linz/lui/commit/90049f7f9c6650d838caa613e899130e5981671e))
|
|
309
272
|
|
|
310
273
|
# [21.13.0](https://github.com/linz/lui/compare/v21.12.1...v21.13.0) (2023-12-03)
|
|
311
274
|
|
|
312
|
-
|
|
313
275
|
### Features
|
|
314
276
|
|
|
315
|
-
|
|
277
|
+
- Upgrade to storybook 7 ([#1057](https://github.com/linz/lui/issues/1057)) ([86f8c01](https://github.com/linz/lui/commit/86f8c01d06829c9d7a0c3730ef1f22ac0743da46))
|
|
316
278
|
|
|
317
279
|
## [21.12.1](https://github.com/linz/lui/compare/v21.12.0...v21.12.1) (2023-11-29)
|
|
318
280
|
|
|
319
|
-
|
|
320
281
|
### Bug Fixes
|
|
321
282
|
|
|
322
|
-
|
|
283
|
+
- remove duplicated config file ([#1058](https://github.com/linz/lui/issues/1058)) ([f34fdeb](https://github.com/linz/lui/commit/f34fdeb49be85a68e0be9b5914bc97879493727b))
|
|
323
284
|
|
|
324
285
|
# [21.12.0](https://github.com/linz/lui/compare/v21.11.0...v21.12.0) (2023-11-29)
|
|
325
286
|
|
|
326
|
-
|
|
327
287
|
### Features
|
|
328
288
|
|
|
329
|
-
|
|
289
|
+
- LuiIcon line arc reverse ([#1054](https://github.com/linz/lui/issues/1054)) ([905a8a9](https://github.com/linz/lui/commit/905a8a94f12070d6a4c17c78d53547ccb85de3de))
|
|
330
290
|
|
|
331
291
|
# [21.11.0](https://github.com/linz/lui/compare/v21.10.2...v21.11.0) (2023-11-26)
|
|
332
292
|
|
|
333
|
-
|
|
334
293
|
### Features
|
|
335
294
|
|
|
336
|
-
|
|
295
|
+
- fastforward and pushpin icons ([#1052](https://github.com/linz/lui/issues/1052)) ([49fb5db](https://github.com/linz/lui/commit/49fb5dbf35328fe26fcbda67d49e9608007c2247))
|
|
337
296
|
|
|
338
297
|
## [21.10.2](https://github.com/linz/lui/compare/v21.10.1...v21.10.2) (2023-11-22)
|
|
339
298
|
|
|
340
|
-
|
|
341
299
|
### Bug Fixes
|
|
342
300
|
|
|
343
|
-
|
|
301
|
+
- export error illustrations ([#1051](https://github.com/linz/lui/issues/1051)) ([97ef92f](https://github.com/linz/lui/commit/97ef92f02c9000532347cedfe4010f80f84c83b2))
|
|
344
302
|
|
|
345
303
|
## [21.10.1](https://github.com/linz/lui/compare/v21.10.0...v21.10.1) (2023-11-21)
|
|
346
304
|
|
|
347
|
-
|
|
348
305
|
### Bug Fixes
|
|
349
306
|
|
|
350
|
-
|
|
307
|
+
- **Accordicard:** Chevron should no longer submit form ([#1050](https://github.com/linz/lui/issues/1050)) ([60459c7](https://github.com/linz/lui/commit/60459c7508b9b33256e169571037a5e14499d14a))
|
|
351
308
|
|
|
352
309
|
# [21.10.0](https://github.com/linz/lui/compare/v21.9.2...v21.10.0) (2023-11-21)
|
|
353
310
|
|
|
354
|
-
|
|
355
311
|
### Features
|
|
356
312
|
|
|
357
|
-
|
|
313
|
+
- **LuiErrorPage:** allow error page illustration to be specified ([#1048](https://github.com/linz/lui/issues/1048)) ([c47e602](https://github.com/linz/lui/commit/c47e602b373d78875f3aa2e949d713aefe65edcd))
|
|
358
314
|
|
|
359
315
|
## [21.9.2](https://github.com/linz/lui/compare/v21.9.1...v21.9.2) (2023-11-17)
|
|
360
316
|
|
|
361
|
-
|
|
362
317
|
### Bug Fixes
|
|
363
318
|
|
|
364
|
-
|
|
319
|
+
- fixes LuiTool tip allowing content and message as props ([#1046](https://github.com/linz/lui/issues/1046)) ([8310c92](https://github.com/linz/lui/commit/8310c9276a087d4b80e7e8cf13e2756407e67d95))
|
|
365
320
|
|
|
366
321
|
## [21.9.1](https://github.com/linz/lui/compare/v21.9.0...v21.9.1) (2023-11-15)
|
|
367
322
|
|
|
368
|
-
|
|
369
323
|
### Bug Fixes
|
|
370
324
|
|
|
371
|
-
|
|
325
|
+
- remove non supported prop being passed into Tippy ([#1030](https://github.com/linz/lui/issues/1030)) ([0ff1892](https://github.com/linz/lui/commit/0ff1892413e23829ef5d15a501b8b3340737d371))
|
|
372
326
|
|
|
373
327
|
# [21.9.0](https://github.com/linz/lui/compare/v21.8.1...v21.9.0) (2023-11-08)
|
|
374
328
|
|
|
375
|
-
|
|
376
329
|
### Features
|
|
377
330
|
|
|
378
|
-
|
|
331
|
+
- **LuiFooter:** add optional footer help link ([#1043](https://github.com/linz/lui/issues/1043)) ([8a4c02c](https://github.com/linz/lui/commit/8a4c02ceb2b05c9a60effdaf9c4b0d65d8a5d66c))
|
|
379
332
|
|
|
380
333
|
## [21.8.1](https://github.com/linz/lui/compare/v21.8.0...v21.8.1) (2023-11-02)
|
|
381
334
|
|
|
382
|
-
|
|
383
335
|
### Bug Fixes
|
|
384
336
|
|
|
385
|
-
|
|
337
|
+
- Fixed issue with the switch not being correctly imported ([#1040](https://github.com/linz/lui/issues/1040)) ([c091526](https://github.com/linz/lui/commit/c091526ae2a9fdec9bc210bed9828db76159cd85))
|
|
386
338
|
|
|
387
339
|
# [21.8.0](https://github.com/linz/lui/compare/v21.7.0...v21.8.0) (2023-11-01)
|
|
388
340
|
|
|
389
|
-
|
|
390
341
|
### Features
|
|
391
342
|
|
|
392
|
-
|
|
343
|
+
- LuiAlertModal passes props through to underlying LuiModal ([#1039](https://github.com/linz/lui/issues/1039)) ([4a0b185](https://github.com/linz/lui/commit/4a0b1853c6e5d1cb2f97c1fc4080fb95cf05ffc0))
|
|
393
344
|
|
|
394
345
|
# [21.7.0](https://github.com/linz/lui/compare/v21.6.0...v21.7.0) (2023-11-01)
|
|
395
346
|
|
|
396
|
-
|
|
397
347
|
### Features
|
|
398
348
|
|
|
399
|
-
|
|
349
|
+
- **SRVTRI-2258:** Adding switch and loading spinner to the menu items ([#1032](https://github.com/linz/lui/issues/1032)) ([0bbe5d5](https://github.com/linz/lui/commit/0bbe5d59afc4dcbfc9ace6889fb07a3838847b88))
|
|
400
350
|
|
|
401
351
|
# [21.6.0](https://github.com/linz/lui/compare/v21.5.0...v21.6.0) (2023-11-01)
|
|
402
352
|
|
|
403
|
-
|
|
404
353
|
### Features
|
|
405
354
|
|
|
406
|
-
|
|
355
|
+
- expose shouldCloseOnEsc for LuiModal ([#1037](https://github.com/linz/lui/issues/1037)) ([c17f418](https://github.com/linz/lui/commit/c17f418fe7a6d813bc686699e53de793484e5f80))
|
|
407
356
|
|
|
408
357
|
# [21.5.0](https://github.com/linz/lui/compare/v21.4.0...v21.5.0) (2023-10-31)
|
|
409
358
|
|
|
410
|
-
|
|
411
359
|
### Features
|
|
412
360
|
|
|
413
|
-
|
|
361
|
+
- SURVEY-19904 allow LuiSplash video ([#1036](https://github.com/linz/lui/issues/1036)) ([e91bc44](https://github.com/linz/lui/commit/e91bc4476b238a92f042abc3dd674835d086f585))
|
|
414
362
|
|
|
415
363
|
# [21.4.0](https://github.com/linz/lui/compare/v21.3.1...v21.4.0) (2023-10-31)
|
|
416
364
|
|
|
417
|
-
|
|
418
365
|
### Features
|
|
419
366
|
|
|
420
|
-
|
|
367
|
+
- toggle on, toggle off, plan generation icons ([#1034](https://github.com/linz/lui/issues/1034)) ([a8806cd](https://github.com/linz/lui/commit/a8806cdbd7f62ece32c9ad541e2a2c9264df1842))
|
|
421
368
|
|
|
422
369
|
## [21.3.1](https://github.com/linz/lui/compare/v21.3.0...v21.3.1) (2023-10-25)
|
|
423
370
|
|
|
424
|
-
|
|
425
371
|
### Bug Fixes
|
|
426
372
|
|
|
427
|
-
|
|
373
|
+
- small whitespace change to enable PR for release ([#1031](https://github.com/linz/lui/issues/1031)) ([791db73](https://github.com/linz/lui/commit/791db736d3743a13730823d359570f653c28f254))
|
|
428
374
|
|
|
429
375
|
# [21.3.0](https://github.com/linz/lui/compare/v21.2.0...v21.3.0) (2023-10-24)
|
|
430
376
|
|
|
431
|
-
|
|
432
377
|
### Features
|
|
433
378
|
|
|
434
|
-
|
|
379
|
+
- **LuiFileInputBox:** Add optional prop for overriding 'upload file manually' button text ([#1028](https://github.com/linz/lui/issues/1028)) ([69e6a83](https://github.com/linz/lui/commit/69e6a836272f28ed856abef5eaeac9b98938f5b4))
|
|
435
380
|
|
|
436
381
|
# [21.2.0](https://github.com/linz/lui/compare/v21.1.1...v21.2.0) (2023-10-20)
|
|
437
382
|
|
|
438
|
-
|
|
439
383
|
### Features
|
|
440
384
|
|
|
441
|
-
|
|
385
|
+
- **LuiFileInputBox:** Allow specifying strings for width and height props ([#1027](https://github.com/linz/lui/issues/1027)) ([f0eb7f0](https://github.com/linz/lui/commit/f0eb7f0fcbac3c1dc066c4132c76ba000b957ec4))
|
|
442
386
|
|
|
443
387
|
## [21.1.1](https://github.com/linz/lui/compare/v21.1.0...v21.1.1) (2023-10-13)
|
|
444
388
|
|
|
445
|
-
|
|
446
389
|
### Bug Fixes
|
|
447
390
|
|
|
448
|
-
|
|
391
|
+
- strip out those pesky clip-paths with duplicate ids when generating svgs ([#1024](https://github.com/linz/lui/issues/1024)) ([dbee9cc](https://github.com/linz/lui/commit/dbee9cca5c6422f5587aab712151401e8863b95d))
|
|
449
392
|
|
|
450
393
|
# [21.1.0](https://github.com/linz/lui/compare/v21.0.1...v21.1.0) (2023-10-05)
|
|
451
394
|
|
|
452
|
-
|
|
453
395
|
### Features
|
|
454
396
|
|
|
455
|
-
|
|
397
|
+
- **Splitter:** add splitter from Memorials ([#1020](https://github.com/linz/lui/issues/1020)) ([4cf1430](https://github.com/linz/lui/commit/4cf1430945de48d9f858f2c89a6c331e8fc7b092))
|
|
456
398
|
|
|
457
399
|
## [21.0.1](https://github.com/linz/lui/compare/v21.0.0...v21.0.1) (2023-10-04)
|
|
458
400
|
|
|
459
|
-
|
|
460
401
|
### Bug Fixes
|
|
461
402
|
|
|
462
|
-
|
|
403
|
+
- data display icons fixed, nonsense trimmer ([#1021](https://github.com/linz/lui/issues/1021)) ([3e4b019](https://github.com/linz/lui/commit/3e4b01973e2f928891e561d4e48a1e2f46a7d6c9))
|
|
463
404
|
|
|
464
405
|
# [21.0.0](https://github.com/linz/lui/compare/v20.1.0...v21.0.0) (2023-09-29)
|
|
465
406
|
|
|
466
|
-
|
|
467
|
-
* feat!: removes formik from Lui (#1019) ([4aa11fe](https://github.com/linz/lui/commit/4aa11fe2279843b53a4a0489a143f2ec219906b8)), closes [#1019](https://github.com/linz/lui/issues/1019)
|
|
468
|
-
|
|
407
|
+
- feat!: removes formik from Lui (#1019) ([4aa11fe](https://github.com/linz/lui/commit/4aa11fe2279843b53a4a0489a143f2ec219906b8)), closes [#1019](https://github.com/linz/lui/issues/1019)
|
|
469
408
|
|
|
470
409
|
### BREAKING CHANGES
|
|
471
410
|
|
|
472
|
-
|
|
411
|
+
- also refactors the BearingInput to not use Formik
|
|
473
412
|
|
|
474
413
|
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
|
475
414
|
|
|
476
415
|
# [20.1.0](https://github.com/linz/lui/compare/v20.0.3...v20.1.0) (2023-09-28)
|
|
477
416
|
|
|
478
|
-
|
|
479
417
|
### Features
|
|
480
418
|
|
|
481
|
-
|
|
419
|
+
- Summary Open icon ([#1017](https://github.com/linz/lui/issues/1017)) ([9e0b25e](https://github.com/linz/lui/commit/9e0b25e9b2b3eb4943cb7af4658bdfe8a36e1d4a))
|
|
482
420
|
|
|
483
421
|
## [20.0.3](https://github.com/linz/lui/compare/v20.0.2...v20.0.3) (2023-09-21)
|
|
484
422
|
|
|
485
|
-
|
|
486
423
|
### Bug Fixes
|
|
487
424
|
|
|
488
|
-
|
|
425
|
+
- **LuiExpandableBanner:** configure max-height ([#1014](https://github.com/linz/lui/issues/1014)) ([5a291c4](https://github.com/linz/lui/commit/5a291c483488b8abe5a5f0313727a34456719ff7))
|
|
489
426
|
|
|
490
427
|
## [20.0.2](https://github.com/linz/lui/compare/v20.0.1...v20.0.2) (2023-09-21)
|
|
491
428
|
|
|
492
|
-
|
|
493
429
|
### Bug Fixes
|
|
494
430
|
|
|
495
|
-
|
|
431
|
+
- **LuiExpandableBanner:** configure overflow ([#1013](https://github.com/linz/lui/issues/1013)) ([da054c2](https://github.com/linz/lui/commit/da054c25aa9b0ae194a03c019f4249164823abd5))
|
|
496
432
|
|
|
497
433
|
## [20.0.1](https://github.com/linz/lui/compare/v20.0.0...v20.0.1) (2023-09-20)
|
|
498
434
|
|
|
499
|
-
|
|
500
435
|
### Bug Fixes
|
|
501
436
|
|
|
502
|
-
|
|
437
|
+
- **LuiDateInput:** fire onChange upon valid paste ([#1009](https://github.com/linz/lui/issues/1009)) ([3b15b3e](https://github.com/linz/lui/commit/3b15b3e28b13011eacc5a06504733b5280db4c76))
|
|
503
438
|
|
|
504
439
|
# [20.0.0](https://github.com/linz/lui/compare/v19.0.0...v20.0.0) (2023-09-18)
|
|
505
440
|
|
|
@@ -507,837 +442,720 @@ Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
|
|
507
442
|
|
|
508
443
|
## [18.11.2](https://github.com/linz/lui/compare/v18.11.1...v18.11.2) (2023-09-13)
|
|
509
444
|
|
|
510
|
-
|
|
511
445
|
### Bug Fixes
|
|
512
446
|
|
|
513
|
-
|
|
447
|
+
- loading status spinner not centring vertically ([#1004](https://github.com/linz/lui/issues/1004)) ([85ee1f6](https://github.com/linz/lui/commit/85ee1f67416583b36ed122ca9f049d942dcbc379))
|
|
514
448
|
|
|
515
449
|
## [18.11.1](https://github.com/linz/lui/compare/v18.11.0...v18.11.1) (2023-09-10)
|
|
516
450
|
|
|
517
|
-
|
|
518
451
|
### Bug Fixes
|
|
519
452
|
|
|
520
|
-
|
|
453
|
+
- Minor change to trigger release of warning label border ([8204462](https://github.com/linz/lui/commit/8204462f8cd6adce59e4f0b8da3934d072e4784d))
|
|
521
454
|
|
|
522
455
|
# [18.11.0](https://github.com/linz/lui/compare/v18.10.1...v18.11.0) (2023-09-07)
|
|
523
456
|
|
|
524
|
-
|
|
525
457
|
### Features
|
|
526
458
|
|
|
527
|
-
|
|
459
|
+
- multiple svgs ([#999](https://github.com/linz/lui/issues/999)) ([1c671b9](https://github.com/linz/lui/commit/1c671b9102789820724ba1387ef652e3eab5d21c))
|
|
528
460
|
|
|
529
461
|
## [18.10.1](https://github.com/linz/lui/compare/v18.10.0...v18.10.1) (2023-09-03)
|
|
530
462
|
|
|
531
|
-
|
|
532
463
|
### Bug Fixes
|
|
533
464
|
|
|
534
|
-
|
|
465
|
+
- **LuiCounter.scss:** improve accessibility ([#994](https://github.com/linz/lui/issues/994)) ([cad0c61](https://github.com/linz/lui/commit/cad0c615bfaf6a46f8d6a1c2cbebe41a0de313f8))
|
|
535
466
|
|
|
536
467
|
# [18.10.0](https://github.com/linz/lui/compare/v18.9.2...v18.10.0) (2023-09-01)
|
|
537
468
|
|
|
538
|
-
|
|
539
469
|
### Features
|
|
540
470
|
|
|
541
|
-
|
|
471
|
+
- **LuiCounter:** Adding ability to display selected items number ([#993](https://github.com/linz/lui/issues/993)) ([319fda5](https://github.com/linz/lui/commit/319fda549cbb5c3d921da5735684edc0ad1edb81))
|
|
542
472
|
|
|
543
473
|
## [18.9.2](https://github.com/linz/lui/compare/v18.9.1...v18.9.2) (2023-08-31)
|
|
544
474
|
|
|
545
|
-
|
|
546
475
|
### Bug Fixes
|
|
547
476
|
|
|
548
|
-
|
|
477
|
+
- Loading spinner css now in separate file and text colour change ([#992](https://github.com/linz/lui/issues/992)) ([9b40588](https://github.com/linz/lui/commit/9b4058810d06b220aa7be3d4d08c523fb9378e98))
|
|
549
478
|
|
|
550
479
|
## [18.9.1](https://github.com/linz/lui/compare/v18.9.0...v18.9.1) (2023-08-30)
|
|
551
480
|
|
|
552
|
-
|
|
553
481
|
### Bug Fixes
|
|
554
482
|
|
|
555
|
-
|
|
483
|
+
- strange viewBox property restored ([#991](https://github.com/linz/lui/issues/991)) ([a015483](https://github.com/linz/lui/commit/a0154833ef663a8db7c3f203d291bdf21082cf06))
|
|
556
484
|
|
|
557
485
|
# [18.9.0](https://github.com/linz/lui/compare/v18.8.0...v18.9.0) (2023-08-28)
|
|
558
486
|
|
|
559
|
-
|
|
560
487
|
### Features
|
|
561
488
|
|
|
562
|
-
|
|
489
|
+
- **comboSelect:** support default option props from react-select ([#990](https://github.com/linz/lui/issues/990)) ([d3764d4](https://github.com/linz/lui/commit/d3764d4c9948a0e839836a36d5682e69735b4cf7))
|
|
563
490
|
|
|
564
491
|
# [18.8.0](https://github.com/linz/lui/compare/v18.7.1...v18.8.0) (2023-08-27)
|
|
565
492
|
|
|
566
|
-
|
|
567
493
|
### Features
|
|
568
494
|
|
|
569
|
-
|
|
495
|
+
- LuiIcon – notifications ([#989](https://github.com/linz/lui/issues/989)) ([9071e97](https://github.com/linz/lui/commit/9071e978d79f5b5ec2a35ed28dc5992487e858b7))
|
|
570
496
|
|
|
571
497
|
## [18.7.1](https://github.com/linz/lui/compare/v18.7.0...v18.7.1) (2023-08-16)
|
|
572
498
|
|
|
573
|
-
|
|
574
499
|
### Bug Fixes
|
|
575
500
|
|
|
576
|
-
|
|
501
|
+
- **LuiMultiSwitch:** focus border causing jitter at certain zoom levels ([#988](https://github.com/linz/lui/issues/988)) ([75da14d](https://github.com/linz/lui/commit/75da14da778fb91f3a12e03c54fbb7731603603b))
|
|
577
502
|
|
|
578
503
|
# [18.7.0](https://github.com/linz/lui/compare/v18.6.1...v18.7.0) (2023-08-15)
|
|
579
504
|
|
|
580
|
-
|
|
581
505
|
### Features
|
|
582
506
|
|
|
583
|
-
|
|
507
|
+
- add warning style for select input ([#986](https://github.com/linz/lui/issues/986)) ([5fa14af](https://github.com/linz/lui/commit/5fa14afa4bcb78c6486cfb580961648941d3ecce))
|
|
584
508
|
|
|
585
509
|
## [18.6.1](https://github.com/linz/lui/compare/v18.6.0...v18.6.1) (2023-08-14)
|
|
586
510
|
|
|
587
|
-
|
|
588
511
|
### Bug Fixes
|
|
589
512
|
|
|
590
|
-
|
|
513
|
+
- **LuiMultiSwitch:** Fix controlled props warning for read-only text input ([#985](https://github.com/linz/lui/issues/985)) ([ac718ee](https://github.com/linz/lui/commit/ac718eeaf08f1e58107098d44ed7497c6b42963b))
|
|
591
514
|
|
|
592
515
|
# [18.6.0](https://github.com/linz/lui/compare/v18.5.1...v18.6.0) (2023-08-14)
|
|
593
516
|
|
|
594
|
-
|
|
595
517
|
### Features
|
|
596
518
|
|
|
597
|
-
|
|
519
|
+
- **LuiMultiSwitch:** Adding ability to disable particular options ([#984](https://github.com/linz/lui/issues/984)) ([7eeddf3](https://github.com/linz/lui/commit/7eeddf3b86e98bf7e9f6748a3db6eb61d2f317d1))
|
|
598
520
|
|
|
599
521
|
## [18.5.1](https://github.com/linz/lui/compare/v18.5.0...v18.5.1) (2023-08-13)
|
|
600
522
|
|
|
601
|
-
|
|
602
523
|
### Bug Fixes
|
|
603
524
|
|
|
604
|
-
|
|
525
|
+
- **LuiExpandableBanner:** fix height limit ([#983](https://github.com/linz/lui/issues/983)) ([a9d8fea](https://github.com/linz/lui/commit/a9d8feade76359f001acbcf43e2835ef1d08ee43))
|
|
605
526
|
|
|
606
527
|
# [18.5.0](https://github.com/linz/lui/compare/v18.4.5...v18.5.0) (2023-08-09)
|
|
607
528
|
|
|
608
|
-
|
|
609
529
|
### Features
|
|
610
530
|
|
|
611
|
-
|
|
531
|
+
- data icons, refresh, and mild fix to presentation ([#981](https://github.com/linz/lui/issues/981)) ([3055eff](https://github.com/linz/lui/commit/3055eff2fab18d0e0d97ee7562633517aa7376bf))
|
|
612
532
|
|
|
613
533
|
## [18.4.5](https://github.com/linz/lui/compare/v18.4.4...v18.4.5) (2023-08-07)
|
|
614
534
|
|
|
615
|
-
|
|
616
535
|
### Bug Fixes
|
|
617
536
|
|
|
618
|
-
|
|
537
|
+
- **LuiModal:** ambiguous css for modal header color ([#980](https://github.com/linz/lui/issues/980)) ([1a3d9fc](https://github.com/linz/lui/commit/1a3d9fc2bab346802d5842a45b2be8c77d019741))
|
|
619
538
|
|
|
620
539
|
## [18.4.4](https://github.com/linz/lui/compare/v18.4.3...v18.4.4) (2023-08-07)
|
|
621
540
|
|
|
622
|
-
|
|
623
541
|
### Bug Fixes
|
|
624
542
|
|
|
625
|
-
|
|
543
|
+
- updated error page layout to conform with FIGLUI version ([#979](https://github.com/linz/lui/issues/979)) ([a73f678](https://github.com/linz/lui/commit/a73f6784f146f0ffe1608c782667ad7c28dbd3d5))
|
|
626
544
|
|
|
627
545
|
## [18.4.3](https://github.com/linz/lui/compare/v18.4.2...v18.4.3) (2023-08-06)
|
|
628
546
|
|
|
629
|
-
|
|
630
547
|
### Bug Fixes
|
|
631
548
|
|
|
632
|
-
|
|
549
|
+
- added illustrations for versions of error pages ([#978](https://github.com/linz/lui/issues/978)) ([4e9ee54](https://github.com/linz/lui/commit/4e9ee54399669b9daff2927511fca713c0e85859))
|
|
633
550
|
|
|
634
551
|
## [18.4.2](https://github.com/linz/lui/compare/v18.4.1...v18.4.2) (2023-08-02)
|
|
635
552
|
|
|
636
|
-
|
|
637
553
|
### Bug Fixes
|
|
638
554
|
|
|
639
|
-
|
|
555
|
+
- cs-2580 Adding type to button ([#976](https://github.com/linz/lui/issues/976)) ([de9092c](https://github.com/linz/lui/commit/de9092ce1958b16b3bbbc91c75b220a1862beee3))
|
|
640
556
|
|
|
641
557
|
## [18.4.1](https://github.com/linz/lui/compare/v18.4.0...v18.4.1) (2023-08-02)
|
|
642
558
|
|
|
643
|
-
|
|
644
559
|
### Bug Fixes
|
|
645
560
|
|
|
646
|
-
|
|
561
|
+
- cs-2580 Adding in support for disabled state on SplitButton ([#975](https://github.com/linz/lui/issues/975)) ([3250265](https://github.com/linz/lui/commit/3250265f692f22d0cccd7d15c23874a709263b27))
|
|
647
562
|
|
|
648
563
|
# [18.4.0](https://github.com/linz/lui/compare/v18.3.1...v18.4.0) (2023-08-01)
|
|
649
564
|
|
|
650
|
-
|
|
651
565
|
### Features
|
|
652
566
|
|
|
653
|
-
|
|
567
|
+
- cs-2580 Force release from previous merge ([#974](https://github.com/linz/lui/issues/974)) ([c714182](https://github.com/linz/lui/commit/c714182bb4108ff2f2899934f53a5ff5ba64a525))
|
|
654
568
|
|
|
655
569
|
## [18.3.1](https://github.com/linz/lui/compare/v18.3.0...v18.3.1) (2023-07-27)
|
|
656
570
|
|
|
657
|
-
|
|
658
571
|
### Bug Fixes
|
|
659
572
|
|
|
660
|
-
|
|
573
|
+
- Fix scss location and exports ([#971](https://github.com/linz/lui/issues/971)) ([9f7773b](https://github.com/linz/lui/commit/9f7773b87e7846b3cdcd0bcd2c7adf0479d8a781))
|
|
661
574
|
|
|
662
575
|
# [18.3.0](https://github.com/linz/lui/compare/v18.2.0...v18.3.0) (2023-07-27)
|
|
663
576
|
|
|
664
577
|
# [18.2.0](https://github.com/linz/lui/compare/v18.1.0...v18.2.0) (2023-07-26)
|
|
665
578
|
|
|
666
|
-
|
|
667
579
|
### Features
|
|
668
580
|
|
|
669
|
-
|
|
581
|
+
- **LuiStaticMessage:** Adding onClose prop to LuiStaticMessage ([#969](https://github.com/linz/lui/issues/969)) ([6282e3a](https://github.com/linz/lui/commit/6282e3a704d8d4d69031f5200badb2cbc89a601d))
|
|
670
582
|
|
|
671
583
|
# [18.1.0](https://github.com/linz/lui/compare/v18.0.1...v18.1.0) (2023-07-25)
|
|
672
584
|
|
|
673
|
-
|
|
674
585
|
### Features
|
|
675
586
|
|
|
676
|
-
|
|
587
|
+
- **LUIBadge:** add error variation in LUIBadge ([#968](https://github.com/linz/lui/issues/968)) ([1714000](https://github.com/linz/lui/commit/1714000c0a0c8d83040322367bff9f8a4a8225bc))
|
|
677
588
|
|
|
678
589
|
## [18.0.1](https://github.com/linz/lui/compare/v18.0.0...v18.0.1) (2023-07-24)
|
|
679
590
|
|
|
680
|
-
|
|
681
591
|
### Bug Fixes
|
|
682
592
|
|
|
683
|
-
|
|
593
|
+
- Force patch bump ([#966](https://github.com/linz/lui/issues/966)) ([6375b79](https://github.com/linz/lui/commit/6375b79880d79343f95af6a10f1604d43510ea9a))
|
|
684
594
|
|
|
685
595
|
# [18.0.0](https://github.com/linz/lui/compare/v17.65.1...v18.0.0) (2023-07-24)
|
|
686
596
|
|
|
687
597
|
## [17.65.1](https://github.com/linz/lui/compare/v17.65.0...v17.65.1) (2023-07-24)
|
|
688
598
|
|
|
689
|
-
|
|
690
599
|
### Bug Fixes
|
|
691
600
|
|
|
692
|
-
|
|
601
|
+
- updated maintenace illustration and made the naming more generic ([#964](https://github.com/linz/lui/issues/964)) ([9b2ef04](https://github.com/linz/lui/commit/9b2ef04075df27aac1a97e1be03cac2ebb1d8641))
|
|
693
602
|
|
|
694
603
|
# [17.65.0](https://github.com/linz/lui/compare/v17.64.1...v17.65.0) (2023-07-18)
|
|
695
604
|
|
|
696
|
-
|
|
697
605
|
### Features
|
|
698
606
|
|
|
699
|
-
|
|
607
|
+
- Luiicon170723 ([#963](https://github.com/linz/lui/issues/963)) ([0fa6ff0](https://github.com/linz/lui/commit/0fa6ff04d0254a93190d687f26dfb1639234f9ed))
|
|
700
608
|
|
|
701
609
|
## [17.64.1](https://github.com/linz/lui/compare/v17.64.0...v17.64.1) (2023-07-16)
|
|
702
610
|
|
|
703
|
-
|
|
704
611
|
### Bug Fixes
|
|
705
612
|
|
|
706
|
-
|
|
613
|
+
- updated spinners to new animation and created new mini spinner a… ([#962](https://github.com/linz/lui/issues/962)) ([af88370](https://github.com/linz/lui/commit/af8837009b648b5342027a97757fbe3027ddef06))
|
|
707
614
|
|
|
708
615
|
# [17.64.0](https://github.com/linz/lui/compare/v17.63.2...v17.64.0) (2023-06-18)
|
|
709
616
|
|
|
710
|
-
|
|
711
617
|
### Features
|
|
712
618
|
|
|
713
|
-
|
|
619
|
+
- upgrade @linzjs/floating-windows to latest version ([#958](https://github.com/linz/lui/issues/958)) ([bb49167](https://github.com/linz/lui/commit/bb49167747d958a89779afce0118640229a77187))
|
|
714
620
|
|
|
715
621
|
## [17.63.2](https://github.com/linz/lui/compare/v17.63.1...v17.63.2) (2023-06-09)
|
|
716
622
|
|
|
717
|
-
|
|
718
623
|
### Bug Fixes
|
|
719
624
|
|
|
720
|
-
|
|
625
|
+
- set checkbox labels to inline-block ([#956](https://github.com/linz/lui/issues/956)) ([8464c70](https://github.com/linz/lui/commit/8464c700a1aa7ebe85be1a6009a47be273ba7218))
|
|
721
626
|
|
|
722
627
|
## [17.63.1](https://github.com/linz/lui/compare/v17.63.0...v17.63.1) (2023-06-08)
|
|
723
628
|
|
|
724
|
-
|
|
725
629
|
### Bug Fixes
|
|
726
630
|
|
|
727
|
-
|
|
631
|
+
- just added some CSS and handle icon only buttons in button groups ([#955](https://github.com/linz/lui/issues/955)) ([d8dfc6a](https://github.com/linz/lui/commit/d8dfc6ad4ee810c7bd2798d56ecc2403a04f3ace))
|
|
728
632
|
|
|
729
633
|
# [17.63.0](https://github.com/linz/lui/compare/v17.62.0...v17.63.0) (2023-06-07)
|
|
730
634
|
|
|
731
|
-
|
|
732
635
|
### Features
|
|
733
636
|
|
|
734
|
-
|
|
637
|
+
- Email Icon ([#954](https://github.com/linz/lui/issues/954)) ([cce2302](https://github.com/linz/lui/commit/cce23020e24098c17341cfdc06040a4054bac9b9))
|
|
735
638
|
|
|
736
639
|
# [17.62.0](https://github.com/linz/lui/compare/v17.61.1...v17.62.0) (2023-05-31)
|
|
737
640
|
|
|
738
|
-
|
|
739
641
|
### Features
|
|
740
642
|
|
|
741
|
-
|
|
643
|
+
- LuiIcon delete_forever ([#951](https://github.com/linz/lui/issues/951)) ([78cfa08](https://github.com/linz/lui/commit/78cfa086abaf05ee34cf053adf001e35430ef192))
|
|
742
644
|
|
|
743
645
|
## [17.61.1](https://github.com/linz/lui/compare/v17.61.0...v17.61.1) (2023-05-30)
|
|
744
646
|
|
|
745
|
-
|
|
746
647
|
### Bug Fixes
|
|
747
648
|
|
|
748
|
-
|
|
649
|
+
- cropped mountain image to better fit page ([#950](https://github.com/linz/lui/issues/950)) ([25bd689](https://github.com/linz/lui/commit/25bd6894734b97e960da29c2b5d185fab96bb363))
|
|
749
650
|
|
|
750
651
|
# [17.61.0](https://github.com/linz/lui/compare/v17.60.0...v17.61.0) (2023-05-30)
|
|
751
652
|
|
|
752
|
-
|
|
753
653
|
### Features
|
|
754
654
|
|
|
755
|
-
|
|
655
|
+
- **LuiDollarInput:** LuiDollarInput Implementation ([#949](https://github.com/linz/lui/issues/949)) ([a7f0913](https://github.com/linz/lui/commit/a7f09131480b596407bd6877162db2af341ea6d4))
|
|
756
656
|
|
|
757
657
|
# [17.60.0](https://github.com/linz/lui/compare/v17.59.0...v17.60.0) (2023-05-24)
|
|
758
658
|
|
|
759
659
|
# [17.59.0](https://github.com/linz/lui/compare/v17.58.0...v17.59.0) (2023-05-23)
|
|
760
660
|
|
|
761
|
-
|
|
762
661
|
### Features
|
|
763
662
|
|
|
764
|
-
|
|
663
|
+
- trigger a new release ([#947](https://github.com/linz/lui/issues/947)) ([72e757c](https://github.com/linz/lui/commit/72e757c1cbae633879c8ed8863bc86f888e1c6fc))
|
|
765
664
|
|
|
766
665
|
# [17.58.0](https://github.com/linz/lui/compare/v17.57.0...v17.58.0) (2023-05-22)
|
|
767
666
|
|
|
768
|
-
|
|
769
667
|
### Features
|
|
770
668
|
|
|
771
|
-
|
|
669
|
+
- Add LUI Progress Bar ([#945](https://github.com/linz/lui/issues/945)) ([96c577f](https://github.com/linz/lui/commit/96c577feec47e6d31e33ea87310e4966621a6006))
|
|
772
670
|
|
|
773
671
|
# [17.57.0](https://github.com/linz/lui/compare/v17.56.0...v17.57.0) (2023-05-17)
|
|
774
672
|
|
|
775
|
-
|
|
776
673
|
### Features
|
|
777
674
|
|
|
778
|
-
|
|
675
|
+
- Luiicon170523 ([#942](https://github.com/linz/lui/issues/942)) ([d652e80](https://github.com/linz/lui/commit/d652e8007ea91eda4b115c7af9cc7ccbc4858675))
|
|
779
676
|
|
|
780
677
|
# [17.56.0](https://github.com/linz/lui/compare/v17.55.0...v17.56.0) (2023-05-16)
|
|
781
678
|
|
|
782
|
-
|
|
783
679
|
### Features
|
|
784
680
|
|
|
785
|
-
|
|
681
|
+
- Provide LUI Accordion export ([#941](https://github.com/linz/lui/issues/941)) ([1a5f7d1](https://github.com/linz/lui/commit/1a5f7d144a680584a5d3dd2744d9348c4876ec84))
|
|
786
682
|
|
|
787
683
|
# [17.55.0](https://github.com/linz/lui/compare/v17.54.0...v17.55.0) (2023-05-15)
|
|
788
684
|
|
|
789
|
-
|
|
790
685
|
### Features
|
|
791
686
|
|
|
792
|
-
|
|
793
|
-
|
|
687
|
+
- Add LUI Accordion component ([57bb446](https://github.com/linz/lui/commit/57bb4465d9159e60164f6d014f3a4c660a557a23))
|
|
688
|
+
- Add LUI Accordion component ([39c5dc7](https://github.com/linz/lui/commit/39c5dc74218e09c77e1f694b2725454dd05501c6))
|
|
794
689
|
|
|
795
690
|
# [17.54.0](https://github.com/linz/lui/compare/v17.53.0...v17.54.0) (2023-05-07)
|
|
796
691
|
|
|
797
|
-
|
|
798
692
|
### Features
|
|
799
693
|
|
|
800
|
-
|
|
694
|
+
- **LuiSelectInput:** Implement the disabled flag for select options ([#939](https://github.com/linz/lui/issues/939)) ([a38b7bc](https://github.com/linz/lui/commit/a38b7bc869dac8f70264e1781d82a50313e13c89))
|
|
801
695
|
|
|
802
696
|
# [17.53.0](https://github.com/linz/lui/compare/v17.52.3...v17.53.0) (2023-05-05)
|
|
803
697
|
|
|
804
|
-
|
|
805
698
|
### Features
|
|
806
699
|
|
|
807
|
-
|
|
700
|
+
- Update LuiBadge to do Same Colour fill and added info type ([#938](https://github.com/linz/lui/issues/938)) ([75d88f1](https://github.com/linz/lui/commit/75d88f1b19bfbb73a2a24534a84fad4a13732896))
|
|
808
701
|
|
|
809
702
|
## [17.52.3](https://github.com/linz/lui/compare/v17.52.2...v17.52.3) (2023-05-02)
|
|
810
703
|
|
|
811
|
-
|
|
812
704
|
### Bug Fixes
|
|
813
705
|
|
|
814
|
-
|
|
706
|
+
- added styling for text input with :disabled attribute ([#935](https://github.com/linz/lui/issues/935)) ([cd4fb16](https://github.com/linz/lui/commit/cd4fb16b03188ff6a6ec19c1e8d20cb30ec16acc))
|
|
815
707
|
|
|
816
708
|
## [17.52.2](https://github.com/linz/lui/compare/v17.52.1...v17.52.2) (2023-04-26)
|
|
817
709
|
|
|
818
|
-
|
|
819
710
|
### Bug Fixes
|
|
820
711
|
|
|
821
|
-
|
|
712
|
+
- When LuiSideToolbar button is in loading space it increase the spacing below ([#933](https://github.com/linz/lui/issues/933)) ([f5b23eb](https://github.com/linz/lui/commit/f5b23ebdbb1ab7c6ccea776566638e5fb30b3165))
|
|
822
713
|
|
|
823
714
|
## [17.52.1](https://github.com/linz/lui/compare/v17.52.0...v17.52.1) (2023-04-23)
|
|
824
715
|
|
|
825
|
-
|
|
826
716
|
### Bug Fixes
|
|
827
717
|
|
|
828
|
-
|
|
718
|
+
- release toolbar bug fix ([#932](https://github.com/linz/lui/issues/932)) ([4785395](https://github.com/linz/lui/commit/4785395da8571f138ad2fbe18363a06eda872537))
|
|
829
719
|
|
|
830
720
|
# [17.52.0](https://github.com/linz/lui/compare/v17.51.0...v17.52.0) (2023-04-21)
|
|
831
721
|
|
|
832
|
-
|
|
833
722
|
### Features
|
|
834
723
|
|
|
835
|
-
|
|
724
|
+
- Adding Side Toolbar to LUI ([#928](https://github.com/linz/lui/issues/928)) ([79490a6](https://github.com/linz/lui/commit/79490a60f4daac5dce36a5b815408ac3146590f8))
|
|
836
725
|
|
|
837
726
|
# [17.51.0](https://github.com/linz/lui/compare/v17.50.0...v17.51.0) (2023-04-20)
|
|
838
727
|
|
|
839
|
-
|
|
840
728
|
### Features
|
|
841
729
|
|
|
842
|
-
|
|
730
|
+
- Lui Cart view icon ([#929](https://github.com/linz/lui/issues/929)) ([a97c308](https://github.com/linz/lui/commit/a97c308d8bbd34cb506154b03b4d73f3336cc028))
|
|
843
731
|
|
|
844
732
|
# [17.50.0](https://github.com/linz/lui/compare/v17.49.3...v17.50.0) (2023-04-12)
|
|
845
733
|
|
|
846
|
-
|
|
847
734
|
### Features
|
|
848
735
|
|
|
849
|
-
|
|
736
|
+
- Lui Icon – product list ([#926](https://github.com/linz/lui/issues/926)) ([8cf9234](https://github.com/linz/lui/commit/8cf9234041446a116767e0b2d0e641d43865438c))
|
|
850
737
|
|
|
851
738
|
## [17.49.3](https://github.com/linz/lui/compare/v17.49.2...v17.49.3) (2023-04-11)
|
|
852
739
|
|
|
853
|
-
|
|
854
740
|
### Bug Fixes
|
|
855
741
|
|
|
856
|
-
|
|
742
|
+
- release restore icon ([#925](https://github.com/linz/lui/issues/925)) ([88d7720](https://github.com/linz/lui/commit/88d7720f0f00d5fe2bafb41b4f8feeb9db6070cf))
|
|
857
743
|
|
|
858
744
|
## [17.49.2](https://github.com/linz/lui/compare/v17.49.1...v17.49.2) (2023-04-04)
|
|
859
745
|
|
|
860
|
-
|
|
861
746
|
### Bug Fixes
|
|
862
747
|
|
|
863
|
-
|
|
748
|
+
- expose refs to allow for using tooltips with icons and checkboxes ([3c5ebd3](https://github.com/linz/lui/commit/3c5ebd3580547029d4b54647d766e0bd9ea7afa0))
|
|
864
749
|
|
|
865
750
|
## [17.49.1](https://github.com/linz/lui/compare/v17.49.0...v17.49.1) (2023-04-04)
|
|
866
751
|
|
|
867
|
-
|
|
868
752
|
### Bug Fixes
|
|
869
753
|
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
754
|
+
- do not use React's PropsWithChildren and make message optional so people can just use the standard Tippy property "content" ([a750a47](https://github.com/linz/lui/commit/a750a47a1f46079686ae0d186a3be0ccf87207f3))
|
|
755
|
+
- ensure backward compatibility ([ffbb5ab](https://github.com/linz/lui/commit/ffbb5ab631a3ae9aa5a01941d29ac5043409fe7b))
|
|
756
|
+
- style paragraphs in tooltip ([1d4d3ad](https://github.com/linz/lui/commit/1d4d3ad717cc2372c883d7a946c0a7a9d6e251e3))
|
|
873
757
|
|
|
874
758
|
# [17.49.0](https://github.com/linz/lui/compare/v17.48.0...v17.49.0) (2023-04-04)
|
|
875
759
|
|
|
876
|
-
|
|
877
760
|
### Features
|
|
878
761
|
|
|
879
|
-
|
|
762
|
+
- use tippyjs-react and expose all features of tippy in LuiTooltip ([375697b](https://github.com/linz/lui/commit/375697b04c5a40d44e928a73e98a9d684785e0c6))
|
|
880
763
|
|
|
881
764
|
# [17.48.0](https://github.com/linz/lui/compare/v17.47.2...v17.48.0) (2023-04-04)
|
|
882
765
|
|
|
883
|
-
|
|
884
766
|
### Features
|
|
885
767
|
|
|
886
|
-
|
|
768
|
+
- allow tooltip to accept different types of content ([3542191](https://github.com/linz/lui/commit/3542191608525ed76c5ec039891192c725fd11e5))
|
|
887
769
|
|
|
888
770
|
## [17.47.2](https://github.com/linz/lui/compare/v17.47.1...v17.47.2) (2023-04-03)
|
|
889
771
|
|
|
890
|
-
|
|
891
772
|
### Bug Fixes
|
|
892
773
|
|
|
893
|
-
|
|
774
|
+
- **dev-dependency:** Use floating window v0.8.1 ([#917](https://github.com/linz/lui/issues/917)) ([1ba6570](https://github.com/linz/lui/commit/1ba65704a3a408f55dae63aa02e9131a64da171e))
|
|
894
775
|
|
|
895
776
|
## [17.47.1](https://github.com/linz/lui/compare/v17.47.0...v17.47.1) (2023-04-02)
|
|
896
777
|
|
|
897
|
-
|
|
898
778
|
### Bug Fixes
|
|
899
779
|
|
|
900
|
-
|
|
780
|
+
- release luitooltip offset change ([#916](https://github.com/linz/lui/issues/916)) ([19a1f37](https://github.com/linz/lui/commit/19a1f37776e0736191359555d4fa163a58dee3c9))
|
|
901
781
|
|
|
902
782
|
# [17.47.0](https://github.com/linz/lui/compare/v17.46.0...v17.47.0) (2023-03-29)
|
|
903
783
|
|
|
904
|
-
|
|
905
784
|
### Features
|
|
906
785
|
|
|
907
|
-
|
|
786
|
+
- Allow onClose timeout to be separately configured for LuiToastMessage ([#908](https://github.com/linz/lui/issues/908)) ([c9629a1](https://github.com/linz/lui/commit/c9629a1a7694bd712f95907fb63e3494da6a3cfd))
|
|
908
787
|
|
|
909
788
|
# [17.46.0](https://github.com/linz/lui/compare/v17.45.4...v17.46.0) (2023-03-29)
|
|
910
789
|
|
|
911
|
-
|
|
912
790
|
### Features
|
|
913
791
|
|
|
914
|
-
|
|
792
|
+
- LuiIconexport – new lui icons ([#909](https://github.com/linz/lui/issues/909)) ([b71205c](https://github.com/linz/lui/commit/b71205c9419c779dce369573fa63333d618b7d00))
|
|
915
793
|
|
|
916
794
|
## [17.45.4](https://github.com/linz/lui/compare/v17.45.3...v17.45.4) (2023-03-23)
|
|
917
795
|
|
|
918
|
-
|
|
919
796
|
### Bug Fixes
|
|
920
797
|
|
|
921
|
-
|
|
798
|
+
- To trigger publishing ([#905](https://github.com/linz/lui/issues/905)) ([43e3ebd](https://github.com/linz/lui/commit/43e3ebd3669e6e866b5152909e79c58cc615a1c1))
|
|
922
799
|
|
|
923
800
|
## [17.45.3](https://github.com/linz/lui/compare/v17.45.2...v17.45.3) (2023-03-22)
|
|
924
801
|
|
|
925
|
-
|
|
926
802
|
### Bug Fixes
|
|
927
803
|
|
|
928
|
-
|
|
804
|
+
- removed electric link colour override ([#904](https://github.com/linz/lui/issues/904)) ([c39b792](https://github.com/linz/lui/commit/c39b792d230553e3407506298811900e33ea001a))
|
|
929
805
|
|
|
930
806
|
## [17.45.2](https://github.com/linz/lui/compare/v17.45.1...v17.45.2) (2023-03-22)
|
|
931
807
|
|
|
932
|
-
|
|
933
808
|
### Bug Fixes
|
|
934
809
|
|
|
935
|
-
|
|
810
|
+
- updating splash modal header ([#902](https://github.com/linz/lui/issues/902)) ([1439a4f](https://github.com/linz/lui/commit/1439a4f66def7c1284cee6504faa71b1b71aa6f9))
|
|
936
811
|
|
|
937
812
|
## [17.45.1](https://github.com/linz/lui/compare/v17.45.0...v17.45.1) (2023-03-22)
|
|
938
813
|
|
|
939
|
-
|
|
940
814
|
### Bug Fixes
|
|
941
815
|
|
|
942
|
-
|
|
816
|
+
- updating splash update modal styles ([#900](https://github.com/linz/lui/issues/900)) ([03efd9d](https://github.com/linz/lui/commit/03efd9d7f6f7734b26909c90fd37b268e030306d))
|
|
943
817
|
|
|
944
818
|
# [17.45.0](https://github.com/linz/lui/compare/v17.44.0...v17.45.0) (2023-03-22)
|
|
945
819
|
|
|
946
|
-
|
|
947
820
|
### Features
|
|
948
821
|
|
|
949
|
-
|
|
822
|
+
- **LuiTextAreaInput:** Add warning message support for LuiTextAreaInput ([#901](https://github.com/linz/lui/issues/901)) ([296206d](https://github.com/linz/lui/commit/296206d7d07ec2f1d6b4953668117306110252aa))
|
|
950
823
|
|
|
951
824
|
# [17.44.0](https://github.com/linz/lui/compare/v17.43.3...v17.44.0) (2023-03-22)
|
|
952
825
|
|
|
953
|
-
|
|
954
826
|
### Features
|
|
955
827
|
|
|
956
|
-
|
|
828
|
+
- **LuiExpandableBanner:** allow initial state as prop ([#898](https://github.com/linz/lui/issues/898)) ([f453a11](https://github.com/linz/lui/commit/f453a115e671d56f238509bbbcf6a6a15d032113))
|
|
957
829
|
|
|
958
830
|
## [17.43.3](https://github.com/linz/lui/compare/v17.43.2...v17.43.3) (2023-03-21)
|
|
959
831
|
|
|
960
|
-
|
|
961
832
|
### Bug Fixes
|
|
962
833
|
|
|
963
|
-
|
|
834
|
+
- **LuiSelectInput:** add id to control ([#887](https://github.com/linz/lui/issues/887)) ([d07e3b0](https://github.com/linz/lui/commit/d07e3b069add3a9a1615d3754755e6b4e6891a23))
|
|
964
835
|
|
|
965
836
|
## [17.43.2](https://github.com/linz/lui/compare/v17.43.1...v17.43.2) (2023-03-21)
|
|
966
837
|
|
|
967
|
-
|
|
968
838
|
### Bug Fixes
|
|
969
839
|
|
|
970
|
-
|
|
840
|
+
- drawer z index ([#899](https://github.com/linz/lui/issues/899)) ([3770ff1](https://github.com/linz/lui/commit/3770ff1d8a32399161ba9c4592397774af268309))
|
|
971
841
|
|
|
972
842
|
## [17.43.1](https://github.com/linz/lui/compare/v17.43.0...v17.43.1) (2023-03-21)
|
|
973
843
|
|
|
974
|
-
|
|
975
844
|
### Bug Fixes
|
|
976
845
|
|
|
977
|
-
|
|
846
|
+
- **header-menu:** update shadow style ([#897](https://github.com/linz/lui/issues/897)) ([7864ca8](https://github.com/linz/lui/commit/7864ca86dec1309c74c1503523fc111292b7e70d))
|
|
978
847
|
|
|
979
848
|
# [17.43.0](https://github.com/linz/lui/compare/v17.42.0...v17.43.0) (2023-03-19)
|
|
980
849
|
|
|
981
|
-
|
|
982
850
|
### Features
|
|
983
851
|
|
|
984
|
-
|
|
852
|
+
- **headerV2:** Support href inside menu item ([#893](https://github.com/linz/lui/issues/893)) ([83cf363](https://github.com/linz/lui/commit/83cf36305de370229e8157e62ac71a0c46259657))
|
|
985
853
|
|
|
986
854
|
# [17.42.0](https://github.com/linz/lui/compare/v17.41.10...v17.42.0) (2023-03-19)
|
|
987
855
|
|
|
988
|
-
|
|
989
856
|
### Features
|
|
990
857
|
|
|
991
|
-
|
|
858
|
+
- **headerV2:** Support custom class in header menu ([#894](https://github.com/linz/lui/issues/894)) ([1813f25](https://github.com/linz/lui/commit/1813f25b227f5a55bc98dbffdc0361debb2f182a))
|
|
992
859
|
|
|
993
860
|
## [17.41.10](https://github.com/linz/lui/compare/v17.41.9...v17.41.10) (2023-03-17)
|
|
994
861
|
|
|
995
|
-
|
|
996
862
|
### Bug Fixes
|
|
997
863
|
|
|
998
|
-
|
|
864
|
+
- update data-testid in LuiHeaderMenuItemV2 ([#892](https://github.com/linz/lui/issues/892)) ([c6fc645](https://github.com/linz/lui/commit/c6fc64533ddd5e21d5f81b8d1f644c1082803dfb))
|
|
999
865
|
|
|
1000
866
|
## [17.41.9](https://github.com/linz/lui/compare/v17.41.8...v17.41.9) (2023-03-17)
|
|
1001
867
|
|
|
1002
|
-
|
|
1003
868
|
### Bug Fixes
|
|
1004
869
|
|
|
1005
|
-
|
|
870
|
+
- feat(helpLink) GA allow function for help link to accommodate GA hooks ([#891](https://github.com/linz/lui/issues/891)) ([bc63062](https://github.com/linz/lui/commit/bc63062e63224e2acedc7ca5f32f390be5df14e3))
|
|
1006
871
|
|
|
1007
872
|
## [17.41.8](https://github.com/linz/lui/compare/v17.41.7...v17.41.8) (2023-03-16)
|
|
1008
873
|
|
|
1009
|
-
|
|
1010
874
|
### Bug Fixes
|
|
1011
875
|
|
|
1012
|
-
|
|
876
|
+
- change justify-content to flex-star ([#890](https://github.com/linz/lui/issues/890)) ([47b2602](https://github.com/linz/lui/commit/47b2602740690e86040461edc36fea47e74c4cbd))
|
|
1013
877
|
|
|
1014
878
|
## [17.41.7](https://github.com/linz/lui/compare/v17.41.6...v17.41.7) (2023-03-15)
|
|
1015
879
|
|
|
1016
|
-
|
|
1017
880
|
### Bug Fixes
|
|
1018
881
|
|
|
1019
|
-
|
|
882
|
+
- **header:** update font color inside header ([#889](https://github.com/linz/lui/issues/889)) ([dddf3b4](https://github.com/linz/lui/commit/dddf3b4756c46a2049304fcf055de6839958357c))
|
|
1020
883
|
|
|
1021
884
|
## [17.41.6](https://github.com/linz/lui/compare/v17.41.5...v17.41.6) (2023-03-14)
|
|
1022
885
|
|
|
1023
|
-
|
|
1024
886
|
### Bug Fixes
|
|
1025
887
|
|
|
1026
|
-
|
|
888
|
+
- **LuiDateInput:** remove unnecessary & buggy parse fn on value ([#885](https://github.com/linz/lui/issues/885)) ([aa26b2e](https://github.com/linz/lui/commit/aa26b2e721f5cd09698ba9ba44e0f82f68db8663))
|
|
1027
889
|
|
|
1028
890
|
## [17.41.5](https://github.com/linz/lui/compare/v17.41.4...v17.41.5) (2023-03-13)
|
|
1029
891
|
|
|
1030
|
-
|
|
1031
892
|
### Bug Fixes
|
|
1032
893
|
|
|
1033
|
-
|
|
894
|
+
- fix LuiHeaderV2 and it associated component as per UX review feedback ([#884](https://github.com/linz/lui/issues/884)) ([5436cdd](https://github.com/linz/lui/commit/5436cdd75e70080a3a242ee4ead8f8f871d58869))
|
|
1034
895
|
|
|
1035
896
|
## [17.41.4](https://github.com/linz/lui/compare/v17.41.3...v17.41.4) (2023-03-12)
|
|
1036
897
|
|
|
1037
|
-
|
|
1038
898
|
### Bug Fixes
|
|
1039
899
|
|
|
1040
|
-
|
|
900
|
+
- **LuiDateInput:** Update args types for date parsing fn ([#883](https://github.com/linz/lui/issues/883)) ([f95baff](https://github.com/linz/lui/commit/f95baff5c859b33f39fedb7f7dcde1a8c51a644a))
|
|
1041
901
|
|
|
1042
902
|
## [17.41.3](https://github.com/linz/lui/compare/v17.41.2...v17.41.3) (2023-03-09)
|
|
1043
903
|
|
|
1044
|
-
|
|
1045
904
|
### Bug Fixes
|
|
1046
905
|
|
|
1047
|
-
|
|
906
|
+
- added title and labels to modal header buttons ([#880](https://github.com/linz/lui/issues/880)) ([9d5edf7](https://github.com/linz/lui/commit/9d5edf7062ef1fcd107de8ab9088d4ab3ccee4d7))
|
|
1048
907
|
|
|
1049
908
|
## [17.41.2](https://github.com/linz/lui/compare/v17.41.1...v17.41.2) (2023-03-09)
|
|
1050
909
|
|
|
1051
|
-
|
|
1052
910
|
### Bug Fixes
|
|
1053
911
|
|
|
1054
|
-
|
|
912
|
+
- set drawer postion based on sticky attribute ([#881](https://github.com/linz/lui/issues/881)) ([f395280](https://github.com/linz/lui/commit/f395280270df130736209b72e035ea9a42d0c922))
|
|
1055
913
|
|
|
1056
914
|
## [17.41.1](https://github.com/linz/lui/compare/v17.41.0...v17.41.1) (2023-03-09)
|
|
1057
915
|
|
|
1058
|
-
|
|
1059
916
|
### Bug Fixes
|
|
1060
917
|
|
|
1061
|
-
|
|
918
|
+
- update LuiHeaderV2 dropdown border and shadow based on figma design ([#879](https://github.com/linz/lui/issues/879)) ([76f2cac](https://github.com/linz/lui/commit/76f2cacb937cd35eb4ed9882c9ad8e3e7821d9cf))
|
|
1062
919
|
|
|
1063
920
|
# [17.41.0](https://github.com/linz/lui/compare/v17.40.0...v17.41.0) (2023-03-08)
|
|
1064
921
|
|
|
1065
|
-
|
|
1066
922
|
### Features
|
|
1067
923
|
|
|
1068
|
-
|
|
924
|
+
- added alternate modal header style ([#878](https://github.com/linz/lui/issues/878)) ([1f11909](https://github.com/linz/lui/commit/1f11909eddf8fb53ededf9e474737fdb4f393f46))
|
|
1069
925
|
|
|
1070
926
|
# [17.40.0](https://github.com/linz/lui/compare/v17.39.2...v17.40.0) (2023-03-07)
|
|
1071
927
|
|
|
1072
|
-
|
|
1073
928
|
### Features
|
|
1074
929
|
|
|
1075
|
-
|
|
930
|
+
- expose allowHTML and interactive tippy properties ([#876](https://github.com/linz/lui/issues/876)) ([a1d86c3](https://github.com/linz/lui/commit/a1d86c35f6fd4648045700f15f50b827699dc23b))
|
|
1076
931
|
|
|
1077
932
|
## [17.39.2](https://github.com/linz/lui/compare/v17.39.1...v17.39.2) (2023-03-07)
|
|
1078
933
|
|
|
1079
|
-
|
|
1080
934
|
### Bug Fixes
|
|
1081
935
|
|
|
1082
|
-
|
|
936
|
+
- Luishadow sorting ([#877](https://github.com/linz/lui/issues/877)) ([e39a29d](https://github.com/linz/lui/commit/e39a29dd49196ddd7ea2a17a37f23bfb8f200cab))
|
|
1083
937
|
|
|
1084
938
|
## [17.39.1](https://github.com/linz/lui/compare/v17.39.0...v17.39.1) (2023-03-07)
|
|
1085
939
|
|
|
1086
|
-
|
|
1087
940
|
### Bug Fixes
|
|
1088
941
|
|
|
1089
|
-
|
|
942
|
+
- padding on modal header ([#875](https://github.com/linz/lui/issues/875)) ([c9d7324](https://github.com/linz/lui/commit/c9d732434dccd3deb67c48e73ce86584e32d211f))
|
|
1090
943
|
|
|
1091
944
|
# [17.39.0](https://github.com/linz/lui/compare/v17.38.0...v17.39.0) (2023-03-06)
|
|
1092
945
|
|
|
1093
|
-
|
|
1094
946
|
### Features
|
|
1095
947
|
|
|
1096
|
-
|
|
948
|
+
- Helpoutline and unlock icons ([#874](https://github.com/linz/lui/issues/874)) ([7fd4937](https://github.com/linz/lui/commit/7fd493723842535b2e5909d60aebd3c405aacc85))
|
|
1097
949
|
|
|
1098
950
|
# [17.38.0](https://github.com/linz/lui/compare/v17.37.0...v17.38.0) (2023-03-06)
|
|
1099
951
|
|
|
1100
|
-
|
|
1101
952
|
### Features
|
|
1102
953
|
|
|
1103
|
-
|
|
954
|
+
- Colour updates/lint ([#873](https://github.com/linz/lui/issues/873)) ([1e73817](https://github.com/linz/lui/commit/1e738178151647f2a272ae7f4960c0d53c1ea636))
|
|
1104
955
|
|
|
1105
956
|
# [17.37.0](https://github.com/linz/lui/compare/v17.36.12...v17.37.0) (2023-03-06)
|
|
1106
957
|
|
|
1107
|
-
|
|
1108
958
|
### Features
|
|
1109
959
|
|
|
1110
|
-
|
|
960
|
+
- added optional help button to modal header ([#872](https://github.com/linz/lui/issues/872)) ([07baded](https://github.com/linz/lui/commit/07baded35af9229f31a5eab65d5dbbc8a8eea63c))
|
|
1111
961
|
|
|
1112
962
|
## [17.36.12](https://github.com/linz/lui/compare/v17.36.11...v17.36.12) (2023-03-05)
|
|
1113
963
|
|
|
1114
|
-
|
|
1115
964
|
### Bug Fixes
|
|
1116
965
|
|
|
1117
|
-
|
|
966
|
+
- fix drawer position issue when LuiHeaderV2 is non-sticky ([#871](https://github.com/linz/lui/issues/871)) ([6105280](https://github.com/linz/lui/commit/61052806e0ae9e455aae8460e2b6e0bbd93a8b53))
|
|
1118
967
|
|
|
1119
968
|
## [17.36.11](https://github.com/linz/lui/compare/v17.36.10...v17.36.11) (2023-03-05)
|
|
1120
969
|
|
|
1121
|
-
|
|
1122
970
|
### Bug Fixes
|
|
1123
971
|
|
|
1124
|
-
|
|
972
|
+
- passing prop styles through to icon span ([#870](https://github.com/linz/lui/issues/870)) ([8b873fe](https://github.com/linz/lui/commit/8b873feeee2b6f8b25feacb425a9f70ea6531936))
|
|
1125
973
|
|
|
1126
974
|
## [17.36.10](https://github.com/linz/lui/compare/v17.36.9...v17.36.10) (2023-03-02)
|
|
1127
975
|
|
|
1128
|
-
|
|
1129
976
|
### Bug Fixes
|
|
1130
977
|
|
|
1131
|
-
|
|
978
|
+
- add common styles to helpers.scss ([#869](https://github.com/linz/lui/issues/869)) ([b29fcb5](https://github.com/linz/lui/commit/b29fcb5cd32400caf24ff9e020302280de692f2a))
|
|
1132
979
|
|
|
1133
980
|
## [17.36.9](https://github.com/linz/lui/compare/v17.36.8...v17.36.9) (2023-03-02)
|
|
1134
981
|
|
|
1135
|
-
|
|
1136
982
|
### Bug Fixes
|
|
1137
983
|
|
|
1138
|
-
|
|
984
|
+
- add toolptip and external selected status in HeaderMenuItemV2 ([#868](https://github.com/linz/lui/issues/868)) ([66478b0](https://github.com/linz/lui/commit/66478b0f2b782ef771defd30355e73a7ca93abcf))
|
|
1139
985
|
|
|
1140
986
|
## [17.36.8](https://github.com/linz/lui/compare/v17.36.7...v17.36.8) (2023-03-01)
|
|
1141
987
|
|
|
1142
|
-
|
|
1143
988
|
### Bug Fixes
|
|
1144
989
|
|
|
1145
|
-
|
|
990
|
+
- adjust style for non sticky HeaderV2 and drawer ([#866](https://github.com/linz/lui/issues/866)) ([deeae2e](https://github.com/linz/lui/commit/deeae2e4de4d44a3ee80dcf0e2a7862dec52043c))
|
|
1146
991
|
|
|
1147
992
|
## [17.36.7](https://github.com/linz/lui/compare/v17.36.6...v17.36.7) (2023-02-28)
|
|
1148
993
|
|
|
1149
|
-
|
|
1150
994
|
### Bug Fixes
|
|
1151
995
|
|
|
1152
|
-
|
|
996
|
+
- **searh-input:** Implement a callback function on clearing search re… ([#865](https://github.com/linz/lui/issues/865)) ([726bf4b](https://github.com/linz/lui/commit/726bf4b31dc42e7def7e1476265b29e8dcfddf1e))
|
|
1153
997
|
|
|
1154
998
|
## [17.36.6](https://github.com/linz/lui/compare/v17.36.5...v17.36.6) (2023-02-28)
|
|
1155
999
|
|
|
1156
|
-
|
|
1157
1000
|
### Bug Fixes
|
|
1158
1001
|
|
|
1159
|
-
|
|
1002
|
+
- **icon-button:** Update svg icon color to sync with figma design ([#863](https://github.com/linz/lui/issues/863)) ([418b8c7](https://github.com/linz/lui/commit/418b8c7534551a4b5e7d67c04db6a3f5d2565655))
|
|
1160
1003
|
|
|
1161
1004
|
## [17.36.5](https://github.com/linz/lui/compare/v17.36.4...v17.36.5) (2023-02-28)
|
|
1162
1005
|
|
|
1163
|
-
|
|
1164
1006
|
### Bug Fixes
|
|
1165
1007
|
|
|
1166
|
-
|
|
1008
|
+
- scroll to auto and z-index for splash modal ([#848](https://github.com/linz/lui/issues/848)) ([7a5ef79](https://github.com/linz/lui/commit/7a5ef797e76f91ced5b3647a9e171d31935ddf2e))
|
|
1167
1009
|
|
|
1168
1010
|
## [17.36.4](https://github.com/linz/lui/compare/v17.36.3...v17.36.4) (2023-02-22)
|
|
1169
1011
|
|
|
1170
|
-
|
|
1171
1012
|
### Bug Fixes
|
|
1172
1013
|
|
|
1173
|
-
|
|
1014
|
+
- Reference to pre-defined lui colors and shadows where applicable ([#862](https://github.com/linz/lui/issues/862)) ([38c7d3d](https://github.com/linz/lui/commit/38c7d3d2a1bcdb86f789b41358f6a6e81c3c299d))
|
|
1174
1015
|
|
|
1175
1016
|
## [17.36.3](https://github.com/linz/lui/compare/v17.36.2...v17.36.3) (2023-02-20)
|
|
1176
1017
|
|
|
1177
|
-
|
|
1178
1018
|
### Bug Fixes
|
|
1179
1019
|
|
|
1180
|
-
|
|
1020
|
+
- add LuiCloseableHeaderMenuContextV2 and update LuiDrawerMenuOptionsV2 ([#861](https://github.com/linz/lui/issues/861)) ([612c6b4](https://github.com/linz/lui/commit/612c6b47970107023dd9a00c175a3fbfe9a1f742))
|
|
1181
1021
|
|
|
1182
1022
|
## [17.36.2](https://github.com/linz/lui/compare/v17.36.1...v17.36.2) (2023-02-20)
|
|
1183
1023
|
|
|
1184
|
-
|
|
1185
1024
|
### Bug Fixes
|
|
1186
1025
|
|
|
1187
|
-
|
|
1026
|
+
- update LiuHeaderHeaderV2 menuitem selected/hover colors, close … ([#860](https://github.com/linz/lui/issues/860)) ([6ab1023](https://github.com/linz/lui/commit/6ab10232cf8bac5be52575cb509ebfb00e2b25e2))
|
|
1188
1027
|
|
|
1189
1028
|
## [17.36.1](https://github.com/linz/lui/compare/v17.36.0...v17.36.1) (2023-02-19)
|
|
1190
1029
|
|
|
1191
|
-
|
|
1192
1030
|
### Bug Fixes
|
|
1193
1031
|
|
|
1194
|
-
|
|
1032
|
+
- change drodown md size to match figma design ([#857](https://github.com/linz/lui/issues/857)) ([7e3ef19](https://github.com/linz/lui/commit/7e3ef190fcd88573749490c779102b77ff0632bd))
|
|
1195
1033
|
|
|
1196
1034
|
# [17.36.0](https://github.com/linz/lui/compare/v17.35.5...v17.36.0) (2023-02-17)
|
|
1197
1035
|
|
|
1198
|
-
|
|
1199
1036
|
### Features
|
|
1200
1037
|
|
|
1201
|
-
|
|
1038
|
+
- moved header story to deprecated ([#854](https://github.com/linz/lui/issues/854)) ([3701308](https://github.com/linz/lui/commit/3701308f7edd94685884ea55cd1b10391a345ffd))
|
|
1202
1039
|
|
|
1203
1040
|
## [17.35.5](https://github.com/linz/lui/compare/v17.35.4...v17.35.5) (2023-02-17)
|
|
1204
1041
|
|
|
1205
|
-
|
|
1206
1042
|
### Bug Fixes
|
|
1207
1043
|
|
|
1208
|
-
|
|
1044
|
+
- Remove @testing-library/react-hooks to allow support for react 18 ([#855](https://github.com/linz/lui/issues/855)) ([bea9249](https://github.com/linz/lui/commit/bea9249b9fa8254215fb539e218b550d98c0e01e))
|
|
1209
1045
|
|
|
1210
1046
|
## [17.35.4](https://github.com/linz/lui/compare/v17.35.3...v17.35.4) (2023-02-16)
|
|
1211
1047
|
|
|
1212
|
-
|
|
1213
1048
|
### Bug Fixes
|
|
1214
1049
|
|
|
1215
|
-
|
|
1050
|
+
- **LuiFloatingWindow:** replacing React.FC with PropsWithChildren ([#842](https://github.com/linz/lui/issues/842)) ([a96a72d](https://github.com/linz/lui/commit/a96a72d676797684f40c74f593e090dcbc585f03))
|
|
1216
1051
|
|
|
1217
1052
|
## [17.35.3](https://github.com/linz/lui/compare/v17.35.2...v17.35.3) (2023-02-15)
|
|
1218
1053
|
|
|
1219
|
-
|
|
1220
1054
|
### Bug Fixes
|
|
1221
1055
|
|
|
1222
|
-
|
|
1056
|
+
- LuiTextInputProps now forwardsRefs ([#853](https://github.com/linz/lui/issues/853)) ([7160fdc](https://github.com/linz/lui/commit/7160fdcf16d0668f920c04bbe531ceb37e40cb3a))
|
|
1223
1057
|
|
|
1224
1058
|
## [17.35.2](https://github.com/linz/lui/compare/v17.35.1...v17.35.2) (2023-02-15)
|
|
1225
1059
|
|
|
1226
|
-
|
|
1227
1060
|
### Bug Fixes
|
|
1228
1061
|
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1062
|
+
- adds type=button to LuiTab as we don't want this to submit form ([94ec8d4](https://github.com/linz/lui/commit/94ec8d4bbf77567cd43e7d6d073b73a7ddee3c4b))
|
|
1063
|
+
- fix Drawer option style ([#852](https://github.com/linz/lui/issues/852)) ([05639cb](https://github.com/linz/lui/commit/05639cb4b01e458b9e7f2907f6ab661d3beb1224))
|
|
1064
|
+
- makes onclick optional, rather than maybe undefined ([931cbef](https://github.com/linz/lui/commit/931cbef58378bf2986bd8c7cd84cfeaa7222d88c))
|
|
1232
1065
|
|
|
1233
1066
|
## [17.35.1](https://github.com/linz/lui/compare/v17.35.0...v17.35.1) (2023-02-15)
|
|
1234
1067
|
|
|
1235
|
-
|
|
1236
1068
|
### Bug Fixes
|
|
1237
1069
|
|
|
1238
|
-
|
|
1070
|
+
- Adds event handler to LuiTab ([73f0cfb](https://github.com/linz/lui/commit/73f0cfba18f6a60f50238eef2548bddf236f9030))
|
|
1239
1071
|
|
|
1240
1072
|
# [17.35.0](https://github.com/linz/lui/compare/v17.34.0...v17.35.0) (2023-02-14)
|
|
1241
1073
|
|
|
1242
|
-
|
|
1243
1074
|
### Features
|
|
1244
1075
|
|
|
1245
|
-
|
|
1076
|
+
- **LuiDateInput:** Add date picker ([#814](https://github.com/linz/lui/issues/814)) ([a0411b1](https://github.com/linz/lui/commit/a0411b1bd741e0f419047e011b3593ce5b166253))
|
|
1246
1077
|
|
|
1247
1078
|
# [17.34.0](https://github.com/linz/lui/compare/v17.33.2...v17.34.0) (2023-02-14)
|
|
1248
1079
|
|
|
1249
1080
|
## [17.33.2](https://github.com/linz/lui/compare/v17.33.1...v17.33.2) (2023-02-10)
|
|
1250
1081
|
|
|
1251
|
-
|
|
1252
1082
|
### Bug Fixes
|
|
1253
1083
|
|
|
1254
|
-
|
|
1084
|
+
- fix default value ([#847](https://github.com/linz/lui/issues/847)) ([50b73d6](https://github.com/linz/lui/commit/50b73d65ade001b9600bcebc2da49508789c9f89))
|
|
1255
1085
|
|
|
1256
1086
|
## [17.33.1](https://github.com/linz/lui/compare/v17.33.0...v17.33.1) (2023-02-09)
|
|
1257
1087
|
|
|
1258
|
-
|
|
1259
1088
|
### Bug Fixes
|
|
1260
1089
|
|
|
1261
|
-
|
|
1090
|
+
- add outline=none on splash modal ([#846](https://github.com/linz/lui/issues/846)) ([20e8807](https://github.com/linz/lui/commit/20e880741c171cc9536422dad639d604dcc5cb7d))
|
|
1262
1091
|
|
|
1263
1092
|
# [17.33.0](https://github.com/linz/lui/compare/v17.32.0...v17.33.0) (2023-02-09)
|
|
1264
1093
|
|
|
1265
|
-
|
|
1266
1094
|
### Features
|
|
1267
1095
|
|
|
1268
|
-
|
|
1096
|
+
- **Build:** Replace trigger release ([#844](https://github.com/linz/lui/issues/844)) ([9655d6a](https://github.com/linz/lui/commit/9655d6acf289c98cfb6bd62d4afece077ab3dfa6))
|
|
1269
1097
|
|
|
1270
1098
|
# [17.32.0](https://github.com/linz/lui/compare/v17.31.1...v17.32.0) (2023-02-09)
|
|
1271
1099
|
|
|
1272
|
-
|
|
1273
1100
|
### Features
|
|
1274
1101
|
|
|
1275
|
-
|
|
1102
|
+
- the drawer will not be closed for submenu ([#845](https://github.com/linz/lui/issues/845)) ([1fca1be](https://github.com/linz/lui/commit/1fca1be587ffc038648939c85e716c51f71871a2))
|
|
1276
1103
|
|
|
1277
1104
|
# [17.31.0](https://github.com/linz/lui/compare/v17.30.0...v17.31.0) (2023-02-07)
|
|
1278
1105
|
|
|
1279
|
-
|
|
1280
1106
|
### Features
|
|
1281
1107
|
|
|
1282
|
-
|
|
1283
|
-
|
|
1108
|
+
- implement a new version LuiHeader ([#838](https://github.com/linz/lui/issues/838)) ([50d2364](https://github.com/linz/lui/commit/50d23648aa92ce36d927239b034ff045a3fd280a))
|
|
1109
|
+
- implement new version LuiHeader and associated componenets ([#840](https://github.com/linz/lui/issues/840)) ([c6c9de3](https://github.com/linz/lui/commit/c6c9de36e0d4108d3aaaf445809d78ebefdfce5e))
|
|
1284
1110
|
|
|
1285
1111
|
# [17.30.0](https://github.com/linz/lui/compare/v17.29.1...v17.30.0) (2023-02-07)
|
|
1286
1112
|
|
|
1287
1113
|
## [17.29.1](https://github.com/linz/lui/compare/v17.29.0...v17.29.1) (2023-02-06)
|
|
1288
1114
|
|
|
1289
|
-
|
|
1290
1115
|
### Bug Fixes
|
|
1291
1116
|
|
|
1292
|
-
|
|
1117
|
+
- added option to have a smaller text input ([#829](https://github.com/linz/lui/issues/829)) ([d32479f](https://github.com/linz/lui/commit/d32479f52a67fcf5e5fe20a5a5030188a3a1ecba))
|
|
1293
1118
|
|
|
1294
1119
|
# [17.29.0](https://github.com/linz/lui/compare/v17.28.2...v17.29.0) (2023-02-01)
|
|
1295
1120
|
|
|
1296
|
-
|
|
1297
1121
|
### Features
|
|
1298
1122
|
|
|
1299
|
-
|
|
1123
|
+
- **LuiFloatingWindow:** new component extracted from Search LuiFloatingWindow ([#832](https://github.com/linz/lui/issues/832)) ([c186e94](https://github.com/linz/lui/commit/c186e949318b6cf34b1746f894ee869ee8db55ed))
|
|
1300
1124
|
|
|
1301
1125
|
## [17.28.2](https://github.com/linz/lui/compare/v17.28.1...v17.28.2) (2023-01-30)
|
|
1302
1126
|
|
|
1303
|
-
|
|
1304
1127
|
### Bug Fixes
|
|
1305
1128
|
|
|
1306
|
-
|
|
1129
|
+
- makes value optional, so you can have uncontrolled inputs ([#830](https://github.com/linz/lui/issues/830)) ([025d2e0](https://github.com/linz/lui/commit/025d2e0b979ec868fdf03101af4cef8b60b69f6e))
|
|
1307
1130
|
|
|
1308
1131
|
## [17.28.1](https://github.com/linz/lui/compare/v17.28.0...v17.28.1) (2023-01-27)
|
|
1309
1132
|
|
|
1310
|
-
|
|
1311
1133
|
### Bug Fixes
|
|
1312
1134
|
|
|
1313
|
-
|
|
1314
|
-
|
|
1135
|
+
- dry-run semantic-release ([#826](https://github.com/linz/lui/issues/826)) ([5862a1b](https://github.com/linz/lui/commit/5862a1be0a3b1aba1060c7305bc170e07ec886c4))
|
|
1136
|
+
- Fixing release pipeline :tada: ([#827](https://github.com/linz/lui/issues/827)) ([208e32d](https://github.com/linz/lui/commit/208e32dbd3316c9368193d02538ea530bde9bd48))
|
|
1315
1137
|
|
|
1316
1138
|
# [17.27.0](https://github.com/linz/lui/compare/v17.26.0...v17.27.0) (2023-01-20)
|
|
1317
1139
|
|
|
1318
|
-
|
|
1319
1140
|
### Bug Fixes
|
|
1320
1141
|
|
|
1321
|
-
|
|
1322
|
-
|
|
1142
|
+
- remove dry-run ([#817](https://github.com/linz/lui/issues/817)) ([763c619](https://github.com/linz/lui/commit/763c619348ac770aeb3499cb379b2ce24f66dbe4))
|
|
1323
1143
|
|
|
1324
1144
|
### Features
|
|
1325
1145
|
|
|
1326
|
-
|
|
1146
|
+
- Adding support for [@next](https://github.com/next) release distribution ([#815](https://github.com/linz/lui/issues/815)) ([d2808da](https://github.com/linz/lui/commit/d2808da61ee4b39dc7f65bd14579d6d54eb48779))
|
|
1327
1147
|
|
|
1328
1148
|
# [17.26.0](https://github.com/linz/lui/compare/v17.25.1...v17.26.0) (2023-01-05)
|
|
1329
1149
|
|
|
1330
|
-
|
|
1331
1150
|
### Features
|
|
1332
1151
|
|
|
1333
|
-
|
|
1152
|
+
- LuiListBox now passes down disabledKeys ([#810](https://github.com/linz/lui/issues/810)) ([64c1b7b](https://github.com/linz/lui/commit/64c1b7bef3f630306e4b361ede0aa55fe3434cee))
|
|
1334
1153
|
|
|
1335
1154
|
## [17.25.1](https://github.com/linz/lui/compare/v17.25.0...v17.25.1) (2023-01-05)
|
|
1336
1155
|
|
|
1337
|
-
|
|
1338
1156
|
### Bug Fixes
|
|
1339
1157
|
|
|
1340
|
-
|
|
1158
|
+
- trigger deploy as deployed storybook is broken ([0e152f5](https://github.com/linz/lui/commit/0e152f5e4db36110c174ed243f44d70212cb280d))
|
|
1341
1159
|
|
|
1342
1160
|
# [17.25.0](https://github.com/linz/lui/compare/v17.24.0...v17.25.0) (2022-12-13)
|
|
1343
1161
|
|
|
@@ -1345,229 +1163,199 @@ Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
|
|
1345
1163
|
|
|
1346
1164
|
## [17.23.2](https://github.com/linz/lui/compare/v17.23.1...v17.23.2) (2022-11-27)
|
|
1347
1165
|
|
|
1348
|
-
|
|
1349
1166
|
### Bug Fixes
|
|
1350
1167
|
|
|
1351
|
-
|
|
1168
|
+
- side panel overflow so that consumer can scroll. ([#803](https://github.com/linz/lui/issues/803)) ([0984cf0](https://github.com/linz/lui/commit/0984cf0b7940884c0d0d5a0dae7666937d034301))
|
|
1352
1169
|
|
|
1353
1170
|
## [17.23.1](https://github.com/linz/lui/compare/v17.23.0...v17.23.1) (2022-11-23)
|
|
1354
1171
|
|
|
1355
|
-
|
|
1356
1172
|
### Bug Fixes
|
|
1357
1173
|
|
|
1358
|
-
|
|
1174
|
+
- allow modals to opt out of auto focus ([#802](https://github.com/linz/lui/issues/802)) ([038d279](https://github.com/linz/lui/commit/038d2791e6b99c54a31e05a2cc3fdf8f9c4a6289))
|
|
1359
1175
|
|
|
1360
1176
|
# [17.23.0](https://github.com/linz/lui/compare/v17.22.0...v17.23.0) (2022-11-23)
|
|
1361
1177
|
|
|
1362
1178
|
# [17.22.0](https://github.com/linz/lui/compare/v17.21.1...v17.22.0) (2022-11-18)
|
|
1363
1179
|
|
|
1364
|
-
|
|
1365
1180
|
### Features
|
|
1366
1181
|
|
|
1367
|
-
|
|
1182
|
+
- triggering deployment ([#800](https://github.com/linz/lui/issues/800)) ([d264dec](https://github.com/linz/lui/commit/d264deca54901446dded3c7f96cb68344b53be47))
|
|
1368
1183
|
|
|
1369
1184
|
## [17.21.1](https://github.com/linz/lui/compare/v17.21.0...v17.21.1) (2022-11-15)
|
|
1370
1185
|
|
|
1371
|
-
|
|
1372
1186
|
### Bug Fixes
|
|
1373
1187
|
|
|
1374
|
-
|
|
1188
|
+
- close side panel on escape key down ([#798](https://github.com/linz/lui/issues/798)) ([b1d7507](https://github.com/linz/lui/commit/b1d7507575a67bfa4ba64d84f070bcad7b1d447d))
|
|
1375
1189
|
|
|
1376
1190
|
# [17.21.0](https://github.com/linz/lui/compare/v17.20.0...v17.21.0) (2022-11-07)
|
|
1377
1191
|
|
|
1378
|
-
|
|
1379
1192
|
### Features
|
|
1380
1193
|
|
|
1381
|
-
|
|
1194
|
+
- **LuiIcon:** release file new icon ([#796](https://github.com/linz/lui/issues/796)) ([8ef6ba8](https://github.com/linz/lui/commit/8ef6ba8f7ea0aecf6b3d02a56204175a73af3b6f))
|
|
1382
1195
|
|
|
1383
1196
|
# [17.20.0](https://github.com/linz/lui/compare/v17.19.0...v17.20.0) (2022-10-31)
|
|
1384
1197
|
|
|
1385
|
-
|
|
1386
1198
|
### Features
|
|
1387
1199
|
|
|
1388
|
-
|
|
1200
|
+
- Adding LuiSideMenu component ([#792](https://github.com/linz/lui/issues/792)) ([e358939](https://github.com/linz/lui/commit/e358939b3086a3fb4271436a98b0439ec5027537))
|
|
1389
1201
|
|
|
1390
1202
|
# [17.19.0](https://github.com/linz/lui/compare/v17.18.2...v17.19.0) (2022-10-31)
|
|
1391
1203
|
|
|
1392
1204
|
## [17.18.2](https://github.com/linz/lui/compare/v17.18.1...v17.18.2) (2022-10-20)
|
|
1393
1205
|
|
|
1394
|
-
|
|
1395
1206
|
### Bug Fixes
|
|
1396
1207
|
|
|
1397
|
-
|
|
1208
|
+
- make wrapperClass prop optional ([#789](https://github.com/linz/lui/issues/789)) ([0d4c33a](https://github.com/linz/lui/commit/0d4c33a2eda9b794fda34428741d9669e2a46dd1))
|
|
1398
1209
|
|
|
1399
1210
|
## [17.18.1](https://github.com/linz/lui/compare/v17.18.0...v17.18.1) (2022-10-17)
|
|
1400
1211
|
|
|
1401
|
-
|
|
1402
1212
|
### Bug Fixes
|
|
1403
1213
|
|
|
1404
|
-
|
|
1214
|
+
- resized toast icons and recoloured close x button ([#788](https://github.com/linz/lui/issues/788)) ([80990f7](https://github.com/linz/lui/commit/80990f71a8ca60c881423b196f7dd160dbf79d00))
|
|
1405
1215
|
|
|
1406
1216
|
# [17.18.0](https://github.com/linz/lui/compare/v17.17.0...v17.18.0) (2022-10-13)
|
|
1407
1217
|
|
|
1408
|
-
|
|
1409
1218
|
### Features
|
|
1410
1219
|
|
|
1411
|
-
|
|
1220
|
+
- Added ability to overwrite icon displayed on LuiStaticMessage ([#784](https://github.com/linz/lui/issues/784)) ([86690d2](https://github.com/linz/lui/commit/86690d2504d0369c80e775f560ea596b7a37d4c1))
|
|
1412
1221
|
|
|
1413
1222
|
# [17.17.0](https://github.com/linz/lui/compare/v17.16.3...v17.17.0) (2022-10-13)
|
|
1414
1223
|
|
|
1415
1224
|
## [17.16.3](https://github.com/linz/lui/compare/v17.16.2...v17.16.3) (2022-10-12)
|
|
1416
1225
|
|
|
1417
|
-
|
|
1418
1226
|
### Bug Fixes
|
|
1419
1227
|
|
|
1420
|
-
|
|
1228
|
+
- added visible-focus on checkboxes and radio buttons ([#782](https://github.com/linz/lui/issues/782)) ([41f449d](https://github.com/linz/lui/commit/41f449d092958be807d93c0a959324b7aae08c5c))
|
|
1421
1229
|
|
|
1422
1230
|
## [17.16.2](https://github.com/linz/lui/compare/v17.16.1...v17.16.2) (2022-10-10)
|
|
1423
1231
|
|
|
1424
1232
|
## [17.16.1](https://github.com/linz/lui/compare/v17.16.0...v17.16.1) (2022-10-06)
|
|
1425
1233
|
|
|
1426
|
-
|
|
1427
1234
|
### Bug Fixes
|
|
1428
1235
|
|
|
1429
|
-
|
|
1236
|
+
- **Chromatic:** Increasing diff threshold to prevent false positives on the tooltip stories ([#774](https://github.com/linz/lui/issues/774)) ([771e180](https://github.com/linz/lui/commit/771e180933808be07f4547f0eb6db54bc51e4abb))
|
|
1430
1237
|
|
|
1431
1238
|
# [17.16.0](https://github.com/linz/lui/compare/v17.15.1...v17.16.0) (2022-09-29)
|
|
1432
1239
|
|
|
1433
|
-
|
|
1434
1240
|
### Features
|
|
1435
1241
|
|
|
1436
|
-
|
|
1242
|
+
- update the tooltip UX and add the following cursor support ([#772](https://github.com/linz/lui/issues/772)) ([9a812de](https://github.com/linz/lui/commit/9a812de282e2c9266ae9d75be0d4bfbe0ac69870))
|
|
1437
1243
|
|
|
1438
1244
|
## [17.15.1](https://github.com/linz/lui/compare/v17.15.0...v17.15.1) (2022-09-22)
|
|
1439
1245
|
|
|
1440
1246
|
# [17.15.0](https://github.com/linz/lui/compare/v17.14.1...v17.15.0) (2022-09-20)
|
|
1441
1247
|
|
|
1442
|
-
|
|
1443
1248
|
### Features
|
|
1444
1249
|
|
|
1445
|
-
|
|
1250
|
+
- **LuiTextInput:** Adds support for ref to inputProps ([#765](https://github.com/linz/lui/issues/765)) ([056cbc4](https://github.com/linz/lui/commit/056cbc44938f6c88425e69d2dde3990c96fa0be8))
|
|
1446
1251
|
|
|
1447
1252
|
## [17.14.1](https://github.com/linz/lui/compare/v17.14.0...v17.14.1) (2022-09-14)
|
|
1448
1253
|
|
|
1449
|
-
|
|
1450
1254
|
### Bug Fixes
|
|
1451
1255
|
|
|
1452
|
-
|
|
1256
|
+
- **LuiTooltip:** fix corners of tooltips ([#759](https://github.com/linz/lui/issues/759)) ([341f48c](https://github.com/linz/lui/commit/341f48c85160d50ad69d0e44d85f01b2ebf9164b))
|
|
1453
1257
|
|
|
1454
1258
|
# [17.14.0](https://github.com/linz/lui/compare/v17.13.3...v17.14.0) (2022-09-13)
|
|
1455
1259
|
|
|
1456
|
-
|
|
1457
1260
|
### Features
|
|
1458
1261
|
|
|
1459
|
-
|
|
1262
|
+
- **LuiListBox:** Adding aria-label support to listbox items ([#756](https://github.com/linz/lui/issues/756)) ([4702258](https://github.com/linz/lui/commit/4702258110d1642b5b6db010cf355b8f44114bb1))
|
|
1460
1263
|
|
|
1461
1264
|
## [17.13.3](https://github.com/linz/lui/compare/v17.13.2...v17.13.3) (2022-09-13)
|
|
1462
1265
|
|
|
1463
|
-
|
|
1464
1266
|
### Bug Fixes
|
|
1465
1267
|
|
|
1466
|
-
|
|
1268
|
+
- Add child key to options of LuiRadioInput ([#753](https://github.com/linz/lui/issues/753)) ([33b5697](https://github.com/linz/lui/commit/33b5697420a53fdd8fd4da88815d5e34a7196ca7))
|
|
1467
1269
|
|
|
1468
1270
|
## [17.13.2](https://github.com/linz/lui/compare/v17.13.1...v17.13.2) (2022-09-07)
|
|
1469
1271
|
|
|
1470
|
-
|
|
1471
1272
|
### Bug Fixes
|
|
1472
1273
|
|
|
1473
|
-
|
|
1274
|
+
- Update dealings app launcher link text ([#750](https://github.com/linz/lui/issues/750)) ([935c9b8](https://github.com/linz/lui/commit/935c9b86dc72e0d3afe55f5c003c67b87841f3a7))
|
|
1474
1275
|
|
|
1475
1276
|
## [17.13.1](https://github.com/linz/lui/compare/v17.13.0...v17.13.1) (2022-09-04)
|
|
1476
1277
|
|
|
1477
|
-
|
|
1478
1278
|
### Bug Fixes
|
|
1479
1279
|
|
|
1480
|
-
|
|
1280
|
+
- LuiAlertModalButtons needed flex to align buttons ([#748](https://github.com/linz/lui/issues/748)) ([5456738](https://github.com/linz/lui/commit/5456738698ebcb2690cd98a2f624a9d7b8ece0e4))
|
|
1481
1281
|
|
|
1482
1282
|
# [17.13.0](https://github.com/linz/lui/compare/v17.12.5...v17.13.0) (2022-09-01)
|
|
1483
1283
|
|
|
1484
|
-
|
|
1485
1284
|
### Features
|
|
1486
1285
|
|
|
1487
|
-
|
|
1286
|
+
- **LuiExpandableNode:** Accept ReactNode for label ([#747](https://github.com/linz/lui/issues/747)) ([128529c](https://github.com/linz/lui/commit/128529c0e509c1512f226dfb3f324c429ab2e17c))
|
|
1488
1287
|
|
|
1489
1288
|
## [17.12.5](https://github.com/linz/lui/compare/v17.12.4...v17.12.5) (2022-08-30)
|
|
1490
1289
|
|
|
1491
1290
|
## [17.12.4](https://github.com/linz/lui/compare/v17.12.3...v17.12.4) (2022-08-30)
|
|
1492
1291
|
|
|
1493
|
-
|
|
1494
1292
|
### Bug Fixes
|
|
1495
1293
|
|
|
1496
|
-
|
|
1294
|
+
- **config:** Removing tsconfig esnext target to make builds more predictable ([#744](https://github.com/linz/lui/issues/744)) ([c4798ee](https://github.com/linz/lui/commit/c4798eeefd44a7c592bb193f57e0055a7b8e656a))
|
|
1497
1295
|
|
|
1498
1296
|
## [17.12.3](https://github.com/linz/lui/compare/v17.12.2...v17.12.3) (2022-08-29)
|
|
1499
1297
|
|
|
1500
|
-
|
|
1501
1298
|
### Bug Fixes
|
|
1502
1299
|
|
|
1503
|
-
|
|
1300
|
+
- Makes framer-motion a dependency rather than a dev dependency ([#743](https://github.com/linz/lui/issues/743)) ([8c46b52](https://github.com/linz/lui/commit/8c46b52289c8e87b8a875ef5b422d5857dfe7491))
|
|
1504
1301
|
|
|
1505
1302
|
## [17.12.2](https://github.com/linz/lui/compare/v17.12.1...v17.12.2) (2022-08-29)
|
|
1506
1303
|
|
|
1507
|
-
|
|
1508
1304
|
### Bug Fixes
|
|
1509
1305
|
|
|
1510
|
-
|
|
1306
|
+
- **deps:** moving react-aria related dependencies out of dev so consuming apps dont need to install them when building ([#742](https://github.com/linz/lui/issues/742)) ([79d78f6](https://github.com/linz/lui/commit/79d78f6121e32cddd3fc39818eb741b36dd6e6d1))
|
|
1511
1307
|
|
|
1512
1308
|
## [17.12.1](https://github.com/linz/lui/compare/v17.12.0...v17.12.1) (2022-08-28)
|
|
1513
1309
|
|
|
1514
|
-
|
|
1515
1310
|
### Bug Fixes
|
|
1516
1311
|
|
|
1517
|
-
|
|
1312
|
+
- Fixes dealing app path in app switcher menu ([#741](https://github.com/linz/lui/issues/741)) ([bad6d5e](https://github.com/linz/lui/commit/bad6d5ebdd237576ec03f84c5094ae4321086d6f))
|
|
1518
1313
|
|
|
1519
1314
|
# [17.12.0](https://github.com/linz/lui/compare/v17.11.3...v17.12.0) (2022-08-28)
|
|
1520
1315
|
|
|
1521
|
-
|
|
1522
1316
|
### Features
|
|
1523
1317
|
|
|
1524
|
-
|
|
1318
|
+
- **LuiListBox:** Adding support for groups ([#739](https://github.com/linz/lui/issues/739)) ([797c421](https://github.com/linz/lui/commit/797c42117e615aee47b2ac33aad50ef6a1957d5d))
|
|
1525
1319
|
|
|
1526
1320
|
## [17.11.3](https://github.com/linz/lui/compare/v17.11.2...v17.11.3) (2022-08-24)
|
|
1527
1321
|
|
|
1528
|
-
|
|
1529
1322
|
### Bug Fixes
|
|
1530
1323
|
|
|
1531
|
-
|
|
1324
|
+
- added warning to text input and fixed msg alignment with icon ([#738](https://github.com/linz/lui/issues/738)) ([45b6e87](https://github.com/linz/lui/commit/45b6e8755fbf0663478b7cda81d55b429d35f744))
|
|
1532
1325
|
|
|
1533
1326
|
## [17.11.2](https://github.com/linz/lui/compare/v17.11.1...v17.11.2) (2022-08-23)
|
|
1534
1327
|
|
|
1535
|
-
|
|
1536
1328
|
### Bug Fixes
|
|
1537
1329
|
|
|
1538
|
-
|
|
1330
|
+
- changed margins on banner messages stacked together ([#737](https://github.com/linz/lui/issues/737)) ([59fa68b](https://github.com/linz/lui/commit/59fa68ba22762a96ccd6bde2a1303fd8b4e3275b))
|
|
1539
1331
|
|
|
1540
1332
|
## [17.11.1](https://github.com/linz/lui/compare/v17.11.0...v17.11.1) (2022-08-22)
|
|
1541
1333
|
|
|
1542
|
-
|
|
1543
1334
|
### Bug Fixes
|
|
1544
1335
|
|
|
1545
|
-
|
|
1336
|
+
- **LuiListBox:** Added LuiListbox to exported types ([#736](https://github.com/linz/lui/issues/736)) ([0b1cafa](https://github.com/linz/lui/commit/0b1cafa7f51cb69281bf0972fce4a857fc0cb2a2))
|
|
1546
1337
|
|
|
1547
1338
|
# [17.11.0](https://github.com/linz/lui/compare/v17.10.3...v17.11.0) (2022-08-17)
|
|
1548
1339
|
|
|
1549
|
-
|
|
1550
1340
|
### Features
|
|
1551
1341
|
|
|
1552
|
-
|
|
1342
|
+
- **LuiListBox:** Adding LuiListBox an ARIA compliant listbox implementation ([#734](https://github.com/linz/lui/issues/734)) ([c22bb4f](https://github.com/linz/lui/commit/c22bb4fa5647057e72c7dbb65c11a2439ba07136))
|
|
1553
1343
|
|
|
1554
1344
|
## [17.10.3](https://github.com/linz/lui/compare/v17.10.2...v17.10.3) (2022-08-17)
|
|
1555
1345
|
|
|
1556
1346
|
## [17.10.2](https://github.com/linz/lui/compare/v17.10.1...v17.10.2) (2022-08-17)
|
|
1557
1347
|
|
|
1558
|
-
|
|
1559
1348
|
### Bug Fixes
|
|
1560
1349
|
|
|
1561
|
-
|
|
1350
|
+
- Added title attribute props to key elements in LUI. Non-breaking… ([#728](https://github.com/linz/lui/issues/728)) ([d295029](https://github.com/linz/lui/commit/d2950296300941eccb90525199b1daf38e58c50c))
|
|
1562
1351
|
|
|
1563
1352
|
## [17.10.1](https://github.com/linz/lui/compare/v17.10.0...v17.10.1) (2022-08-15)
|
|
1564
1353
|
|
|
1565
1354
|
# [17.10.0](https://github.com/linz/lui/compare/v17.9.4...v17.10.0) (2022-08-12)
|
|
1566
1355
|
|
|
1567
|
-
|
|
1568
1356
|
### Features
|
|
1569
1357
|
|
|
1570
|
-
|
|
1358
|
+
- **LOLLogoutLink:** TITLE-795 added logout guard 'preventLogout', so apps can do before logout check. ([#720](https://github.com/linz/lui/issues/720)) ([4d36fdb](https://github.com/linz/lui/commit/4d36fdb5c1fdf714ec7aede4319a2e38566670ea))
|
|
1571
1359
|
|
|
1572
1360
|
## [17.9.4](https://github.com/linz/lui/compare/v17.9.3...v17.9.4) (2022-08-11)
|
|
1573
1361
|
|
|
@@ -1577,75 +1365,65 @@ Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
|
|
1577
1365
|
|
|
1578
1366
|
## [17.9.1](https://github.com/linz/lui/compare/v17.9.0...v17.9.1) (2022-08-11)
|
|
1579
1367
|
|
|
1580
|
-
|
|
1581
1368
|
### Bug Fixes
|
|
1582
1369
|
|
|
1583
|
-
|
|
1370
|
+
- accordicardFixes ([#718](https://github.com/linz/lui/issues/718)) ([3fb3e37](https://github.com/linz/lui/commit/3fb3e3777230058fcaaf1a5299d34d72c8c0fcbb))
|
|
1584
1371
|
|
|
1585
1372
|
# [17.9.0](https://github.com/linz/lui/compare/v17.8.1...v17.9.0) (2022-08-08)
|
|
1586
1373
|
|
|
1587
|
-
|
|
1588
1374
|
### Features
|
|
1589
1375
|
|
|
1590
|
-
|
|
1376
|
+
- **LuiTabsPanel:** adding support for lazy loading content via the mode prop ([#715](https://github.com/linz/lui/issues/715)) ([55ee571](https://github.com/linz/lui/commit/55ee57105a917312fa7ab84c51d89277b9f213c7))
|
|
1591
1377
|
|
|
1592
1378
|
## [17.8.1](https://github.com/linz/lui/compare/v17.8.0...v17.8.1) (2022-08-08)
|
|
1593
1379
|
|
|
1594
|
-
|
|
1595
1380
|
### Bug Fixes
|
|
1596
1381
|
|
|
1597
|
-
|
|
1382
|
+
- SwitchButtonBugFixing ([#714](https://github.com/linz/lui/issues/714)) ([3bf8018](https://github.com/linz/lui/commit/3bf80185707752a1ae9cfebf53415cefa5b74d84))
|
|
1598
1383
|
|
|
1599
1384
|
# [17.8.0](https://github.com/linz/lui/compare/v17.7.0...v17.8.0) (2022-08-05)
|
|
1600
1385
|
|
|
1601
|
-
|
|
1602
1386
|
### Features
|
|
1603
1387
|
|
|
1604
|
-
|
|
1388
|
+
- **LuiInput:** Switch button component ([#713](https://github.com/linz/lui/issues/713)) ([499ddb0](https://github.com/linz/lui/commit/499ddb02fb785603d5edeb0fd38871678e8d7bb8))
|
|
1605
1389
|
|
|
1606
1390
|
# [17.7.0](https://github.com/linz/lui/compare/v17.6.0...v17.7.0) (2022-07-28)
|
|
1607
1391
|
|
|
1608
|
-
|
|
1609
1392
|
### Features
|
|
1610
1393
|
|
|
1611
|
-
|
|
1394
|
+
- ic_feedback_lightbuld_alt added ([#711](https://github.com/linz/lui/issues/711)) ([19078da](https://github.com/linz/lui/commit/19078da43a99f2fd254838da1e577fbd31ca15b5))
|
|
1612
1395
|
|
|
1613
1396
|
# [17.6.0](https://github.com/linz/lui/compare/v17.5.12...v17.6.0) (2022-07-28)
|
|
1614
1397
|
|
|
1615
|
-
|
|
1616
1398
|
### Features
|
|
1617
1399
|
|
|
1618
|
-
|
|
1400
|
+
- Accordicard ([#710](https://github.com/linz/lui/issues/710)) ([487097d](https://github.com/linz/lui/commit/487097dc4743e3a2b65707af5578bc094c9105c0))
|
|
1619
1401
|
|
|
1620
1402
|
## [17.5.12](https://github.com/linz/lui/compare/v17.5.11...v17.5.12) (2022-07-28)
|
|
1621
1403
|
|
|
1622
|
-
|
|
1623
1404
|
### Bug Fixes
|
|
1624
1405
|
|
|
1625
|
-
|
|
1406
|
+
- **LogoutLink:** SEARCH-3373 Add a callback to LogoutLink, so app can do something before logout. ([#709](https://github.com/linz/lui/issues/709)) ([67c7030](https://github.com/linz/lui/commit/67c703059ad8903b090bc36a487ed034938d23f2))
|
|
1626
1407
|
|
|
1627
1408
|
## [17.5.11](https://github.com/linz/lui/compare/v17.5.10...v17.5.11) (2022-07-25)
|
|
1628
1409
|
|
|
1629
|
-
|
|
1630
1410
|
### Bug Fixes
|
|
1631
1411
|
|
|
1632
|
-
|
|
1412
|
+
- fixed btn icon colour on hover ([#708](https://github.com/linz/lui/issues/708)) ([90a1d7e](https://github.com/linz/lui/commit/90a1d7eb2c74b0e499f6b6ea8768e0f56bfdf773))
|
|
1633
1413
|
|
|
1634
1414
|
## [17.5.10](https://github.com/linz/lui/compare/v17.5.9...v17.5.10) (2022-07-11)
|
|
1635
1415
|
|
|
1636
|
-
|
|
1637
1416
|
### Bug Fixes
|
|
1638
1417
|
|
|
1639
|
-
|
|
1418
|
+
- **LuiSearchBox:** search 3306 search box auto focus. ([#704](https://github.com/linz/lui/issues/704)) ([c9b9938](https://github.com/linz/lui/commit/c9b9938714cdb5949525ece17314eb15668f8ea3))
|
|
1640
1419
|
|
|
1641
1420
|
## [17.5.9](https://github.com/linz/lui/compare/v17.5.8...v17.5.9) (2022-07-10)
|
|
1642
1421
|
|
|
1643
1422
|
## [17.5.8](https://github.com/linz/lui/compare/v17.5.7...v17.5.8) (2022-07-05)
|
|
1644
1423
|
|
|
1645
|
-
|
|
1646
1424
|
### Bug Fixes
|
|
1647
1425
|
|
|
1648
|
-
|
|
1426
|
+
- lui side panel responsive text ([#703](https://github.com/linz/lui/issues/703)) ([97ea6dc](https://github.com/linz/lui/commit/97ea6dc0c952d9d26bc3a668ee1af0d5f620d9aa))
|
|
1649
1427
|
|
|
1650
1428
|
## [17.5.7](https://github.com/linz/lui/compare/v17.5.6...v17.5.7) (2022-07-03)
|
|
1651
1429
|
|
|
@@ -1653,1010 +1431,867 @@ Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
|
|
1653
1431
|
|
|
1654
1432
|
## [17.5.5](https://github.com/linz/lui/compare/v17.5.4...v17.5.5) (2022-06-28)
|
|
1655
1433
|
|
|
1656
|
-
|
|
1657
1434
|
### Bug Fixes
|
|
1658
1435
|
|
|
1659
|
-
|
|
1436
|
+
- Check if window.process is defined before accessing ([#700](https://github.com/linz/lui/issues/700)) ([a300d54](https://github.com/linz/lui/commit/a300d54e1a7aa5739ecf01478cbbb996124def98))
|
|
1660
1437
|
|
|
1661
1438
|
## [17.5.4](https://github.com/linz/lui/compare/v17.5.3...v17.5.4) (2022-06-17)
|
|
1662
1439
|
|
|
1663
|
-
|
|
1664
1440
|
### Bug Fixes
|
|
1665
1441
|
|
|
1666
|
-
|
|
1442
|
+
- adding ic_double_arrow_left ic_double_arrow_right ([#697](https://github.com/linz/lui/issues/697)) ([6bc3ff2](https://github.com/linz/lui/commit/6bc3ff259f007a84b3b308635b73c87332a3e9eb))
|
|
1667
1443
|
|
|
1668
1444
|
## [17.5.3](https://github.com/linz/lui/compare/v17.5.2...v17.5.3) (2022-06-13)
|
|
1669
1445
|
|
|
1670
|
-
|
|
1671
1446
|
### Bug Fixes
|
|
1672
1447
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1448
|
+
- **LuiSearchInput:** trigger dataload when focused. ([#695](https://github.com/linz/lui/issues/695)) ([e87b3a9](https://github.com/linz/lui/commit/e87b3a9298a10d1b0bc2441c8e94f520e481167f))
|
|
1449
|
+
- Adding balance parcel and vector sequence ([#693](https://github.com/linz/lui/issues/693)) ([c88f18b](https://github.com/linz/lui/commit/c88f18b9d74a806198287f9a3f418880ad7a0df3))
|
|
1675
1450
|
|
|
1676
1451
|
## [17.5.2](https://github.com/linz/lui/compare/v17.5.1...v17.5.2) (2022-06-02)
|
|
1677
1452
|
|
|
1678
|
-
|
|
1679
1453
|
### Bug Fixes
|
|
1680
1454
|
|
|
1681
|
-
|
|
1455
|
+
- clear search input after search type changed. ([#692](https://github.com/linz/lui/issues/692)) ([9c4138c](https://github.com/linz/lui/commit/9c4138c335b92788cb8e3420fdcc45a6d3f80658))
|
|
1682
1456
|
|
|
1683
1457
|
## [17.5.1](https://github.com/linz/lui/compare/v17.5.0...v17.5.1) (2022-06-01)
|
|
1684
1458
|
|
|
1685
|
-
|
|
1686
1459
|
### Bug Fixes
|
|
1687
1460
|
|
|
1688
|
-
|
|
1461
|
+
- Release for LuiSearchBox change. ([#691](https://github.com/linz/lui/issues/691)) ([b449ab8](https://github.com/linz/lui/commit/b449ab8488bc232570ae496405d464207adebfdf))
|
|
1689
1462
|
|
|
1690
1463
|
# [17.5.0](https://github.com/linz/lui/compare/v17.4.0...v17.5.0) (2022-06-01)
|
|
1691
1464
|
|
|
1692
|
-
|
|
1693
1465
|
### Features
|
|
1694
1466
|
|
|
1695
|
-
|
|
1467
|
+
- **LuiSearchInput:** Add no result message to LuiSearchInput component. ([#689](https://github.com/linz/lui/issues/689)) ([f7d23c3](https://github.com/linz/lui/commit/f7d23c3107c8a87db179fb869c43537b7d634c05))
|
|
1696
1468
|
|
|
1697
1469
|
# [17.4.0](https://github.com/linz/lui/compare/v17.3.3...v17.4.0) (2022-06-01)
|
|
1698
1470
|
|
|
1699
|
-
|
|
1700
1471
|
### Features
|
|
1701
1472
|
|
|
1702
|
-
|
|
1473
|
+
- **LuiSearchBox:** Add init value to LuiSearchBox. ([#688](https://github.com/linz/lui/issues/688)) ([1acfb8c](https://github.com/linz/lui/commit/1acfb8cd4d3551377afe9416b6f1f825eacca487))
|
|
1703
1474
|
|
|
1704
1475
|
## [17.3.3](https://github.com/linz/lui/compare/v17.3.2...v17.3.3) (2022-05-30)
|
|
1705
1476
|
|
|
1706
|
-
|
|
1707
1477
|
### Bug Fixes
|
|
1708
1478
|
|
|
1709
|
-
|
|
1479
|
+
- trigger release ([#687](https://github.com/linz/lui/issues/687)) ([996a287](https://github.com/linz/lui/commit/996a287553bd3a5d4092f3700c5d5ed5d1f31385))
|
|
1710
1480
|
|
|
1711
1481
|
## [17.3.2](https://github.com/linz/lui/compare/v17.3.1...v17.3.2) (2022-05-30)
|
|
1712
1482
|
|
|
1713
|
-
|
|
1714
1483
|
### Bug Fixes
|
|
1715
1484
|
|
|
1716
|
-
|
|
1485
|
+
- SidePanel trigger fixes ([#686](https://github.com/linz/lui/issues/686)) ([7720315](https://github.com/linz/lui/commit/772031526ef003ed2ccea2dcde8b80b5cb0ffa41))
|
|
1717
1486
|
|
|
1718
1487
|
## [17.3.1](https://github.com/linz/lui/compare/v17.3.0...v17.3.1) (2022-05-26)
|
|
1719
1488
|
|
|
1720
|
-
|
|
1721
1489
|
### Bug Fixes
|
|
1722
1490
|
|
|
1723
|
-
|
|
1491
|
+
- Release for homero's slide panel ([172b611](https://github.com/linz/lui/commit/172b611861b925ac1d5c8b8ad4ac0fd17cc331e5))
|
|
1724
1492
|
|
|
1725
1493
|
# [17.3.0](https://github.com/linz/lui/compare/v17.2.0...v17.3.0) (2022-05-25)
|
|
1726
1494
|
|
|
1727
|
-
|
|
1728
1495
|
### Features
|
|
1729
1496
|
|
|
1730
|
-
|
|
1497
|
+
- **SidePanel:** Export panel provider - index ([#679](https://github.com/linz/lui/issues/679)) ([eb2f4dd](https://github.com/linz/lui/commit/eb2f4dde26b3838ec249bea6c9379823ab8970d3))
|
|
1731
1498
|
|
|
1732
1499
|
# [17.2.0](https://github.com/linz/lui/compare/v17.1.3...v17.2.0) (2022-05-25)
|
|
1733
1500
|
|
|
1734
|
-
|
|
1735
1501
|
### Features
|
|
1736
1502
|
|
|
1737
|
-
|
|
1503
|
+
- **SidePanel:** New side panel ([#677](https://github.com/linz/lui/issues/677)) ([8010a5f](https://github.com/linz/lui/commit/8010a5fd9d708de7c17bf46fcbb4776a5f98631d))
|
|
1738
1504
|
|
|
1739
1505
|
## [17.1.3](https://github.com/linz/lui/compare/v17.1.2...v17.1.3) (2022-05-25)
|
|
1740
1506
|
|
|
1741
|
-
|
|
1742
1507
|
### Bug Fixes
|
|
1743
1508
|
|
|
1744
|
-
|
|
1509
|
+
- adding drag indicator ([7f74b90](https://github.com/linz/lui/commit/7f74b9057a356f4ea6e411854b4b91a7c123a84b))
|
|
1745
1510
|
|
|
1746
1511
|
## [17.1.2](https://github.com/linz/lui/compare/v17.1.1...v17.1.2) (2022-05-23)
|
|
1747
1512
|
|
|
1748
1513
|
## [17.1.1](https://github.com/linz/lui/compare/v17.1.0...v17.1.1) (2022-05-17)
|
|
1749
1514
|
|
|
1750
|
-
|
|
1751
1515
|
### Bug Fixes
|
|
1752
1516
|
|
|
1753
|
-
|
|
1517
|
+
- LuiIcon export – added pop_back and left_col ([#671](https://github.com/linz/lui/issues/671)) ([e7d749c](https://github.com/linz/lui/commit/e7d749c018e8551f95ff365eff6a769f24b6ae2b))
|
|
1754
1518
|
|
|
1755
1519
|
# [17.1.0](https://github.com/linz/lui/compare/v17.0.0...v17.1.0) (2022-05-15)
|
|
1756
1520
|
|
|
1757
|
-
|
|
1758
1521
|
### Features
|
|
1759
1522
|
|
|
1760
|
-
|
|
1523
|
+
- **LuiSearchInput:** SEARCH-2785 Search box component ([#668](https://github.com/linz/lui/issues/668)) ([aaf9640](https://github.com/linz/lui/commit/aaf9640dba3e8c994cd0ff0a2e43975bb24a9b35))
|
|
1761
1524
|
|
|
1762
1525
|
# [17.0.0](https://github.com/linz/lui/compare/v16.5.1...v17.0.0) (2022-05-12)
|
|
1763
1526
|
|
|
1764
1527
|
## [16.5.1](https://github.com/linz/lui/compare/v16.5.0...v16.5.1) (2022-05-10)
|
|
1765
1528
|
|
|
1766
|
-
|
|
1767
1529
|
### Bug Fixes
|
|
1768
1530
|
|
|
1769
|
-
|
|
1531
|
+
- sm drop-shadow is overridden by md ([#667](https://github.com/linz/lui/issues/667)) ([0960d21](https://github.com/linz/lui/commit/0960d2101212b3bd5d46db0660f17f71e8eff552))
|
|
1770
1532
|
|
|
1771
1533
|
# [16.5.0](https://github.com/linz/lui/compare/v16.4.0...v16.5.0) (2022-05-02)
|
|
1772
1534
|
|
|
1773
|
-
|
|
1774
1535
|
### Features
|
|
1775
1536
|
|
|
1776
|
-
|
|
1537
|
+
- **LuiBearingFormikInput:** Add preferValidationError prop ([#660](https://github.com/linz/lui/issues/660)) ([657dc23](https://github.com/linz/lui/commit/657dc23807aca7a2cd7e1c1d6e3788b40de1af08))
|
|
1777
1538
|
|
|
1778
1539
|
# [16.4.0](https://github.com/linz/lui/compare/v16.3.0...v16.4.0) (2022-05-02)
|
|
1779
1540
|
|
|
1780
|
-
|
|
1781
1541
|
### Features
|
|
1782
1542
|
|
|
1783
|
-
|
|
1543
|
+
- **LuiBearingInput:** Allow validationError prop to optionally override internalError ([#659](https://github.com/linz/lui/issues/659)) ([55e016c](https://github.com/linz/lui/commit/55e016c568997b663e4d7b95708198bf648fd3bb))
|
|
1784
1544
|
|
|
1785
1545
|
# [16.3.0](https://github.com/linz/lui/compare/v16.2.9...v16.3.0) (2022-05-01)
|
|
1786
1546
|
|
|
1787
|
-
|
|
1788
1547
|
### Features
|
|
1789
1548
|
|
|
1790
|
-
|
|
1549
|
+
- **LuiCheckboxInput:** Adds indeterminate state for checkbox ([#656](https://github.com/linz/lui/issues/656)) ([e55d806](https://github.com/linz/lui/commit/e55d8061e2d9e04fdde1c80fadca3c77bf9d7436))
|
|
1791
1550
|
|
|
1792
1551
|
## [16.2.9](https://github.com/linz/lui/compare/v16.2.8...v16.2.9) (2022-04-25)
|
|
1793
1552
|
|
|
1794
|
-
|
|
1795
1553
|
### Bug Fixes
|
|
1796
1554
|
|
|
1797
|
-
|
|
1555
|
+
- **LuiShadow:** LuiShadow will be exported in the index.tsx ([#654](https://github.com/linz/lui/issues/654)) ([b188613](https://github.com/linz/lui/commit/b18861316e693138880177b0a1311b9effd7e3c4))
|
|
1798
1556
|
|
|
1799
1557
|
## [16.2.8](https://github.com/linz/lui/compare/v16.2.7...v16.2.8) (2022-04-13)
|
|
1800
1558
|
|
|
1801
|
-
|
|
1802
1559
|
### Bug Fixes
|
|
1803
1560
|
|
|
1804
|
-
|
|
1561
|
+
- LuiExport update 130422 ([#650](https://github.com/linz/lui/issues/650)) ([8484081](https://github.com/linz/lui/commit/84840817e6acaa239e0d956ac58d458981d42982))
|
|
1805
1562
|
|
|
1806
1563
|
## [16.2.7](https://github.com/linz/lui/compare/v16.2.6...v16.2.7) (2022-04-03)
|
|
1807
1564
|
|
|
1808
|
-
|
|
1809
1565
|
### Bug Fixes
|
|
1810
1566
|
|
|
1811
|
-
|
|
1567
|
+
- update to latest lottie ([#645](https://github.com/linz/lui/issues/645)) ([d914e5f](https://github.com/linz/lui/commit/d914e5fac3503417e9c0fca04e70ad2ac680f12b))
|
|
1812
1568
|
|
|
1813
1569
|
## [16.2.6](https://github.com/linz/lui/compare/v16.2.5...v16.2.6) (2022-03-31)
|
|
1814
1570
|
|
|
1815
|
-
|
|
1816
1571
|
### Bug Fixes
|
|
1817
1572
|
|
|
1818
|
-
|
|
1573
|
+
- Remove GlobalHeader from Lui ([#644](https://github.com/linz/lui/issues/644)) ([8385cc4](https://github.com/linz/lui/commit/8385cc4fb315f1a6b22b5d500917a9be559eda02))
|
|
1819
1574
|
|
|
1820
1575
|
## [16.2.5](https://github.com/linz/lui/compare/v16.2.4...v16.2.5) (2022-03-31)
|
|
1821
1576
|
|
|
1822
|
-
|
|
1823
1577
|
### Bug Fixes
|
|
1824
1578
|
|
|
1825
|
-
|
|
1579
|
+
- updating to accept classname (also convert from FC) ([#640](https://github.com/linz/lui/issues/640)) ([9b4aa50](https://github.com/linz/lui/commit/9b4aa50ba2aca8f1aca049f23c0566d881e6c2a0))
|
|
1826
1580
|
|
|
1827
1581
|
## [16.2.4](https://github.com/linz/lui/compare/v16.2.3...v16.2.4) (2022-03-29)
|
|
1828
1582
|
|
|
1829
|
-
|
|
1830
1583
|
### Bug Fixes
|
|
1831
1584
|
|
|
1832
|
-
|
|
1585
|
+
- wrong type for mandatory ([#639](https://github.com/linz/lui/issues/639)) ([f6fdffa](https://github.com/linz/lui/commit/f6fdffa936345fe701e32e709dc9e185290997d7))
|
|
1833
1586
|
|
|
1834
1587
|
## [16.2.3](https://github.com/linz/lui/compare/v16.2.2...v16.2.3) (2022-03-28)
|
|
1835
1588
|
|
|
1836
|
-
|
|
1837
1589
|
### Bug Fixes
|
|
1838
1590
|
|
|
1839
|
-
|
|
1591
|
+
- Adding classname to luitextinput ([#638](https://github.com/linz/lui/issues/638)) ([92dc54f](https://github.com/linz/lui/commit/92dc54f595c6678c53a3393cc8d05d127be38d3a))
|
|
1840
1592
|
|
|
1841
1593
|
## [16.2.2](https://github.com/linz/lui/compare/v16.2.1...v16.2.2) (2022-03-24)
|
|
1842
1594
|
|
|
1843
|
-
|
|
1844
1595
|
### Bug Fixes
|
|
1845
1596
|
|
|
1846
|
-
|
|
1597
|
+
- Adding conditional class name ([#636](https://github.com/linz/lui/issues/636)) ([5bd6858](https://github.com/linz/lui/commit/5bd6858d8d579622ba23aac64a27e8b4c7d1ae79))
|
|
1847
1598
|
|
|
1848
1599
|
## [16.2.1](https://github.com/linz/lui/compare/v16.2.0...v16.2.1) (2022-03-23)
|
|
1849
1600
|
|
|
1850
|
-
|
|
1851
1601
|
### Bug Fixes
|
|
1852
1602
|
|
|
1853
|
-
|
|
1603
|
+
- issues with content blowing out from .Main class resolved as per… ([#635](https://github.com/linz/lui/issues/635)) ([c4cb253](https://github.com/linz/lui/commit/c4cb2538f99d8d080bfc3a6a69521e4cd5bf38fc))
|
|
1854
1604
|
|
|
1855
1605
|
# [16.2.0](https://github.com/linz/lui/compare/v16.1.1...v16.2.0) (2022-03-23)
|
|
1856
1606
|
|
|
1857
|
-
|
|
1858
1607
|
### Features
|
|
1859
1608
|
|
|
1860
|
-
|
|
1609
|
+
- hideLabel ([#634](https://github.com/linz/lui/issues/634)) ([003a187](https://github.com/linz/lui/commit/003a187b2c95fb62a6410d660acfcca74ac20f62))
|
|
1861
1610
|
|
|
1862
1611
|
## [16.1.1](https://github.com/linz/lui/compare/v16.1.0...v16.1.1) (2022-03-23)
|
|
1863
1612
|
|
|
1864
|
-
|
|
1865
1613
|
### Bug Fixes
|
|
1866
1614
|
|
|
1867
|
-
|
|
1615
|
+
- Remove clip-path from icon. ([#633](https://github.com/linz/lui/issues/633)) ([2184c80](https://github.com/linz/lui/commit/2184c804f25b1c1ade2322b244c6e3c0bcbcc268))
|
|
1868
1616
|
|
|
1869
1617
|
# [16.1.0](https://github.com/linz/lui/compare/v16.0.1...v16.1.0) (2022-03-22)
|
|
1870
1618
|
|
|
1871
|
-
|
|
1872
1619
|
### Features
|
|
1873
1620
|
|
|
1874
|
-
|
|
1621
|
+
- My whitespace feature ([#631](https://github.com/linz/lui/issues/631)) ([3e31760](https://github.com/linz/lui/commit/3e31760899b757480d2e31f5b98ca06a83011aff))
|
|
1875
1622
|
|
|
1876
1623
|
## [16.0.1](https://github.com/linz/lui/compare/v16.0.0...v16.0.1) (2022-03-21)
|
|
1877
1624
|
|
|
1878
|
-
|
|
1879
1625
|
### Bug Fixes
|
|
1880
1626
|
|
|
1881
|
-
|
|
1627
|
+
- corrects test for global variable in LuiModal ([#628](https://github.com/linz/lui/issues/628)) ([8e7a8b0](https://github.com/linz/lui/commit/8e7a8b0db48cab84789b35bf17b9a9de289dc336))
|
|
1882
1628
|
|
|
1883
1629
|
# [16.0.0](https://github.com/linz/lui/compare/v15.1.14...v16.0.0) (2022-03-17)
|
|
1884
1630
|
|
|
1885
|
-
|
|
1886
1631
|
### Features
|
|
1887
1632
|
|
|
1888
|
-
|
|
1889
|
-
|
|
1633
|
+
- Style changes to align with FIGLUI ([16b85a5](https://github.com/linz/lui/commit/16b85a51d07fed0d413d1449b67dc70717630f67))
|
|
1890
1634
|
|
|
1891
1635
|
### BREAKING CHANGES
|
|
1892
1636
|
|
|
1893
|
-
|
|
1637
|
+
- button sizes and btn icon are now smaller
|
|
1894
1638
|
|
|
1895
1639
|
## [15.1.14](https://github.com/linz/lui/compare/v15.1.13...v15.1.14) (2022-03-17)
|
|
1896
1640
|
|
|
1897
|
-
|
|
1898
1641
|
### Reverts
|
|
1899
1642
|
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1643
|
+
- Revert "fix: Style changes to align with FIGLUI" ([55930bf](https://github.com/linz/lui/commit/55930bf00621464443e437daefd2801fb30a7bdd))
|
|
1644
|
+
- Revert "fix: button sizes and btn icon fixes" ([a7502c1](https://github.com/linz/lui/commit/a7502c128a2ad31f2c7072e5c55536e9ca3871a4))
|
|
1645
|
+
- Revert "fix: more fixes for button sizing" ([70a2ed4](https://github.com/linz/lui/commit/70a2ed4eb1ba6ff85e31c01977ca46f540549ff6))
|
|
1646
|
+
- Revert "fixes lint issues" ([49a0337](https://github.com/linz/lui/commit/49a0337538690275f28ee6919bd31ea71acffcd1))
|
|
1904
1647
|
|
|
1905
1648
|
## [15.1.13](https://github.com/linz/lui/compare/v15.1.12...v15.1.13) (2022-03-17)
|
|
1906
1649
|
|
|
1907
|
-
|
|
1908
1650
|
### Bug Fixes
|
|
1909
1651
|
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1652
|
+
- button sizes and btn icon fixes ([a04b66e](https://github.com/linz/lui/commit/a04b66e49bcdc9e07d49d8e846842eb2d8fced44))
|
|
1653
|
+
- more fixes for button sizing ([b470e39](https://github.com/linz/lui/commit/b470e39b9ae198ebd33f6ab8c4ab1b2d9866d764))
|
|
1654
|
+
- Style changes to align with FIGLUI ([bc12a81](https://github.com/linz/lui/commit/bc12a81d6054aca2e5ef23555efb7c156bd58300))
|
|
1914
1655
|
|
|
1915
1656
|
### Reverts
|
|
1916
1657
|
|
|
1917
|
-
|
|
1658
|
+
- Revert "breaking: Align button sizes (make smaller) with FIGLUI (#594)" (#620) ([aff8be9](https://github.com/linz/lui/commit/aff8be9d270ef30d5d990f0d1550e4783143da42)), closes [#594](https://github.com/linz/lui/issues/594) [#620](https://github.com/linz/lui/issues/620)
|
|
1918
1659
|
|
|
1919
1660
|
## [15.1.12](https://github.com/linz/lui/compare/v15.1.11...v15.1.12) (2022-03-15)
|
|
1920
1661
|
|
|
1921
|
-
|
|
1922
1662
|
### Bug Fixes
|
|
1923
1663
|
|
|
1924
|
-
|
|
1664
|
+
- added mixin for drop shadows ([#618](https://github.com/linz/lui/issues/618)) ([7b50db7](https://github.com/linz/lui/commit/7b50db743f9cbe6c4a8333adc915700b2740edd9))
|
|
1925
1665
|
|
|
1926
1666
|
## [15.1.11](https://github.com/linz/lui/compare/v15.1.10...v15.1.11) (2022-03-11)
|
|
1927
1667
|
|
|
1928
|
-
|
|
1929
1668
|
### Bug Fixes
|
|
1930
1669
|
|
|
1931
|
-
|
|
1670
|
+
- extra Container variant ([#616](https://github.com/linz/lui/issues/616)) ([f2f06d5](https://github.com/linz/lui/commit/f2f06d5e34ee99219a1fcb8b774a49b152ebe551))
|
|
1932
1671
|
|
|
1933
1672
|
## [15.1.10](https://github.com/linz/lui/compare/v15.1.9...v15.1.10) (2022-03-10)
|
|
1934
1673
|
|
|
1935
|
-
|
|
1936
1674
|
### Bug Fixes
|
|
1937
1675
|
|
|
1938
|
-
|
|
1676
|
+
- adds classnames to multiple levels of banner and swaps in LuiIcon ([#615](https://github.com/linz/lui/issues/615)) ([48fb5c8](https://github.com/linz/lui/commit/48fb5c8e26e99a443003930dffb54aab01434fd1))
|
|
1939
1677
|
|
|
1940
1678
|
## [15.1.9](https://github.com/linz/lui/compare/v15.1.8...v15.1.9) (2022-03-09)
|
|
1941
1679
|
|
|
1942
|
-
|
|
1943
1680
|
### Bug Fixes
|
|
1944
1681
|
|
|
1945
|
-
|
|
1682
|
+
- adding classname things to banner and checkbox ([#613](https://github.com/linz/lui/issues/613)) ([b8c097e](https://github.com/linz/lui/commit/b8c097e9d33c4ed2479e6780295ad55c79bde63c))
|
|
1946
1683
|
|
|
1947
1684
|
## [15.1.8](https://github.com/linz/lui/compare/v15.1.7...v15.1.8) (2022-03-09)
|
|
1948
1685
|
|
|
1949
|
-
|
|
1950
1686
|
### Bug Fixes
|
|
1951
1687
|
|
|
1952
|
-
|
|
1688
|
+
- Adds bits of the global header without tests ([#612](https://github.com/linz/lui/issues/612)) ([4f3a944](https://github.com/linz/lui/commit/4f3a94434c0929ec746382f2fdb51a674256fe3d))
|
|
1953
1689
|
|
|
1954
1690
|
## [15.1.7](https://github.com/linz/lui/compare/v15.1.6...v15.1.7) (2022-03-08)
|
|
1955
1691
|
|
|
1956
|
-
|
|
1957
1692
|
### Bug Fixes
|
|
1958
1693
|
|
|
1959
|
-
|
|
1694
|
+
- LuiIcon export 090322 ([#611](https://github.com/linz/lui/issues/611)) ([9078d93](https://github.com/linz/lui/commit/9078d93abf5ae7aa87b7c68f01afd22b205ce1b2))
|
|
1960
1695
|
|
|
1961
1696
|
## [15.1.6](https://github.com/linz/lui/compare/v15.1.5...v15.1.6) (2022-03-08)
|
|
1962
1697
|
|
|
1963
|
-
|
|
1964
1698
|
### Bug Fixes
|
|
1965
1699
|
|
|
1966
|
-
|
|
1700
|
+
- Make consumer aware where log is coming from ([#606](https://github.com/linz/lui/issues/606)) ([c0a0baa](https://github.com/linz/lui/commit/c0a0baa75d2aec45e4072d1ebb0f9e4f80fceb47))
|
|
1967
1701
|
|
|
1968
1702
|
## [15.1.5](https://github.com/linz/lui/compare/v15.1.4...v15.1.5) (2022-03-04)
|
|
1969
1703
|
|
|
1970
|
-
|
|
1971
1704
|
### Bug Fixes
|
|
1972
1705
|
|
|
1973
|
-
|
|
1706
|
+
- Luiexport040322 ([#603](https://github.com/linz/lui/issues/603)) ([283c6a3](https://github.com/linz/lui/commit/283c6a34ae465f62005fe8c2f138c922512d5385))
|
|
1974
1707
|
|
|
1975
1708
|
## [15.1.4](https://github.com/linz/lui/compare/v15.1.3...v15.1.4) (2022-03-04)
|
|
1976
1709
|
|
|
1977
|
-
|
|
1978
1710
|
### Bug Fixes
|
|
1979
1711
|
|
|
1980
|
-
|
|
1712
|
+
- **LuiButtonGroup:** Support single child ([#561](https://github.com/linz/lui/issues/561)) ([#602](https://github.com/linz/lui/issues/602)) ([50162d3](https://github.com/linz/lui/commit/50162d38e00469a3b32879874fd79a998115bee2))
|
|
1981
1713
|
|
|
1982
1714
|
## [15.1.3](https://github.com/linz/lui/compare/v15.1.2...v15.1.3) (2022-03-03)
|
|
1983
1715
|
|
|
1984
|
-
|
|
1985
1716
|
### Bug Fixes
|
|
1986
1717
|
|
|
1987
|
-
|
|
1718
|
+
- added Hot Pink to the colour palette ([#600](https://github.com/linz/lui/issues/600)) ([a09285e](https://github.com/linz/lui/commit/a09285e1d5bdc80771beb1fecbc9232e289267f4))
|
|
1988
1719
|
|
|
1989
1720
|
## [15.1.2](https://github.com/linz/lui/compare/v15.1.1...v15.1.2) (2022-03-03)
|
|
1990
1721
|
|
|
1991
|
-
|
|
1992
1722
|
### Bug Fixes
|
|
1993
1723
|
|
|
1994
|
-
|
|
1724
|
+
- Deprecated Formik coupled inputs ([#586](https://github.com/linz/lui/issues/586)) ([d05916f](https://github.com/linz/lui/commit/d05916ff803d145310e82c494a9414cd01a2750d))
|
|
1995
1725
|
|
|
1996
1726
|
## [15.1.1](https://github.com/linz/lui/compare/v15.1.0...v15.1.1) (2022-03-02)
|
|
1997
1727
|
|
|
1998
|
-
|
|
1999
1728
|
### Bug Fixes
|
|
2000
1729
|
|
|
2001
|
-
|
|
1730
|
+
- Changes the labels on LuiCheckboxInput to regular ([#597](https://github.com/linz/lui/issues/597)) ([2812b72](https://github.com/linz/lui/commit/2812b72c08c19af6dedd9d305333d8073f2724ce))
|
|
2002
1731
|
|
|
2003
1732
|
# [15.1.0](https://github.com/linz/lui/compare/v15.0.7...v15.1.0) (2022-03-02)
|
|
2004
1733
|
|
|
2005
|
-
|
|
2006
1734
|
### Features
|
|
2007
1735
|
|
|
2008
|
-
|
|
1736
|
+
- Global header in progress ([#593](https://github.com/linz/lui/issues/593)) ([8ddddd1](https://github.com/linz/lui/commit/8ddddd1c54b1f3d03b6475ce157fc39ed56fb52a))
|
|
2009
1737
|
|
|
2010
1738
|
## [15.0.7](https://github.com/linz/lui/compare/v15.0.6...v15.0.7) (2022-02-28)
|
|
2011
1739
|
|
|
2012
|
-
|
|
2013
1740
|
### Bug Fixes
|
|
2014
1741
|
|
|
2015
|
-
|
|
1742
|
+
- Luiiconexport 010322 ([#588](https://github.com/linz/lui/issues/588)) ([623bdbc](https://github.com/linz/lui/commit/623bdbc6c305adb94949fb0c1bcd10c84265063a))
|
|
2016
1743
|
|
|
2017
1744
|
## [15.0.6](https://github.com/linz/lui/compare/v15.0.5...v15.0.6) (2022-02-28)
|
|
2018
1745
|
|
|
2019
|
-
|
|
2020
1746
|
### Bug Fixes
|
|
2021
1747
|
|
|
2022
|
-
|
|
1748
|
+
- Add disabled styling to group btns, aligned radio & checkboxes styling with FIGLUI ([#584](https://github.com/linz/lui/issues/584)) ([b142e41](https://github.com/linz/lui/commit/b142e41ca24345ca7ee93628f2dedfd584ff7f53))
|
|
2023
1749
|
|
|
2024
1750
|
## [15.0.5](https://github.com/linz/lui/compare/v15.0.4...v15.0.5) (2022-02-28)
|
|
2025
1751
|
|
|
2026
|
-
|
|
2027
1752
|
### Bug Fixes
|
|
2028
1753
|
|
|
2029
|
-
|
|
1754
|
+
- lui Icon export 280222 – also exports types ([#579](https://github.com/linz/lui/issues/579)) ([d22ecf8](https://github.com/linz/lui/commit/d22ecf88eb8f46c4cc3595827748ce9a680500a5))
|
|
2030
1755
|
|
|
2031
1756
|
## [15.0.4](https://github.com/linz/lui/compare/v15.0.3...v15.0.4) (2022-02-28)
|
|
2032
1757
|
|
|
2033
|
-
|
|
2034
1758
|
### Reverts
|
|
2035
1759
|
|
|
2036
|
-
|
|
1760
|
+
- Revert "build(deps-dev): bump husky from 4.3.8 to 7.0.4 (#576)" (#577) ([348e3f6](https://github.com/linz/lui/commit/348e3f6a4c0751d100689e258af7ab6ae89c0a85)), closes [#576](https://github.com/linz/lui/issues/576) [#577](https://github.com/linz/lui/issues/577)
|
|
2037
1761
|
|
|
2038
1762
|
## [15.0.3](https://github.com/linz/lui/compare/v15.0.2...v15.0.3) (2022-02-23)
|
|
2039
1763
|
|
|
2040
|
-
|
|
2041
1764
|
### Bug Fixes
|
|
2042
1765
|
|
|
2043
|
-
|
|
1766
|
+
- more icons listed ([#565](https://github.com/linz/lui/issues/565)) ([67e8810](https://github.com/linz/lui/commit/67e881051f4e86492a3bb14eb774fc9325681edf))
|
|
2044
1767
|
|
|
2045
1768
|
## [15.0.2](https://github.com/linz/lui/compare/v15.0.1...v15.0.2) (2022-02-22)
|
|
2046
1769
|
|
|
2047
|
-
|
|
2048
1770
|
### Bug Fixes
|
|
2049
1771
|
|
|
2050
|
-
|
|
1772
|
+
- New type styles picket fenced in beta ([#564](https://github.com/linz/lui/issues/564)) ([de44a78](https://github.com/linz/lui/commit/de44a78f5e0b133451bf7d9671243d86371ba749))
|
|
2051
1773
|
|
|
2052
1774
|
## [15.0.1](https://github.com/linz/lui/compare/v15.0.0...v15.0.1) (2022-02-14)
|
|
2053
1775
|
|
|
2054
|
-
|
|
2055
1776
|
### Bug Fixes
|
|
2056
1777
|
|
|
2057
|
-
|
|
1778
|
+
- release https://github.com/linz/Lui/pull/557 ([#560](https://github.com/linz/lui/issues/560)) ([f8fcd2b](https://github.com/linz/lui/commit/f8fcd2b30fbc85c0d5286886d5227c4791cf53d2))
|
|
2058
1779
|
|
|
2059
1780
|
# [15.0.0](https://github.com/linz/lui/compare/v14.0.0...v15.0.0) (2022-02-09)
|
|
2060
1781
|
|
|
2061
|
-
|
|
2062
1782
|
### Bug Fixes
|
|
2063
1783
|
|
|
2064
|
-
|
|
2065
|
-
|
|
1784
|
+
- **fieldset:** was missing dot and story ([#556](https://github.com/linz/lui/issues/556)) ([e00b643](https://github.com/linz/lui/commit/e00b643a7ff147136238bf57a6bef33c464278b5))
|
|
2066
1785
|
|
|
2067
1786
|
### BREAKING CHANGES
|
|
2068
1787
|
|
|
2069
|
-
|
|
1788
|
+
- **fieldset:** Add no border and no padding to fieldset
|
|
2070
1789
|
|
|
2071
|
-
|
|
1790
|
+
- Add story to prove my working
|
|
2072
1791
|
|
|
2073
1792
|
Co-authored-by: Tony Watson <twatson@linz.govt.nz>
|
|
2074
1793
|
|
|
2075
1794
|
# [14.0.0](https://github.com/linz/lui/compare/v13.1.5...v14.0.0) (2022-02-09)
|
|
2076
1795
|
|
|
2077
|
-
|
|
2078
|
-
* BREAKING CHANGE(fieldset): Add no border and no padding to fieldset (#554) ([9af922b](https://github.com/linz/lui/commit/9af922b4a72b3808c0985268e32fcc0dfcc16e40)), closes [#554](https://github.com/linz/lui/issues/554)
|
|
2079
|
-
|
|
1796
|
+
- BREAKING CHANGE(fieldset): Add no border and no padding to fieldset (#554) ([9af922b](https://github.com/linz/lui/commit/9af922b4a72b3808c0985268e32fcc0dfcc16e40)), closes [#554](https://github.com/linz/lui/issues/554)
|
|
2080
1797
|
|
|
2081
1798
|
### BREAKING CHANGES
|
|
2082
1799
|
|
|
2083
|
-
|
|
1800
|
+
- Add no border and no padding to fieldset
|
|
2084
1801
|
|
|
2085
1802
|
## [13.1.5](https://github.com/linz/lui/compare/v13.1.4...v13.1.5) (2022-02-08)
|
|
2086
1803
|
|
|
2087
|
-
|
|
2088
1804
|
### Bug Fixes
|
|
2089
1805
|
|
|
2090
|
-
|
|
1806
|
+
- Makes lottie external ([#553](https://github.com/linz/lui/issues/553)) ([ea85e0a](https://github.com/linz/lui/commit/ea85e0a82ac2707329e3bc011574230eda5c7598))
|
|
2091
1807
|
|
|
2092
1808
|
## [13.1.4](https://github.com/linz/lui/compare/v13.1.3...v13.1.4) (2022-02-04)
|
|
2093
1809
|
|
|
2094
|
-
|
|
2095
1810
|
### Bug Fixes
|
|
2096
1811
|
|
|
2097
|
-
|
|
1812
|
+
- Fix menu z-index and recommended CSS import ([#551](https://github.com/linz/lui/issues/551)) ([6e4ebc1](https://github.com/linz/lui/commit/6e4ebc105cc40e4531c95a120aa8218eea10624d))
|
|
2098
1813
|
|
|
2099
1814
|
## [13.1.3](https://github.com/linz/lui/compare/v13.1.2...v13.1.3) (2022-02-03)
|
|
2100
1815
|
|
|
2101
|
-
|
|
2102
1816
|
### Bug Fixes
|
|
2103
1817
|
|
|
2104
|
-
|
|
1818
|
+
- Make font selector for icon more specific so it works ([#550](https://github.com/linz/lui/issues/550)) ([9fd654e](https://github.com/linz/lui/commit/9fd654efc706d20a5114b159024458ece60e7e8d))
|
|
2105
1819
|
|
|
2106
1820
|
## [13.1.2](https://github.com/linz/lui/compare/v13.1.1...v13.1.2) (2022-02-03)
|
|
2107
1821
|
|
|
2108
|
-
|
|
2109
1822
|
### Bug Fixes
|
|
2110
1823
|
|
|
2111
|
-
|
|
1824
|
+
- makes fonts external ([#549](https://github.com/linz/lui/issues/549)) ([5c83392](https://github.com/linz/lui/commit/5c833925187cc22ce3d09629654418ef5d0ed8c8))
|
|
2112
1825
|
|
|
2113
1826
|
## [13.1.1](https://github.com/linz/lui/compare/v13.1.0...v13.1.1) (2022-02-01)
|
|
2114
1827
|
|
|
2115
|
-
|
|
2116
1828
|
### Bug Fixes
|
|
2117
1829
|
|
|
2118
|
-
|
|
1830
|
+
- **LuiMenu.scss:** Makes react-menu as external so that it shares context with client app ([#546](https://github.com/linz/lui/issues/546)) ([160d4c0](https://github.com/linz/lui/commit/160d4c0691c5d8c37ed0ddb5d134336af7245d87))
|
|
2119
1831
|
|
|
2120
1832
|
# [13.1.0](https://github.com/linz/lui/compare/v13.0.2...v13.1.0) (2022-01-31)
|
|
2121
1833
|
|
|
2122
|
-
|
|
2123
1834
|
### Features
|
|
2124
1835
|
|
|
2125
|
-
|
|
2126
|
-
|
|
1836
|
+
- **Build:** Replace TSDX with Rollup ([#530](https://github.com/linz/lui/issues/530)) ([f40b8a1](https://github.com/linz/lui/commit/f40b8a1e85b9eb37b94c77f72a93fc12b4d85f2a))
|
|
1837
|
+
- **Rollup:** PR to trigger master build for PR ([#542](https://github.com/linz/lui/issues/542)) ([7d7949c](https://github.com/linz/lui/commit/7d7949cb094766a52d62359e2ce9528f5985c12e))
|
|
2127
1838
|
|
|
2128
1839
|
## [13.0.2](https://github.com/linz/lui/compare/v13.0.1...v13.0.2) (2022-01-31)
|
|
2129
1840
|
|
|
2130
|
-
|
|
2131
1841
|
### Bug Fixes
|
|
2132
1842
|
|
|
2133
|
-
|
|
1843
|
+
- We now pass consts into LuiLottieLight, Used to pass new object, which caused useEffect to trigger distroy ([#541](https://github.com/linz/lui/issues/541)) ([7db8b0e](https://github.com/linz/lui/commit/7db8b0e903bafe3fb26da2b849f5696a44ecf638))
|
|
2134
1844
|
|
|
2135
1845
|
## [13.0.1](https://github.com/linz/lui/compare/v13.0.0...v13.0.1) (2022-01-31)
|
|
2136
1846
|
|
|
2137
|
-
|
|
2138
1847
|
### Bug Fixes
|
|
2139
1848
|
|
|
2140
|
-
|
|
1849
|
+
- handle destroy correctly for lottie ([#539](https://github.com/linz/lui/issues/539)) ([143d0f1](https://github.com/linz/lui/commit/143d0f1692f655e0c18a048d6536e3797dac29c3))
|
|
2141
1850
|
|
|
2142
1851
|
# [13.0.0](https://github.com/linz/lui/compare/v12.2.0...v13.0.0) (2022-01-31)
|
|
2143
1852
|
|
|
2144
|
-
|
|
2145
1853
|
### breaking
|
|
2146
1854
|
|
|
2147
|
-
|
|
2148
|
-
|
|
1855
|
+
- **LuiMenu,LuiControlledMenu:** PR to trigger build ([#535](https://github.com/linz/lui/issues/535)) ([c3f117e](https://github.com/linz/lui/commit/c3f117e42476876742517bddb0515b42d9ab46bf))
|
|
2149
1856
|
|
|
2150
1857
|
### BREAKING CHANGES
|
|
2151
1858
|
|
|
2152
|
-
|
|
1859
|
+
- **LuiMenu,LuiControlledMenu:** breaking(LuiMenu,LuiControlledMenu) PR to trigger build
|
|
2153
1860
|
|
|
2154
1861
|
This is the breaking change commit for https://github.com/linz/Lui/pull/531
|
|
2155
1862
|
|
|
2156
|
-
|
|
1863
|
+
- Update README.md
|
|
2157
1864
|
|
|
2158
1865
|
# [12.2.0](https://github.com/linz/lui/compare/v12.1.4...v12.2.0) (2022-01-20)
|
|
2159
1866
|
|
|
2160
|
-
|
|
2161
1867
|
### Features
|
|
2162
1868
|
|
|
2163
|
-
|
|
1869
|
+
- **LuiModal:** Added prop appendToElement to LuiModal to be used as parentSelector in react-modal ([#529](https://github.com/linz/lui/issues/529)) ([5a81791](https://github.com/linz/lui/commit/5a81791a68592fcb526636056a93750b6c28ceea))
|
|
2164
1870
|
|
|
2165
1871
|
## [12.1.4](https://github.com/linz/lui/compare/v12.1.3...v12.1.4) (2022-01-20)
|
|
2166
1872
|
|
|
2167
|
-
|
|
2168
1873
|
### Bug Fixes
|
|
2169
1874
|
|
|
2170
|
-
|
|
1875
|
+
- **LuiTextAreaInput:** Fixed Error Styling for when the component ([#528](https://github.com/linz/lui/issues/528)) ([b790b7e](https://github.com/linz/lui/commit/b790b7e60d9bde93de6000476e84f82c7a4d2e08))
|
|
2171
1876
|
|
|
2172
1877
|
## [12.1.3](https://github.com/linz/lui/compare/v12.1.2...v12.1.3) (2022-01-18)
|
|
2173
1878
|
|
|
2174
|
-
|
|
2175
1879
|
### Bug Fixes
|
|
2176
1880
|
|
|
2177
|
-
|
|
1881
|
+
- LuiTextInput mandatory star style ([#526](https://github.com/linz/lui/issues/526)) ([7cabbd0](https://github.com/linz/lui/commit/7cabbd0537b194d2a8884ea601da8918a10d7111))
|
|
2178
1882
|
|
|
2179
1883
|
## [12.1.2](https://github.com/linz/lui/compare/v12.1.1...v12.1.2) (2022-01-17)
|
|
2180
1884
|
|
|
2181
|
-
|
|
2182
1885
|
### Bug Fixes
|
|
2183
1886
|
|
|
2184
|
-
|
|
1887
|
+
- FileInputBox not updating on error ([#498](https://github.com/linz/lui/issues/498)) ([7efa723](https://github.com/linz/lui/commit/7efa723f42cc15ceacb5f432d3d048f4447553f2))
|
|
2185
1888
|
|
|
2186
1889
|
## [12.1.1](https://github.com/linz/lui/compare/v12.1.0...v12.1.1) (2022-01-17)
|
|
2187
1890
|
|
|
2188
|
-
|
|
2189
1891
|
### Bug Fixes
|
|
2190
1892
|
|
|
2191
|
-
|
|
1893
|
+
- Fix for importing svg path breaking downstream projects ([#523](https://github.com/linz/lui/issues/523)) ([6c1e84c](https://github.com/linz/lui/commit/6c1e84c2e28561ee56a442f7adb567de45e81206))
|
|
2192
1894
|
|
|
2193
1895
|
# [12.1.0](https://github.com/linz/lui/compare/v12.0.1...v12.1.0) (2022-01-17)
|
|
2194
1896
|
|
|
2195
|
-
|
|
2196
1897
|
### Features
|
|
2197
1898
|
|
|
2198
|
-
|
|
1899
|
+
- **LuiComboSelect:** Added the createable option on LuiComboSelect ([#519](https://github.com/linz/lui/issues/519)) ([3aad990](https://github.com/linz/lui/commit/3aad9908a519e466151cb68ba192b4d94e740fe1))
|
|
2199
1900
|
|
|
2200
1901
|
## [12.0.1](https://github.com/linz/lui/compare/v12.0.0...v12.0.1) (2022-01-14)
|
|
2201
1902
|
|
|
2202
|
-
|
|
2203
1903
|
### Bug Fixes
|
|
2204
1904
|
|
|
2205
|
-
|
|
1905
|
+
- replaced colours with variables, fixed error classes not appeari… ([#518](https://github.com/linz/lui/issues/518)) ([e1651fa](https://github.com/linz/lui/commit/e1651fa5d5c0f244b36ac79a4b78d32c83c42949))
|
|
2206
1906
|
|
|
2207
1907
|
# [12.0.0](https://github.com/linz/lui/compare/v11.12.0...v12.0.0) (2022-01-13)
|
|
2208
1908
|
|
|
2209
|
-
|
|
2210
|
-
* feat!(LuiComboSelect): Adds a required label prop to LuiComboSelect (#516) ([d8747f4](https://github.com/linz/lui/commit/d8747f46551e01d625f745fcea48cdf64691aeb5)), closes [#516](https://github.com/linz/lui/issues/516)
|
|
2211
|
-
|
|
1909
|
+
- feat!(LuiComboSelect): Adds a required label prop to LuiComboSelect (#516) ([d8747f4](https://github.com/linz/lui/commit/d8747f46551e01d625f745fcea48cdf64691aeb5)), closes [#516](https://github.com/linz/lui/issues/516)
|
|
2212
1910
|
|
|
2213
1911
|
### BREAKING CHANGES
|
|
2214
1912
|
|
|
2215
|
-
|
|
2216
|
-
Also exposes an optional "hideLabel" prop to not render a label (labels are still available to screen readers)
|
|
1913
|
+
- Adds a required "label" prop to LuiComboSelect
|
|
1914
|
+
Also exposes an optional "hideLabel" prop to not render a label (labels are still available to screen readers)
|
|
2217
1915
|
|
|
2218
|
-
|
|
1916
|
+
- Resolves conflict with new LuiComboSelect story
|
|
2219
1917
|
|
|
2220
1918
|
# [11.12.0](https://github.com/linz/lui/compare/v11.11.0...v11.12.0) (2022-01-13)
|
|
2221
1919
|
|
|
2222
|
-
|
|
2223
1920
|
### Features
|
|
2224
1921
|
|
|
2225
|
-
|
|
1922
|
+
- **LuiSelectInput:** Update dropdown icon ([#515](https://github.com/linz/lui/issues/515)) ([322bc0f](https://github.com/linz/lui/commit/322bc0faf839e4f36ed24551bf069a6c6863f3cd))
|
|
2226
1923
|
|
|
2227
1924
|
# [11.11.0](https://github.com/linz/lui/compare/v11.10.3...v11.11.0) (2022-01-12)
|
|
2228
1925
|
|
|
2229
|
-
|
|
2230
1926
|
### Features
|
|
2231
1927
|
|
|
2232
|
-
|
|
1928
|
+
- **LuiTextInput:** Add option for padlock icon ([#514](https://github.com/linz/lui/issues/514)) ([654f913](https://github.com/linz/lui/commit/654f9132b5f43b93cb9f57ef7b81fd0f01a0e18c))
|
|
2233
1929
|
|
|
2234
1930
|
## [11.10.3](https://github.com/linz/lui/compare/v11.10.2...v11.10.3) (2022-01-12)
|
|
2235
1931
|
|
|
2236
|
-
|
|
2237
1932
|
### Bug Fixes
|
|
2238
1933
|
|
|
2239
|
-
|
|
1934
|
+
- add missing dependency to useEffect hook. ([#513](https://github.com/linz/lui/issues/513)) ([4e4998c](https://github.com/linz/lui/commit/4e4998c299f7cc1f8b215f70047874e1bc2ef13d))
|
|
2240
1935
|
|
|
2241
1936
|
## [11.10.2](https://github.com/linz/lui/compare/v11.10.1...v11.10.2) (2022-01-12)
|
|
2242
1937
|
|
|
2243
|
-
|
|
2244
1938
|
### Bug Fixes
|
|
2245
1939
|
|
|
2246
|
-
|
|
1940
|
+
- Allow LuiTooltip animation to be disabled. ([#512](https://github.com/linz/lui/issues/512)) ([686b752](https://github.com/linz/lui/commit/686b75217f883c3ab5d288273e51e3e741d06ee5))
|
|
2247
1941
|
|
|
2248
1942
|
## [11.10.1](https://github.com/linz/lui/compare/v11.10.0...v11.10.1) (2022-01-11)
|
|
2249
1943
|
|
|
2250
|
-
|
|
2251
1944
|
### Bug Fixes
|
|
2252
1945
|
|
|
2253
|
-
|
|
1946
|
+
- forgot to export LuiBadge 😅 ([#509](https://github.com/linz/lui/issues/509)) ([e347919](https://github.com/linz/lui/commit/e3479192c579e1316c4b7c8e7234fad1bd8ee0f0))
|
|
2254
1947
|
|
|
2255
1948
|
# [11.10.0](https://github.com/linz/lui/compare/v11.9.0...v11.10.0) (2022-01-11)
|
|
2256
1949
|
|
|
2257
|
-
|
|
2258
1950
|
### Features
|
|
2259
1951
|
|
|
2260
|
-
|
|
1952
|
+
- **LuiSelectInput & LuiTextAreaInput:** Added Mandatory star ([#506](https://github.com/linz/lui/issues/506)) ([cd296bf](https://github.com/linz/lui/commit/cd296bf67a686bccfd05b0c1d143da5298b7ee12))
|
|
2261
1953
|
|
|
2262
1954
|
# [11.9.0](https://github.com/linz/lui/compare/v11.8.0...v11.9.0) (2022-01-11)
|
|
2263
1955
|
|
|
2264
|
-
|
|
2265
1956
|
### Features
|
|
2266
1957
|
|
|
2267
|
-
|
|
1958
|
+
- **LuiComboSelect:** Change colors to match LuiTextInput ([#510](https://github.com/linz/lui/issues/510)) ([c9bc9ee](https://github.com/linz/lui/commit/c9bc9eebfbed6411cf332c530c27728085c6603e))
|
|
2268
1959
|
|
|
2269
1960
|
# [11.8.0](https://github.com/linz/lui/compare/v11.7.0...v11.8.0) (2022-01-11)
|
|
2270
1961
|
|
|
2271
|
-
|
|
2272
1962
|
### Features
|
|
2273
1963
|
|
|
2274
|
-
|
|
1964
|
+
- Badges component ([#505](https://github.com/linz/lui/issues/505)) ([eff22b7](https://github.com/linz/lui/commit/eff22b7aba29a7e82e59c3a46204e3953047800e))
|
|
2275
1965
|
|
|
2276
1966
|
# [11.7.0](https://github.com/linz/lui/compare/v11.6.0...v11.7.0) (2022-01-11)
|
|
2277
1967
|
|
|
2278
|
-
|
|
2279
1968
|
### Features
|
|
2280
1969
|
|
|
2281
|
-
|
|
1970
|
+
- **LuiTextInput:** Label font styling change ([#508](https://github.com/linz/lui/issues/508)) ([460a800](https://github.com/linz/lui/commit/460a80061933f2945fb5f8fb13fc976b581730bc))
|
|
2282
1971
|
|
|
2283
1972
|
# [11.6.0](https://github.com/linz/lui/compare/v11.5.0...v11.6.0) (2022-01-11)
|
|
2284
1973
|
|
|
2285
|
-
|
|
2286
1974
|
### Features
|
|
2287
1975
|
|
|
2288
|
-
|
|
1976
|
+
- Consistent placeholder style ([#507](https://github.com/linz/lui/issues/507)) ([f60ff44](https://github.com/linz/lui/commit/f60ff4494af9e1e6c73ba3493ebadf4c7643d3c7))
|
|
2289
1977
|
|
|
2290
1978
|
# [11.5.0](https://github.com/linz/lui/compare/v11.4.0...v11.5.0) (2022-01-10)
|
|
2291
1979
|
|
|
2292
|
-
|
|
2293
1980
|
### Features
|
|
2294
1981
|
|
|
2295
|
-
|
|
1982
|
+
- **LuiSelectInput:** Remove width limitation ([#504](https://github.com/linz/lui/issues/504)) ([2531015](https://github.com/linz/lui/commit/253101530422711ae154b1adca32ebbfe1213b13))
|
|
2296
1983
|
|
|
2297
1984
|
# [11.4.0](https://github.com/linz/lui/compare/v11.3.1...v11.4.0) (2022-01-09)
|
|
2298
1985
|
|
|
2299
|
-
|
|
2300
1986
|
### Features
|
|
2301
1987
|
|
|
2302
|
-
|
|
1988
|
+
- Exposes styles for all non-formik form elements ([#503](https://github.com/linz/lui/issues/503)) ([5f7e508](https://github.com/linz/lui/commit/5f7e508d426adc02dbe768d3b3a19e778567ab83))
|
|
2303
1989
|
|
|
2304
1990
|
## [11.3.1](https://github.com/linz/lui/compare/v11.3.0...v11.3.1) (2021-12-21)
|
|
2305
1991
|
|
|
2306
|
-
|
|
2307
1992
|
### Bug Fixes
|
|
2308
1993
|
|
|
2309
|
-
|
|
1994
|
+
- Adds Styles for LuiRadioInput ([#500](https://github.com/linz/lui/issues/500)) ([038434e](https://github.com/linz/lui/commit/038434e19e449ae8946d6dc389bd5037b9be0f1f))
|
|
2310
1995
|
|
|
2311
1996
|
# [11.3.0](https://github.com/linz/lui/compare/v11.2.2...v11.3.0) (2021-12-20)
|
|
2312
1997
|
|
|
2313
|
-
|
|
2314
1998
|
### Features
|
|
2315
1999
|
|
|
2316
|
-
|
|
2000
|
+
- **LuiTextInput:** Added mandatory star ([#502](https://github.com/linz/lui/issues/502)) ([e6f6bde](https://github.com/linz/lui/commit/e6f6bde0a5dbff3de1f32a7f32820910a21eaed9))
|
|
2317
2001
|
|
|
2318
2002
|
## [11.2.2](https://github.com/linz/lui/compare/v11.2.1...v11.2.2) (2021-12-20)
|
|
2319
2003
|
|
|
2320
|
-
|
|
2321
2004
|
### Bug Fixes
|
|
2322
2005
|
|
|
2323
|
-
|
|
2006
|
+
- Fixed styling when breakpoint was hit ([#501](https://github.com/linz/lui/issues/501)) ([55c4731](https://github.com/linz/lui/commit/55c47311586fd01e3304125cc7e562cc6d11b8c3))
|
|
2324
2007
|
|
|
2325
2008
|
## [11.2.1](https://github.com/linz/lui/compare/v11.2.0...v11.2.1) (2021-12-19)
|
|
2326
2009
|
|
|
2327
|
-
|
|
2328
2010
|
### Bug Fixes
|
|
2329
2011
|
|
|
2330
|
-
|
|
2012
|
+
- Aligning TextInput, TextArea and SelectInput component labels and placeholder text ([#497](https://github.com/linz/lui/issues/497)) ([c7715d5](https://github.com/linz/lui/commit/c7715d59463a5f1ff4dfbaf6225a53cb31af2246))
|
|
2331
2013
|
|
|
2332
2014
|
# [11.2.0](https://github.com/linz/lui/compare/v11.1.8...v11.2.0) (2021-12-19)
|
|
2333
2015
|
|
|
2334
|
-
|
|
2335
2016
|
### Features
|
|
2336
2017
|
|
|
2337
|
-
|
|
2018
|
+
- **LuiFormSectionHeader:** Added new decorative form component ([#496](https://github.com/linz/lui/issues/496)) ([1a572be](https://github.com/linz/lui/commit/1a572be149826e15d2035c961c3d9399da4a3a85))
|
|
2338
2019
|
|
|
2339
2020
|
## [11.1.8](https://github.com/linz/lui/compare/v11.1.7...v11.1.8) (2021-12-14)
|
|
2340
2021
|
|
|
2341
|
-
|
|
2342
2022
|
### Bug Fixes
|
|
2343
2023
|
|
|
2344
|
-
|
|
2024
|
+
- Makes onChange an optional prop ([#491](https://github.com/linz/lui/issues/491)) ([38c08cf](https://github.com/linz/lui/commit/38c08cf1e11447befa0d0fa0bc30a8cf05a81818))
|
|
2345
2025
|
|
|
2346
2026
|
## [11.1.7](https://github.com/linz/lui/compare/v11.1.6...v11.1.7) (2021-12-13)
|
|
2347
2027
|
|
|
2348
|
-
|
|
2349
2028
|
### Bug Fixes
|
|
2350
2029
|
|
|
2351
|
-
|
|
2030
|
+
- Export Chritmas cheer ([#489](https://github.com/linz/lui/issues/489)) ([97738f9](https://github.com/linz/lui/commit/97738f9826f98e4cb9e96cd59e1cd3e97321417a))
|
|
2352
2031
|
|
|
2353
2032
|
## [11.1.6](https://github.com/linz/lui/compare/v11.1.5...v11.1.6) (2021-12-13)
|
|
2354
2033
|
|
|
2355
|
-
|
|
2356
2034
|
### Bug Fixes
|
|
2357
2035
|
|
|
2358
|
-
|
|
2036
|
+
- Potential fix to SSR issue ([#488](https://github.com/linz/lui/issues/488)) ([2815707](https://github.com/linz/lui/commit/2815707cb496abcb60802fbc9226fb0d07d3aa60))
|
|
2359
2037
|
|
|
2360
2038
|
## [11.1.5](https://github.com/linz/lui/compare/v11.1.4...v11.1.5) (2021-12-08)
|
|
2361
2039
|
|
|
2362
|
-
|
|
2363
2040
|
### Bug Fixes
|
|
2364
2041
|
|
|
2365
|
-
|
|
2042
|
+
- fixing the centering of icons in lui icons ([#487](https://github.com/linz/lui/issues/487)) ([4e52d8b](https://github.com/linz/lui/commit/4e52d8b0fe92468c3ad3f15e540cc2f6224281c2))
|
|
2366
2043
|
|
|
2367
2044
|
## [11.1.4](https://github.com/linz/lui/compare/v11.1.3...v11.1.4) (2021-12-07)
|
|
2368
2045
|
|
|
2369
|
-
|
|
2370
2046
|
### Bug Fixes
|
|
2371
2047
|
|
|
2372
|
-
|
|
2048
|
+
- luiIcon sass not compiling ([#486](https://github.com/linz/lui/issues/486)) ([bc3433b](https://github.com/linz/lui/commit/bc3433b5f1111dc3e7e1538f694b4135472c70f0))
|
|
2373
2049
|
|
|
2374
2050
|
## [11.1.3](https://github.com/linz/lui/compare/v11.1.2...v11.1.3) (2021-12-07)
|
|
2375
2051
|
|
|
2376
|
-
|
|
2377
2052
|
### Bug Fixes
|
|
2378
2053
|
|
|
2379
|
-
|
|
2054
|
+
- Tabs hot fix – sass build providing false positives, now fixed ([#485](https://github.com/linz/lui/issues/485)) ([9f0b7d5](https://github.com/linz/lui/commit/9f0b7d5eebe0c1e9bbdbd052f70233e053d15940))
|
|
2380
2055
|
|
|
2381
2056
|
## [11.1.2](https://github.com/linz/lui/compare/v11.1.1...v11.1.2) (2021-12-07)
|
|
2382
2057
|
|
|
2383
|
-
|
|
2384
2058
|
### Bug Fixes
|
|
2385
2059
|
|
|
2386
|
-
|
|
2060
|
+
- Exposes components that were not being exported ([#483](https://github.com/linz/lui/issues/483)) ([64882e0](https://github.com/linz/lui/commit/64882e0bc0bd8044fd90aa5f5a4d13b916d43d2a))
|
|
2387
2061
|
|
|
2388
2062
|
## [11.1.1](https://github.com/linz/lui/compare/v11.1.0...v11.1.1) (2021-12-07)
|
|
2389
2063
|
|
|
2390
|
-
|
|
2391
2064
|
### Bug Fixes
|
|
2392
2065
|
|
|
2393
|
-
|
|
2066
|
+
- LuiTabs scss pulled into scss compiled output ([#484](https://github.com/linz/lui/issues/484)) ([d595878](https://github.com/linz/lui/commit/d59587814512574689a8b36578432cf022f46ea2))
|
|
2394
2067
|
|
|
2395
2068
|
# [11.1.0](https://github.com/linz/lui/compare/v11.0.0...v11.1.0) (2021-12-06)
|
|
2396
2069
|
|
|
2397
|
-
|
|
2398
2070
|
### Features
|
|
2399
2071
|
|
|
2400
|
-
|
|
2072
|
+
- adds custom error message to LuiFileImport ([#482](https://github.com/linz/lui/issues/482)) ([7ffaf16](https://github.com/linz/lui/commit/7ffaf168b364291ec436f4df5f91fdc869535f32))
|
|
2401
2073
|
|
|
2402
2074
|
# [11.0.0](https://github.com/linz/lui/compare/v10.11.5...v11.0.0) (2021-12-06)
|
|
2403
2075
|
|
|
2404
|
-
|
|
2405
2076
|
### Bug Fixes
|
|
2406
2077
|
|
|
2407
|
-
|
|
2078
|
+
- add conventionalcommits preset to dev dependencies ([b56a50f](https://github.com/linz/lui/commit/b56a50fc3d68b55354b552a29dcc7e7fbd7d396c))
|
|
2408
2079
|
|
|
2409
2080
|
## [10.11.5](https://github.com/linz/lui/compare/v10.11.4...v10.11.5) (2021-12-06)
|
|
2410
2081
|
|
|
2411
|
-
|
|
2412
2082
|
### Bug Fixes
|
|
2413
2083
|
|
|
2414
|
-
|
|
2084
|
+
- testing whitespace addition ([#481](https://github.com/linz/lui/issues/481)) ([5fb5d8d](https://github.com/linz/lui/commit/5fb5d8db22cac7367ffb14191ed3f705f6457213))
|
|
2415
2085
|
|
|
2416
2086
|
## [10.11.4](https://github.com/linz/lui/compare/v10.11.3...v10.11.4) (2021-12-05)
|
|
2417
2087
|
|
|
2418
|
-
|
|
2419
2088
|
### Bug Fixes
|
|
2420
2089
|
|
|
2421
|
-
|
|
2090
|
+
- CHangelog rolled back ([#479](https://github.com/linz/lui/issues/479)) ([e3af886](https://github.com/linz/lui/commit/e3af8867a80dcdc996d7e7b31be872b266a0a584))
|
|
2422
2091
|
|
|
2423
2092
|
## [10.11.3](https://github.com/linz/lui/compare/v10.11.2...v10.11.3) (2021-11-29)
|
|
2424
2093
|
|
|
2425
|
-
|
|
2426
2094
|
### Bug Fixes
|
|
2427
2095
|
|
|
2428
|
-
|
|
2096
|
+
- make story book a dev dependency so its not force on lui's dependants ([#475](https://github.com/linz/lui/issues/475)) ([4e1d67d](https://github.com/linz/lui/commit/4e1d67db4c8e1ca62eeee29a6dc7c5aae88367d5))
|
|
2429
2097
|
|
|
2430
2098
|
## [10.11.2](https://github.com/linz/lui/compare/v10.11.1...v10.11.2) (2021-11-19)
|
|
2431
2099
|
|
|
2432
|
-
|
|
2433
2100
|
### Bug Fixes
|
|
2434
2101
|
|
|
2435
|
-
|
|
2102
|
+
- Adds LuiIcon Import scss ([#472](https://github.com/linz/lui/issues/472)) ([5e69e4b](https://github.com/linz/lui/commit/5e69e4b2365dfb68366d9ded8c490fdc89ee5661))
|
|
2436
2103
|
|
|
2437
2104
|
## [10.11.1](https://github.com/linz/lui/compare/v10.11.0...v10.11.1) (2021-11-17)
|
|
2438
2105
|
|
|
2439
|
-
|
|
2440
2106
|
### Bug Fixes
|
|
2441
2107
|
|
|
2442
|
-
|
|
2108
|
+
- LuiComboSelect now styled appropriately everywhere ([#471](https://github.com/linz/lui/issues/471)) ([17a36db](https://github.com/linz/lui/commit/17a36db7eff91e579efbf513db16f3404ce76f09))
|
|
2443
2109
|
|
|
2444
2110
|
# [10.11.0](https://github.com/linz/lui/compare/v10.10.0...v10.11.0) (2021-11-15)
|
|
2445
2111
|
|
|
2446
|
-
|
|
2447
2112
|
### Features
|
|
2448
2113
|
|
|
2449
|
-
|
|
2114
|
+
- Add FileUploadBox - Refactor scss into global scss forward ([#469](https://github.com/linz/lui/issues/469)) ([3b8e7d1](https://github.com/linz/lui/commit/3b8e7d11949a48c37c7a8d4f096c680f223af046))
|
|
2450
2115
|
|
|
2451
2116
|
# [10.10.0](https://github.com/linz/lui/compare/v10.9.0...v10.10.0) (2021-11-14)
|
|
2452
2117
|
|
|
2453
|
-
|
|
2454
2118
|
### Features
|
|
2455
2119
|
|
|
2456
|
-
|
|
2120
|
+
- Add FileUploadBox - export to library ([b1fcdea](https://github.com/linz/lui/commit/b1fcdea0565ce34b2ad88127b0c7bb4f64787002))
|
|
2457
2121
|
|
|
2458
2122
|
# [10.9.0](https://github.com/linz/lui/compare/v10.8.3...v10.9.0) (2021-11-14)
|
|
2459
2123
|
|
|
2460
|
-
|
|
2461
2124
|
### Features
|
|
2462
2125
|
|
|
2463
|
-
|
|
2126
|
+
- Add FileUploadBox ([#466](https://github.com/linz/lui/issues/466)) ([266baa8](https://github.com/linz/lui/commit/266baa8488b92a1b247ab4ec41332cb7135ff756))
|
|
2464
2127
|
|
|
2465
2128
|
## [10.8.3](https://github.com/linz/lui/compare/v10.8.2...v10.8.3) (2021-11-09)
|
|
2466
2129
|
|
|
2467
|
-
|
|
2468
2130
|
### Bug Fixes
|
|
2469
2131
|
|
|
2470
|
-
|
|
2132
|
+
- LuiComboSelect styling now matches closer with LuiDeprecatedForms and LuiTextInput ([cdce789](https://github.com/linz/lui/commit/cdce789bbcf1a5128712c23f91e543c1aad7c05f))
|
|
2471
2133
|
|
|
2472
2134
|
## [10.8.2](https://github.com/linz/lui/compare/v10.8.1...v10.8.2) (2021-11-09)
|
|
2473
2135
|
|
|
2474
|
-
|
|
2475
2136
|
### Bug Fixes
|
|
2476
2137
|
|
|
2477
|
-
|
|
2138
|
+
- upgrade uuid package ([7603ff4](https://github.com/linz/lui/commit/7603ff40a9f94243803b882049a2ec95dc10ed67))
|
|
2478
2139
|
|
|
2479
2140
|
## [10.8.1](https://github.com/linz/lui/compare/v10.8.0...v10.8.1) (2021-11-08)
|
|
2480
2141
|
|
|
2481
|
-
|
|
2482
2142
|
### Bug Fixes
|
|
2483
2143
|
|
|
2484
|
-
|
|
2144
|
+
- **LuiComboSelect:** Handle exporting types better ([#464](https://github.com/linz/lui/issues/464)) ([ed5d5dd](https://github.com/linz/lui/commit/ed5d5dda6f45611daa819229021f703415927fd2))
|
|
2485
2145
|
|
|
2486
2146
|
# [10.8.0](https://github.com/linz/lui/compare/v10.7.2...v10.8.0) (2021-11-07)
|
|
2487
2147
|
|
|
2488
|
-
|
|
2489
2148
|
### Features
|
|
2490
2149
|
|
|
2491
|
-
|
|
2150
|
+
- Breaking Change: Corrects LuiButton size props and improve Lui buttons docs ([#461](https://github.com/linz/lui/issues/461)) ([76dd55b](https://github.com/linz/lui/commit/76dd55bde683177119ca5a59ec0a285440f6549d))
|
|
2492
2151
|
|
|
2493
2152
|
## [10.7.2](https://github.com/linz/lui/compare/v10.7.1...v10.7.2) (2021-11-03)
|
|
2494
2153
|
|
|
2495
|
-
|
|
2496
2154
|
### Bug Fixes
|
|
2497
2155
|
|
|
2498
|
-
|
|
2156
|
+
- this button is a formik button ([#459](https://github.com/linz/lui/issues/459)) ([b942490](https://github.com/linz/lui/commit/b9424900e3b67e4894ab793297c32dcde374d383))
|
|
2499
2157
|
|
|
2500
2158
|
## [10.7.1](https://github.com/linz/lui/compare/v10.7.0...v10.7.1) (2021-11-03)
|
|
2501
2159
|
|
|
2502
|
-
|
|
2503
2160
|
### Bug Fixes
|
|
2504
2161
|
|
|
2505
|
-
|
|
2162
|
+
- uses cp rather than copyfiles ([#458](https://github.com/linz/lui/issues/458)) ([3697ce8](https://github.com/linz/lui/commit/3697ce876463d2fe14a7342556383fc205b74438))
|
|
2506
2163
|
|
|
2507
2164
|
# [10.7.0](https://github.com/linz/lui/compare/v10.6.0...v10.7.0) (2021-11-03)
|
|
2508
2165
|
|
|
2509
|
-
|
|
2510
2166
|
### Features
|
|
2511
2167
|
|
|
2512
|
-
|
|
2168
|
+
- BETA of plain comps ([#443](https://github.com/linz/lui/issues/443)) ([6b1f044](https://github.com/linz/lui/commit/6b1f0442d06a89260c09a6c06fffebc6068d5d98))
|
|
2513
2169
|
|
|
2514
2170
|
# [10.6.0](https://github.com/linz/lui/compare/v10.5.8...v10.6.0) (2021-11-02)
|
|
2515
2171
|
|
|
2516
|
-
|
|
2517
2172
|
### Features
|
|
2518
2173
|
|
|
2519
|
-
|
|
2174
|
+
- Wraps all deprecated forms with a LuiDeprecatedForms ([#454](https://github.com/linz/lui/issues/454)) ([2b2e151](https://github.com/linz/lui/commit/2b2e1514ece78221d7903a3e77620e2ea11a4e6d))
|
|
2520
2175
|
|
|
2521
2176
|
## [10.5.8](https://github.com/linz/lui/compare/v10.5.7...v10.5.8) (2021-11-02)
|
|
2522
2177
|
|
|
2523
|
-
|
|
2524
2178
|
### Bug Fixes
|
|
2525
2179
|
|
|
2526
|
-
|
|
2180
|
+
- docs, build: improve color story, export colors as css vars ([#455](https://github.com/linz/lui/issues/455)) ([99d7b3c](https://github.com/linz/lui/commit/99d7b3c78755cf37cf93f9afe9ac22e809e8e418))
|
|
2527
2181
|
|
|
2528
2182
|
## [10.5.7](https://github.com/linz/lui/compare/v10.5.6...v10.5.7) (2021-10-28)
|
|
2529
2183
|
|
|
2530
|
-
|
|
2531
2184
|
### Bug Fixes
|
|
2532
2185
|
|
|
2533
|
-
|
|
2186
|
+
- LuiIcon now needs an alt test. docs: reorganize storybook stories into better structure ([#447](https://github.com/linz/lui/issues/447)) ([d59c898](https://github.com/linz/lui/commit/d59c898d4b7f9cdd662501dfe68d32f7609c6487))
|
|
2534
2187
|
|
|
2535
2188
|
## [10.5.6](https://github.com/linz/lui/compare/v10.5.5...v10.5.6) (2021-10-28)
|
|
2536
2189
|
|
|
2537
|
-
|
|
2538
2190
|
### Bug Fixes
|
|
2539
2191
|
|
|
2540
|
-
|
|
2192
|
+
- code tags in docs causing console errors ([#446](https://github.com/linz/lui/issues/446)) ([2249d0c](https://github.com/linz/lui/commit/2249d0c940cb00c5e88624959128d0ad9fe59fcf))
|
|
2541
2193
|
|
|
2542
2194
|
## [10.5.5](https://github.com/linz/lui/compare/v10.5.4...v10.5.5) (2021-10-22)
|
|
2543
2195
|
|
|
2544
|
-
|
|
2545
2196
|
### Bug Fixes
|
|
2546
2197
|
|
|
2547
|
-
|
|
2198
|
+
- get rollup to actually export scss vars into modules ([#442](https://github.com/linz/lui/issues/442)) ([60606de](https://github.com/linz/lui/commit/60606deeb4e9e9e1e39e0da7e3cf036e2353b9c7))
|
|
2548
2199
|
|
|
2549
2200
|
## [10.5.4](https://github.com/linz/lui/compare/v10.5.3...v10.5.4) (2021-10-22)
|
|
2550
2201
|
|
|
2551
|
-
|
|
2552
2202
|
### Bug Fixes
|
|
2553
2203
|
|
|
2554
|
-
|
|
2204
|
+
- actually export LuiComboSelect to consumers ([#441](https://github.com/linz/lui/issues/441)) ([b743860](https://github.com/linz/lui/commit/b7438601e2c794782acce89a5171951abbfc766d))
|
|
2555
2205
|
|
|
2556
2206
|
## [10.5.3](https://github.com/linz/lui/compare/v10.5.2...v10.5.3) (2021-10-19)
|
|
2557
2207
|
|
|
2558
|
-
|
|
2559
2208
|
### Bug Fixes
|
|
2560
2209
|
|
|
2561
|
-
|
|
2210
|
+
- Adds spanProps and tests to LuiIcon ([#433](https://github.com/linz/lui/issues/433)) ([12ac10b](https://github.com/linz/lui/commit/12ac10b4e5e228043a4878a5c0c3076f05f3d86d))
|
|
2562
2211
|
|
|
2563
2212
|
## [10.5.2](https://github.com/linz/lui/compare/v10.5.1...v10.5.2) (2021-10-07)
|
|
2564
2213
|
|
|
2565
|
-
|
|
2566
2214
|
### Bug Fixes
|
|
2567
2215
|
|
|
2568
|
-
|
|
2216
|
+
- added styles for disabled radio button groups as well as cleaned… ([#429](https://github.com/linz/lui/issues/429)) ([3335e30](https://github.com/linz/lui/commit/3335e30960c38fdcffd46c2b04237f3faffeb18a))
|
|
2569
2217
|
|
|
2570
2218
|
## [10.5.1](https://github.com/linz/lui/compare/v10.5.0...v10.5.1) (2021-10-07)
|
|
2571
2219
|
|
|
2572
|
-
|
|
2573
2220
|
### Bug Fixes
|
|
2574
2221
|
|
|
2575
|
-
|
|
2222
|
+
- lint and tidy readme docs ([#430](https://github.com/linz/lui/issues/430)) ([e87e961](https://github.com/linz/lui/commit/e87e961fb0c34019b9fcd5c309674c1befdcf34c))
|
|
2576
2223
|
|
|
2577
2224
|
# [10.5.0](https://github.com/linz/lui/compare/v10.4.6...v10.5.0) (2021-10-06)
|
|
2578
2225
|
|
|
2579
|
-
|
|
2580
2226
|
### Features
|
|
2581
2227
|
|
|
2582
|
-
|
|
2228
|
+
- Fix up fonts locally ([#425](https://github.com/linz/lui/issues/425)) ([2b0bb16](https://github.com/linz/lui/commit/2b0bb164be0f3ce8b098b595d9158b33d2dd5a01))
|
|
2583
2229
|
|
|
2584
2230
|
## [10.4.6](https://github.com/linz/lui/compare/v10.4.5...v10.4.6) (2021-10-04)
|
|
2585
2231
|
|
|
2586
|
-
|
|
2587
2232
|
### Bug Fixes
|
|
2588
2233
|
|
|
2589
|
-
|
|
2234
|
+
- attempt to get this base expored in package ([7db2154](https://github.com/linz/lui/commit/7db215454c4161c40209bcdec334bc02208f1043))
|
|
2590
2235
|
|
|
2591
2236
|
## [10.4.5](https://github.com/linz/lui/compare/v10.4.4...v10.4.5) (2021-10-03)
|
|
2592
2237
|
|
|
2593
|
-
|
|
2594
2238
|
### Bug Fixes
|
|
2595
2239
|
|
|
2596
|
-
|
|
2240
|
+
- non exported lui icon ([#421](https://github.com/linz/lui/issues/421)) ([d0558b0](https://github.com/linz/lui/commit/d0558b015be90b9d0fc3b5fbe7766d11f97380be))
|
|
2597
2241
|
|
|
2598
2242
|
## [10.4.4](https://github.com/linz/lui/compare/v10.4.3...v10.4.4) (2021-10-03)
|
|
2599
2243
|
|
|
2600
|
-
|
|
2601
2244
|
### Bug Fixes
|
|
2602
2245
|
|
|
2603
|
-
|
|
2246
|
+
- create base.scss outside of scss (same level as font face) ([#420](https://github.com/linz/lui/issues/420)) ([b157076](https://github.com/linz/lui/commit/b157076ba552145ca71ac291c3f3d38d1678291a))
|
|
2604
2247
|
|
|
2605
2248
|
## [10.4.3](https://github.com/linz/lui/compare/v10.4.2...v10.4.3) (2021-10-03)
|
|
2606
2249
|
|
|
2607
|
-
|
|
2608
2250
|
### Bug Fixes
|
|
2609
2251
|
|
|
2610
|
-
|
|
2252
|
+
- Actually fix lui icon ([#419](https://github.com/linz/lui/issues/419)) ([225e440](https://github.com/linz/lui/commit/225e4404a1c94db0eabf36e86c8fbec2e36784c6))
|
|
2611
2253
|
|
|
2612
2254
|
## [10.4.2](https://github.com/linz/lui/compare/v10.4.1...v10.4.2) (2021-09-22)
|
|
2613
2255
|
|
|
2614
|
-
|
|
2615
2256
|
### Bug Fixes
|
|
2616
2257
|
|
|
2617
|
-
|
|
2258
|
+
- Use appropriate margins for p tags within LuiLoadingSpinner ([#415](https://github.com/linz/lui/issues/415)) ([7a76c09](https://github.com/linz/lui/commit/7a76c0908976b7dee06865b0fdd1189e962d58bb))
|
|
2618
2259
|
|
|
2619
2260
|
## [10.4.1](https://github.com/linz/lui/compare/v10.4.0...v10.4.1) (2021-09-21)
|
|
2620
2261
|
|
|
2621
|
-
|
|
2622
2262
|
### Bug Fixes
|
|
2623
2263
|
|
|
2624
|
-
|
|
2264
|
+
- heading on modal header changed to white so it could be readable ([#414](https://github.com/linz/lui/issues/414)) ([d845def](https://github.com/linz/lui/commit/d845def221626534fde2ac6c2958146638c4e05f))
|
|
2625
2265
|
|
|
2626
2266
|
# [10.4.0](https://github.com/linz/lui/compare/v10.3.3...v10.4.0) (2021-09-21)
|
|
2627
2267
|
|
|
2628
|
-
|
|
2629
2268
|
### Features
|
|
2630
2269
|
|
|
2631
|
-
|
|
2270
|
+
- Add StatusSpinner ([#413](https://github.com/linz/lui/issues/413)) ([4bdf237](https://github.com/linz/lui/commit/4bdf237f4df7b86b3014652cfbfbdfed90985581))
|
|
2632
2271
|
|
|
2633
2272
|
## [10.3.3](https://github.com/linz/lui/compare/v10.3.2...v10.3.3) (2021-09-20)
|
|
2634
2273
|
|
|
2635
|
-
|
|
2636
2274
|
### Bug Fixes
|
|
2637
2275
|
|
|
2638
|
-
|
|
2276
|
+
- Change z-index for toast messages ([#412](https://github.com/linz/lui/issues/412)) ([b840d28](https://github.com/linz/lui/commit/b840d28188780100813075161e7a770715cc7fd4))
|
|
2639
2277
|
|
|
2640
2278
|
## [10.3.2](https://github.com/linz/lui/compare/v10.3.1...v10.3.2) (2021-09-17)
|
|
2641
2279
|
|
|
2642
|
-
|
|
2643
2280
|
### Bug Fixes
|
|
2644
2281
|
|
|
2645
|
-
|
|
2282
|
+
- CS-327 clear global client ref when user logs out or leaves the page. ([#411](https://github.com/linz/lui/issues/411)) ([43c8828](https://github.com/linz/lui/commit/43c88282ee86378fb86a52922b0ed159e4b776a8))
|
|
2646
2283
|
|
|
2647
2284
|
## [10.3.1](https://github.com/linz/lui/compare/v10.3.0...v10.3.1) (2021-09-17)
|
|
2648
2285
|
|
|
2649
|
-
|
|
2650
2286
|
### Bug Fixes
|
|
2651
2287
|
|
|
2652
|
-
|
|
2288
|
+
- Refactor LuiFilterContainer ([#410](https://github.com/linz/lui/issues/410)) ([f8b14e4](https://github.com/linz/lui/commit/f8b14e409763f9e7f2f91e9543ccc33c6173ac66))
|
|
2653
2289
|
|
|
2654
2290
|
# [10.3.0](https://github.com/linz/lui/compare/v10.2.3...v10.3.0) (2021-09-13)
|
|
2655
2291
|
|
|
2656
|
-
|
|
2657
2292
|
### Features
|
|
2658
2293
|
|
|
2659
|
-
|
|
2294
|
+
- Add support for href in LuiMenuItem ([#408](https://github.com/linz/lui/issues/408)) ([ac6be69](https://github.com/linz/lui/commit/ac6be69996cbf3e9093675dfbb10412bf81d958c))
|
|
2660
2295
|
|
|
2661
2296
|
## [10.2.3](https://github.com/linz/lui/compare/v10.2.2...v10.2.3) (2021-09-07)
|
|
2662
2297
|
|