@moda/om 19.2.0 → 19.4.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/README.md +6 -6
- package/dist/index.cjs.js +2632 -2172
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2631 -2174
- package/dist/index.esm.js.map +1 -1
- package/dist/src/components/Breakpoint/Breakpoint.d.ts +6 -0
- package/dist/src/components/Confirm/Confirm.d.ts +32 -0
- package/dist/src/components/Confirm/Confirm.stories.d.ts +5 -0
- package/dist/src/components/Confirm/Confirm.test.d.ts +1 -0
- package/dist/src/components/Confirm/index.d.ts +1 -0
- package/dist/src/components/Dialog/Dialog.d.ts +9 -0
- package/dist/src/components/Dialog/Dialog.stories.d.ts +6 -0
- package/dist/src/components/Dialog/Dialog.test.d.ts +1 -0
- package/dist/src/components/Dialog/index.d.ts +1 -0
- package/dist/src/components/Select/Select.d.ts +1 -0
- package/dist/src/components/index.d.ts +7 -5
- package/dist/styles.css +1 -1
- package/package.json +91 -88
- package/src/components/Breakpoint/Breakpoint.tsx +3 -3
- package/src/components/Confirm/Confirm.stories.tsx +35 -0
- package/src/components/Confirm/Confirm.test.tsx +44 -0
- package/src/components/Confirm/Confirm.tsx +90 -0
- package/src/components/Confirm/index.ts +1 -0
- package/src/components/Dialog/Dialog.scss +15 -0
- package/src/components/Dialog/Dialog.stories.tsx +28 -0
- package/src/components/Dialog/Dialog.test.tsx +38 -0
- package/src/components/Dialog/Dialog.tsx +33 -0
- package/src/components/Dialog/index.ts +1 -0
- package/src/components/Select/Select.tsx +1 -0
- package/src/components/index.ts +7 -5
- package/CHANGELOG.md +0 -764
package/CHANGELOG.md
DELETED
|
@@ -1,764 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See
|
|
4
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [19.2.0](https://github.com/ModaOperandi/om/compare/v19.1.0...v19.2.0) (2024-01-05)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **searchinput:** adds round borders prop/option ([#4417](https://github.com/ModaOperandi/om/issues/4417)) ([3ed3ee3](https://github.com/ModaOperandi/om/commit/3ed3ee385734942becbc503911fcd209dbe1e275))
|
|
12
|
-
|
|
13
|
-
# [19.1.0](https://github.com/ModaOperandi/om/compare/v19.0.0...v19.1.0) (2023-12-11)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
* usePreventNavigation ([02eb5ab](https://github.com/ModaOperandi/om/commit/02eb5ab1f8527eff806ff3f0f59cc8a68ba4d0d1))
|
|
19
|
-
|
|
20
|
-
# [19.0.0](https://github.com/ModaOperandi/om/compare/v18.5.0...v19.0.0) (2023-12-07)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* **tabs:** allow controlling the selected tab ([#4344](https://github.com/ModaOperandi/om/issues/4344)) ([5e87374](https://github.com/ModaOperandi/om/commit/5e873745735d9cc8e3c4728f91b989fb52852973))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### BREAKING CHANGES
|
|
29
|
-
|
|
30
|
-
* **tabs:** `activeTab` now controls the component, for uncontrolled behavior, use
|
|
31
|
-
`defaultActiveTab` instead.
|
|
32
|
-
|
|
33
|
-
# [18.5.0](https://github.com/ModaOperandi/om/compare/v18.4.0...v18.5.0) (2023-12-07)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
* NavigationPreventer ([f78bec1](https://github.com/ModaOperandi/om/commit/f78bec194869ea93e30f36f48eed24e78a7fa9d0))
|
|
39
|
-
|
|
40
|
-
# [18.4.0](https://github.com/ModaOperandi/om/compare/v18.3.2...v18.4.0) (2023-05-12)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Features
|
|
44
|
-
|
|
45
|
-
* **version:** release tokens version ([dd9202f](https://github.com/ModaOperandi/om/commit/dd9202f5d61c82ee096f4306ae03fb3463f799c5))
|
|
46
|
-
|
|
47
|
-
## [18.3.2](https://github.com/ModaOperandi/om/compare/v18.3.1...v18.3.2) (2023-04-17)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
* **storybook:** use automigrate to fix storybook build ([ec67966](https://github.com/ModaOperandi/om/commit/ec67966be5b688d9bde3dc4d19fd0fafb5a4ec5d))
|
|
53
|
-
|
|
54
|
-
## [18.3.1](https://github.com/ModaOperandi/om/compare/v18.3.0...v18.3.1) (2023-04-17)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Bug Fixes
|
|
58
|
-
|
|
59
|
-
* edit popover content prop ([185097f](https://github.com/ModaOperandi/om/commit/185097f21d2033e0351bcfe8312053ff1f570e9a))
|
|
60
|
-
|
|
61
|
-
# [18.3.0](https://github.com/ModaOperandi/om/compare/v18.2.0...v18.3.0) (2023-01-09)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* **AspectRatioBox:** make maxWidth and maxHeight optional ([#3168](https://github.com/ModaOperandi/om/issues/3168)) ([4b35e54](https://github.com/ModaOperandi/om/commit/4b35e5410bb90250adb4bb795b894d127f81061c))
|
|
67
|
-
|
|
68
|
-
# [18.2.0](https://github.com/ModaOperandi/om/compare/v18.1.0...v18.2.0) (2023-01-04)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Features
|
|
72
|
-
|
|
73
|
-
* move from node-sass to sass ([#3159](https://github.com/ModaOperandi/om/issues/3159)) ([fc30fb4](https://github.com/ModaOperandi/om/commit/fc30fb4a3efa80d34f0c43ee043a6fad9169296d))
|
|
74
|
-
|
|
75
|
-
# [18.1.0](https://github.com/ModaOperandi/om/compare/v18.0.0...v18.1.0) (2022-12-29)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Features
|
|
79
|
-
|
|
80
|
-
* accessibility improvements ([#3148](https://github.com/ModaOperandi/om/issues/3148)) ([7aecb1d](https://github.com/ModaOperandi/om/commit/7aecb1ddd9f6923b28bb5c99427ad884acb78fd2))
|
|
81
|
-
|
|
82
|
-
# [18.0.0](https://github.com/ModaOperandi/om/compare/v17.14.2...v18.0.0) (2022-12-01)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* **searchinput:** clean up props ([#3080](https://github.com/ModaOperandi/om/issues/3080)) ([3f3f645](https://github.com/ModaOperandi/om/commit/3f3f6451b258ff7563f1e9852c15920239566815))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### BREAKING CHANGES
|
|
91
|
-
|
|
92
|
-
* **searchinput:** removed 'onChangeValue'
|
|
93
|
-
|
|
94
|
-
## [17.14.2](https://github.com/ModaOperandi/om/compare/v17.14.1...v17.14.2) (2022-11-17)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### Bug Fixes
|
|
98
|
-
|
|
99
|
-
* **loading-shapes:** increases ms for transitioning ([#3060](https://github.com/ModaOperandi/om/issues/3060)) ([a93fc62](https://github.com/ModaOperandi/om/commit/a93fc62153920a9c7f0abd6e2a70adf9f2d2c3d0))
|
|
100
|
-
|
|
101
|
-
## [17.14.1](https://github.com/ModaOperandi/om/compare/v17.14.0...v17.14.1) (2022-11-15)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Bug Fixes
|
|
105
|
-
|
|
106
|
-
* **loading-shapes:** exports the component ([#3056](https://github.com/ModaOperandi/om/issues/3056)) ([d9e9289](https://github.com/ModaOperandi/om/commit/d9e928950e39c18f2cb6a09f8c7d7e82b98b94b3))
|
|
107
|
-
|
|
108
|
-
# [17.14.0](https://github.com/ModaOperandi/om/compare/v17.13.0...v17.14.0) (2022-11-15)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Features
|
|
112
|
-
|
|
113
|
-
* **loading-shapes:** adds the component, imported from discovery and its stories ([#3055](https://github.com/ModaOperandi/om/issues/3055)) ([c242985](https://github.com/ModaOperandi/om/commit/c242985806107cc78e550f030cf0975301067c17))
|
|
114
|
-
|
|
115
|
-
# [17.13.0](https://github.com/ModaOperandi/om/compare/v17.12.0...v17.13.0) (2022-11-14)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Features
|
|
119
|
-
|
|
120
|
-
* **button:** adds tertiary and elevated ([#3050](https://github.com/ModaOperandi/om/issues/3050)) ([6f1030d](https://github.com/ModaOperandi/om/commit/6f1030d5768aaf80ecbdf2866e90b3e993656f4d))
|
|
121
|
-
|
|
122
|
-
# [17.12.0](https://github.com/ModaOperandi/om/compare/v17.11.0...v17.12.0) (2022-11-09)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
* **shapes:** exports the components ([#3037](https://github.com/ModaOperandi/om/issues/3037)) ([0689b0b](https://github.com/ModaOperandi/om/commit/0689b0b0ff9995a949f2a51fdefa302f4c3a64c7))
|
|
128
|
-
|
|
129
|
-
# [17.11.0](https://github.com/ModaOperandi/om/compare/v17.10.0...v17.11.0) (2022-10-14)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### Features
|
|
133
|
-
|
|
134
|
-
* **modaloverlay:** add autoFocus ([3f41d25](https://github.com/ModaOperandi/om/commit/3f41d2546e3ddde4b4c2e7786fcaf53eed12da78))
|
|
135
|
-
|
|
136
|
-
# [17.10.0](https://github.com/ModaOperandi/om/compare/v17.9.1...v17.10.0) (2022-10-14)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* **modal:** make autoFocus optional ([#2970](https://github.com/ModaOperandi/om/issues/2970)) ([ec884b0](https://github.com/ModaOperandi/om/commit/ec884b0bcbe5c4fec3610c47f9afc397fe6d5c82))
|
|
142
|
-
|
|
143
|
-
## [17.9.1](https://github.com/ModaOperandi/om/compare/v17.9.0...v17.9.1) (2022-10-13)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Bug Fixes
|
|
147
|
-
|
|
148
|
-
* **slidingpane:** remove z-index ([21e65c4](https://github.com/ModaOperandi/om/commit/21e65c4f3d8db6a9ece7ad61e5a07e3049dd4600))
|
|
149
|
-
|
|
150
|
-
# [17.9.0](https://github.com/ModaOperandi/om/compare/v17.8.0...v17.9.0) (2022-10-13)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Features
|
|
154
|
-
|
|
155
|
-
* **breakpoint:** allow passing in html attributes ([#2968](https://github.com/ModaOperandi/om/issues/2968)) ([9282ed4](https://github.com/ModaOperandi/om/commit/9282ed45eaa9b3e79a8eace839a4b92a3e59da56))
|
|
156
|
-
|
|
157
|
-
# [17.8.0](https://github.com/ModaOperandi/om/compare/v17.7.0...v17.8.0) (2022-10-12)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Features
|
|
161
|
-
|
|
162
|
-
* **SlidingPane:** lock focus ([#2965](https://github.com/ModaOperandi/om/issues/2965)) ([ffb5ab7](https://github.com/ModaOperandi/om/commit/ffb5ab77a5dcb105693efb9a338b56c41bba86a4))
|
|
163
|
-
|
|
164
|
-
# [17.7.0](https://github.com/ModaOperandi/om/compare/v17.6.0...v17.7.0) (2022-10-11)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### Features
|
|
168
|
-
|
|
169
|
-
* **sliding pane:** fixes ([651786d](https://github.com/ModaOperandi/om/commit/651786d91e10fd42031d2da0ae7d20be34b6de2b))
|
|
170
|
-
* **sliding-pane:** adds sliding pane for mobile ([1a1a7c3](https://github.com/ModaOperandi/om/commit/1a1a7c3288d73f002611210f045cacd01b89c6c2))
|
|
171
|
-
|
|
172
|
-
# [17.6.0](https://github.com/ModaOperandi/om/compare/v17.5.0...v17.6.0) (2022-10-05)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Features
|
|
176
|
-
|
|
177
|
-
* **badge:** adds noise theme ([#2950](https://github.com/ModaOperandi/om/issues/2950)) ([2cd1536](https://github.com/ModaOperandi/om/commit/2cd1536beaa548fec8001056fcb8c6ae4553fc1b))
|
|
178
|
-
|
|
179
|
-
# [17.5.0](https://github.com/ModaOperandi/om/compare/v17.4.0...v17.5.0) (2022-09-30)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### Features
|
|
183
|
-
|
|
184
|
-
* **checkbox:** adds data-test-id by dataTestId prop ([#2942](https://github.com/ModaOperandi/om/issues/2942)) ([ff1aa3e](https://github.com/ModaOperandi/om/commit/ff1aa3eb5c54c21b2fd45b5ebea07598ce0ab9aa))
|
|
185
|
-
|
|
186
|
-
# [17.4.0](https://github.com/ModaOperandi/om/compare/v17.3.0...v17.4.0) (2022-09-27)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### Features
|
|
190
|
-
|
|
191
|
-
* **expandable:** dark background ([#2934](https://github.com/ModaOperandi/om/issues/2934)) ([8fb3bf3](https://github.com/ModaOperandi/om/commit/8fb3bf3fab3fccd3cbc53332438771bddca1c801))
|
|
192
|
-
|
|
193
|
-
# [17.3.0](https://github.com/ModaOperandi/om/compare/v17.2.1...v17.3.0) (2022-08-23)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### Features
|
|
197
|
-
|
|
198
|
-
* **colorswatch:** add new colors ([#2854](https://github.com/ModaOperandi/om/issues/2854)) ([a087080](https://github.com/ModaOperandi/om/commit/a0870807d284aab16815673720dca147a895fa09))
|
|
199
|
-
|
|
200
|
-
## [17.2.1](https://github.com/ModaOperandi/om/compare/v17.2.0...v17.2.1) (2022-08-22)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Bug Fixes
|
|
204
|
-
|
|
205
|
-
* **colorswatch:** show black dot only on white bg ([046877d](https://github.com/ModaOperandi/om/commit/046877d0e7d33de624b23848f6c8436cb9637853))
|
|
206
|
-
|
|
207
|
-
# [17.2.0](https://github.com/ModaOperandi/om/compare/v17.1.0...v17.2.0) (2022-08-22)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Features
|
|
211
|
-
|
|
212
|
-
* **colorswatch:** add title to the callbacks ([a259d7a](https://github.com/ModaOperandi/om/commit/a259d7a76785dccc30fb6489702e3ab1d5ee0055))
|
|
213
|
-
|
|
214
|
-
# [17.1.0](https://github.com/ModaOperandi/om/compare/v17.0.0...v17.1.0) (2022-08-17)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* **expandable:** onToggle ([4a63534](https://github.com/ModaOperandi/om/commit/4a635341fab096716b343fbac498f804dc5eed4c))
|
|
220
|
-
|
|
221
|
-
# [17.0.0](https://github.com/ModaOperandi/om/compare/v16.3.0...v17.0.0) (2022-08-17)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Features
|
|
225
|
-
|
|
226
|
-
* **expandable:** allow it to be controlled ([#2848](https://github.com/ModaOperandi/om/issues/2848)) ([d7128b6](https://github.com/ModaOperandi/om/commit/d7128b60276da6f155acd4cb5abb910648a3a904))
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
### BREAKING CHANGES
|
|
230
|
-
|
|
231
|
-
* **expandable:** 'expanded' will now control the component completely
|
|
232
|
-
|
|
233
|
-
# [16.3.0](https://github.com/ModaOperandi/om/compare/v16.2.1...v16.3.0) (2022-07-06)
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
### Features
|
|
237
|
-
|
|
238
|
-
* **select:** adds data-test-id to Select component ([#2790](https://github.com/ModaOperandi/om/issues/2790)) ([2ba14ed](https://github.com/ModaOperandi/om/commit/2ba14ed15c7d588bf735fbb4202e09495d58e341))
|
|
239
|
-
|
|
240
|
-
## [16.2.1](https://github.com/ModaOperandi/om/compare/v16.2.0...v16.2.1) (2022-07-01)
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
### Bug Fixes
|
|
244
|
-
|
|
245
|
-
* point to the type declarations ([d3ea4fa](https://github.com/ModaOperandi/om/commit/d3ea4fab7afba30995e9edcc6345decca2605098))
|
|
246
|
-
|
|
247
|
-
# [16.2.0](https://github.com/ModaOperandi/om/compare/v16.1.1...v16.2.0) (2022-06-17)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### Features
|
|
251
|
-
|
|
252
|
-
* **select:** adds placeholder as prop and places it within its label ([#2749](https://github.com/ModaOperandi/om/issues/2749)) ([689c869](https://github.com/ModaOperandi/om/commit/689c869ca1846b7c2ae0a941567cb1f35a065b70))
|
|
253
|
-
|
|
254
|
-
## [16.1.1](https://github.com/ModaOperandi/om/compare/v16.1.0...v16.1.1) (2022-05-26)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
### Bug Fixes
|
|
258
|
-
|
|
259
|
-
* **checkbox:** renames prop to `checkIcon` instead of `showCheckUsing` ([c2bb15e](https://github.com/ModaOperandi/om/commit/c2bb15e9da1bd8b427a1c9ccfa48e7d231cb5046))
|
|
260
|
-
|
|
261
|
-
# [16.1.0](https://github.com/ModaOperandi/om/compare/v16.0.0...v16.1.0) (2022-05-24)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Features
|
|
265
|
-
|
|
266
|
-
* **checkbox:** swaps the mark from defaulting a bullet to a check mark icon ([#2650](https://github.com/ModaOperandi/om/issues/2650)) ([d8e42c3](https://github.com/ModaOperandi/om/commit/d8e42c31eff9095acd6d2ef5a01939d74835de35))
|
|
267
|
-
|
|
268
|
-
# [16.0.0](https://github.com/ModaOperandi/om/compare/v15.11.4...v16.0.0) (2022-05-12)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
* **dependencies:** upgrade to React 18 ([#2602](https://github.com/ModaOperandi/om/issues/2602)) ([bf413bf](https://github.com/ModaOperandi/om/commit/bf413bfccb02e980dfd7ccd19c49afa764427753))
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### BREAKING CHANGES
|
|
277
|
-
|
|
278
|
-
* **dependencies:** this package has react >= 18.1.0 and react-dom >= 18.1.0 as peer dependencies now
|
|
279
|
-
|
|
280
|
-
## [15.11.4](https://github.com/ModaOperandi/om/compare/v15.11.3...v15.11.4) (2021-12-14)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Bug Fixes
|
|
284
|
-
|
|
285
|
-
* **popover:** fixes error and clears out code[refactor] ([#2269](https://github.com/ModaOperandi/om/issues/2269)) ([974a3c6](https://github.com/ModaOperandi/om/commit/974a3c6f5355b38f9a2707e9c41a899fba1b17a6))
|
|
286
|
-
|
|
287
|
-
## [15.11.3](https://github.com/ModaOperandi/om/compare/v15.11.2...v15.11.3) (2021-12-13)
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### Bug Fixes
|
|
291
|
-
|
|
292
|
-
* **popover:** fixes open & !open logic ([#2265](https://github.com/ModaOperandi/om/issues/2265)) ([21e5bc9](https://github.com/ModaOperandi/om/commit/21e5bc995297ca3eeaaf4c4e0361ddb4860bd7b7))
|
|
293
|
-
|
|
294
|
-
## [15.11.2](https://github.com/ModaOperandi/om/compare/v15.11.1...v15.11.2) (2021-12-10)
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Bug Fixes
|
|
298
|
-
|
|
299
|
-
* **popover smooth transitioning:** fixes problem with auto triggering ([#2260](https://github.com/ModaOperandi/om/issues/2260)) ([4700f11](https://github.com/ModaOperandi/om/commit/4700f11641478123d6220f8bef7d4a0ce81daf45))
|
|
300
|
-
|
|
301
|
-
## [15.11.1](https://github.com/ModaOperandi/om/compare/v15.11.0...v15.11.1) (2021-12-10)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Bug Fixes
|
|
305
|
-
|
|
306
|
-
* **popover:** clears out props, makes smooth transitioning optional ([#2259](https://github.com/ModaOperandi/om/issues/2259)) ([9880664](https://github.com/ModaOperandi/om/commit/988066478a0f226d54db5b374dc54e1840fd9aee))
|
|
307
|
-
|
|
308
|
-
# [15.11.0](https://github.com/ModaOperandi/om/compare/v15.10.3...v15.11.0) (2021-12-10)
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
### Features
|
|
312
|
-
|
|
313
|
-
* **popover:** adds popover smooth animation ([#2256](https://github.com/ModaOperandi/om/issues/2256)) ([ad7562f](https://github.com/ModaOperandi/om/commit/ad7562f3256ba04b7b80a761c044ac17656f6588))
|
|
314
|
-
|
|
315
|
-
## [15.10.3](https://github.com/ModaOperandi/om/compare/v15.10.2...v15.10.3) (2021-10-27)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
### Bug Fixes
|
|
319
|
-
|
|
320
|
-
* upgrade deps ([4c65a4f](https://github.com/ModaOperandi/om/commit/4c65a4f56ae8ab3f716330c54095bef7149a23af))
|
|
321
|
-
|
|
322
|
-
## [15.10.2](https://github.com/ModaOperandi/om/compare/v15.10.1...v15.10.2) (2021-10-26)
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
### Bug Fixes
|
|
326
|
-
|
|
327
|
-
* **password-input:** adds padding to avoid overlapping hide/show badge ([#2113](https://github.com/ModaOperandi/om/issues/2113)) ([fc0319d](https://github.com/ModaOperandi/om/commit/fc0319d4045de13feb628bc9d70d7142670f2c8a))
|
|
328
|
-
|
|
329
|
-
## [15.10.1](https://github.com/ModaOperandi/om/compare/v15.10.0...v15.10.1) (2021-10-19)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Bug Fixes
|
|
333
|
-
|
|
334
|
-
* nothing (just making sure that the release works) ([5947d02](https://github.com/ModaOperandi/om/commit/5947d028d7e46e059c5df114f1f7e65ae1b1a162))
|
|
335
|
-
|
|
336
|
-
# [15.10.0](https://github.com/ModaOperandi/om/compare/v15.9.0...v15.10.0) (2021-10-12)
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
### Features
|
|
340
|
-
|
|
341
|
-
* **password-input:** forwarded the input ref ([#2069](https://github.com/ModaOperandi/om/issues/2069)) ([a015c01](https://github.com/ModaOperandi/om/commit/a015c0164c26ff5d243b7735f2a142b80a87dcb6))
|
|
342
|
-
|
|
343
|
-
# [15.9.0](https://github.com/ModaOperandi/om/compare/v15.8.0...v15.9.0) (2021-09-30)
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
### Features
|
|
347
|
-
|
|
348
|
-
* **divider:** allow specifying text treatment ([#2028](https://github.com/ModaOperandi/om/issues/2028)) ([3ce91ca](https://github.com/ModaOperandi/om/commit/3ce91ca5a201c779ca6cc061fd7be0939c4f2fe0))
|
|
349
|
-
|
|
350
|
-
# [15.8.0](https://github.com/ModaOperandi/om/compare/v15.7.1...v15.8.0) (2021-09-15)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Features
|
|
354
|
-
|
|
355
|
-
* **input:** add ...rest ([9945754](https://github.com/ModaOperandi/om/commit/99457548aa43fbe40eb953bebac76e0ba1a6a6f4))
|
|
356
|
-
* **input:** new password input component ([eaea22f](https://github.com/ModaOperandi/om/commit/eaea22f5c8ce4af79c8450bc66f20e375a5e94b7))
|
|
357
|
-
* **input:** prop updates ([1bf337c](https://github.com/ModaOperandi/om/commit/1bf337c6328fbed707f764d2e4c5171813e40e53))
|
|
358
|
-
* **input:** removed data test id as prop ([1ca517d](https://github.com/ModaOperandi/om/commit/1ca517d3a913d22012ec15b8d6a3116498eabd17))
|
|
359
|
-
|
|
360
|
-
## [15.7.1](https://github.com/ModaOperandi/om/compare/v15.7.0...v15.7.1) (2021-09-03)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Bug Fixes
|
|
364
|
-
|
|
365
|
-
* **badge:** fix the way we set the badge colors ([#1970](https://github.com/ModaOperandi/om/issues/1970)) ([9060ef0](https://github.com/ModaOperandi/om/commit/9060ef0444c7bdc3d2c5b888425ecff9e257be89))
|
|
366
|
-
|
|
367
|
-
# [15.7.0](https://github.com/ModaOperandi/om/compare/v15.6.1...v15.7.0) (2021-07-23)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
### Features
|
|
371
|
-
|
|
372
|
-
* **Select:** autoSelect ([#1887](https://github.com/ModaOperandi/om/issues/1887)) ([1b69b78](https://github.com/ModaOperandi/om/commit/1b69b7887389cb7ea99b5abd6b71987b59891bb0))
|
|
373
|
-
|
|
374
|
-
## [15.6.1](https://github.com/ModaOperandi/om/compare/v15.6.0...v15.6.1) (2021-07-21)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Bug Fixes
|
|
378
|
-
|
|
379
|
-
* **MultiSelect:** remove console.log ([41ae6eb](https://github.com/ModaOperandi/om/commit/41ae6eb3ec20e94a27afeebbe7d7177440b27c26))
|
|
380
|
-
|
|
381
|
-
# [15.6.0](https://github.com/ModaOperandi/om/compare/v15.5.0...v15.6.0) (2021-06-29)
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### Features
|
|
385
|
-
|
|
386
|
-
* **Select:** improvements ([#1799](https://github.com/ModaOperandi/om/issues/1799)) ([6e1cdcd](https://github.com/ModaOperandi/om/commit/6e1cdcd3f1c934bdb0fbb23d4fa55686b1a182bd))
|
|
387
|
-
|
|
388
|
-
# [15.5.0](https://github.com/ModaOperandi/om/compare/v15.4.0...v15.5.0) (2021-06-24)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
* address comments ([7b2ddba](https://github.com/ModaOperandi/om/commit/7b2ddbabba39312d950e2d8728402c3804592645))
|
|
394
|
-
* address comments ([7713a0a](https://github.com/ModaOperandi/om/commit/7713a0a69b16aa35358ff2d2308fe367abf57f95))
|
|
395
|
-
* address comments ([b7867a1](https://github.com/ModaOperandi/om/commit/b7867a1360aa1e95a3527480c8f3584476fdf6af))
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
### Features
|
|
399
|
-
|
|
400
|
-
* add multi select to om select package ([92aa47b](https://github.com/ModaOperandi/om/commit/92aa47b4612acdd766e499f99cbfcc3db290bdec))
|
|
401
|
-
* address comments, add searchable prop ([7c75ca3](https://github.com/ModaOperandi/om/commit/7c75ca32d756de858b1336c6635b48d286727558))
|
|
402
|
-
|
|
403
|
-
# [15.4.0](https://github.com/ModaOperandi/om/compare/v15.3.0...v15.4.0) (2021-06-17)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### Features
|
|
407
|
-
|
|
408
|
-
* **paginator:** export the paginator ([#1768](https://github.com/ModaOperandi/om/issues/1768)) ([6c65519](https://github.com/ModaOperandi/om/commit/6c65519a529dc967313fbed4c95b47dd44ea3ca4))
|
|
409
|
-
|
|
410
|
-
# [15.3.0](https://github.com/ModaOperandi/om/compare/v15.2.0...v15.3.0) (2021-06-17)
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
### Features
|
|
414
|
-
|
|
415
|
-
* **paginator:** add paginator from discovery ([#1767](https://github.com/ModaOperandi/om/issues/1767)) ([8539a89](https://github.com/ModaOperandi/om/commit/8539a89d8d7f6ef774ffe7dfbde6ac4e39f202e8))
|
|
416
|
-
|
|
417
|
-
# [15.2.0](https://github.com/ModaOperandi/om/compare/v15.1.0...v15.2.0) (2021-06-17)
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
### Features
|
|
421
|
-
|
|
422
|
-
* **<select />:** adds the ability to render select options on top of it ([#1766](https://github.com/ModaOperandi/om/issues/1766)) ([baffab0](https://github.com/ModaOperandi/om/commit/baffab0b4c5a630bb67cee1c79f13163693259dd))
|
|
423
|
-
|
|
424
|
-
# [15.1.0](https://github.com/ModaOperandi/om/compare/v15.0.1...v15.1.0) (2021-06-15)
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### Features
|
|
428
|
-
|
|
429
|
-
* **popover:** make zIndex configurable ([#1761](https://github.com/ModaOperandi/om/issues/1761)) ([5ba6cfc](https://github.com/ModaOperandi/om/commit/5ba6cfc49279be5cadb65ca9fe1a1231d3650c20))
|
|
430
|
-
|
|
431
|
-
## [15.0.1](https://github.com/ModaOperandi/om/compare/v15.0.0...v15.0.1) (2021-06-10)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Bug Fixes
|
|
435
|
-
|
|
436
|
-
* **input:** credit card number input types ([cba0991](https://github.com/ModaOperandi/om/commit/cba09915be8a1c381cacc569d0fd17b5b790aed6))
|
|
437
|
-
|
|
438
|
-
# [15.0.0](https://github.com/ModaOperandi/om/compare/v14.28.0...v15.0.0) (2021-06-09)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### Bug Fixes
|
|
442
|
-
|
|
443
|
-
* **input:** onChange type ([#1742](https://github.com/ModaOperandi/om/issues/1742)) ([e384b58](https://github.com/ModaOperandi/om/commit/e384b5896b9906c405ae825e42abb9cacb9a505e))
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
### BREAKING CHANGES
|
|
447
|
-
|
|
448
|
-
* **input:** The argument of onChange is the new value instead of the change event in Input and
|
|
449
|
-
Textarea
|
|
450
|
-
|
|
451
|
-
# [14.28.0](https://github.com/ModaOperandi/om/compare/v14.27.0...v14.28.0) (2021-05-11)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Features
|
|
455
|
-
|
|
456
|
-
* **pdp:** add datatestids to the exandable component ([#1682](https://github.com/ModaOperandi/om/issues/1682)) ([640598d](https://github.com/ModaOperandi/om/commit/640598de9bec534e5f6c99fc63b597a7eae17eb5))
|
|
457
|
-
|
|
458
|
-
# [14.27.0](https://github.com/ModaOperandi/om/compare/v14.26.0...v14.27.0) (2021-05-10)
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
### Features
|
|
462
|
-
|
|
463
|
-
* **loadingballs:** add LoadingBalls ([#1675](https://github.com/ModaOperandi/om/issues/1675)) ([6e82454](https://github.com/ModaOperandi/om/commit/6e824546987b399b80953972deb3895ffb66c764))
|
|
464
|
-
|
|
465
|
-
# [14.26.0](https://github.com/ModaOperandi/om/compare/v14.25.0...v14.26.0) (2021-04-08)
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### Features
|
|
469
|
-
|
|
470
|
-
* **constrain:** exceed constrain ([b1216b5](https://github.com/ModaOperandi/om/commit/b1216b504011094a253f3dee5bce9288e250c375))
|
|
471
|
-
|
|
472
|
-
# [14.25.0](https://github.com/ModaOperandi/om/compare/v14.24.0...v14.25.0) (2021-04-01)
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
### Features
|
|
476
|
-
|
|
477
|
-
* **focuson:** export FocusOn ([#1539](https://github.com/ModaOperandi/om/issues/1539)) ([3807dbc](https://github.com/ModaOperandi/om/commit/3807dbc9c03ac40c68164cc0132956ea79dbc5f6))
|
|
478
|
-
|
|
479
|
-
# [14.24.0](https://github.com/ModaOperandi/om/compare/v14.23.1...v14.24.0) (2021-03-31)
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### Features
|
|
483
|
-
|
|
484
|
-
* **select:** adds title and fixes test ([dcedfd2](https://github.com/ModaOperandi/om/commit/dcedfd25ee6e1ab294ab51cfd765af1e4befb021))
|
|
485
|
-
* **select:** test fix ([cb93557](https://github.com/ModaOperandi/om/commit/cb9355755feb486b78d3e09f25803af292be8d7d))
|
|
486
|
-
|
|
487
|
-
## [14.23.1](https://github.com/ModaOperandi/om/compare/v14.23.0...v14.23.1) (2021-03-05)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Bug Fixes
|
|
491
|
-
|
|
492
|
-
* **button:** small refactor ([d53b67e](https://github.com/ModaOperandi/om/commit/d53b67efba5cb62c90168fc95c242da789ce8c75))
|
|
493
|
-
|
|
494
|
-
# [14.23.0](https://github.com/ModaOperandi/om/compare/v14.22.0...v14.23.0) (2021-03-02)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### Features
|
|
498
|
-
|
|
499
|
-
* **breakpoint:** add BreakpointProvider ([fdf4e72](https://github.com/ModaOperandi/om/commit/fdf4e72423a77f42292c9376bf62ad9ff0102fac))
|
|
500
|
-
|
|
501
|
-
# [14.22.0](https://github.com/ModaOperandi/om/compare/v14.21.2...v14.22.0) (2021-02-24)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Features
|
|
505
|
-
|
|
506
|
-
* **breadcrumb:** same link divider on mobile as on desktop ([e03f29b](https://github.com/ModaOperandi/om/commit/e03f29be9d630719c64afd90aa793beffbf49a08))
|
|
507
|
-
|
|
508
|
-
## [14.21.2](https://github.com/ModaOperandi/om/compare/v14.21.1...v14.21.2) (2021-02-22)
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### Bug Fixes
|
|
512
|
-
|
|
513
|
-
* use devops-dev context ([28442d0](https://github.com/ModaOperandi/om/commit/28442d01a48e90e587c10cf2820839bc87b03c3a))
|
|
514
|
-
|
|
515
|
-
## [14.21.1](https://github.com/ModaOperandi/om/compare/v14.21.0...v14.21.1) (2021-02-17)
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
### Bug Fixes
|
|
519
|
-
|
|
520
|
-
* css order ([192515d](https://github.com/ModaOperandi/om/commit/192515d4cb282b756d3d407e9b8b47339c5a3782))
|
|
521
|
-
|
|
522
|
-
# [14.21.0](https://github.com/ModaOperandi/om/compare/v14.20.2...v14.21.0) (2021-02-16)
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
### Features
|
|
526
|
-
|
|
527
|
-
* use rollup to make the package tree-shakeable ([0a46312](https://github.com/ModaOperandi/om/commit/0a463129cbd93bc63d483170a1a4597233d8e957))
|
|
528
|
-
|
|
529
|
-
## [14.20.2](https://github.com/ModaOperandi/om/compare/v14.20.1...v14.20.2) (2021-02-12)
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
### Bug Fixes
|
|
533
|
-
|
|
534
|
-
* active tab ([f13773a](https://github.com/ModaOperandi/om/commit/f13773a5648b883ae0f1dbeb0971090b1d45b583))
|
|
535
|
-
* storybook test ([c36b67d](https://github.com/ModaOperandi/om/commit/c36b67d139343b780b2a8028f09fe9777347abdb))
|
|
536
|
-
|
|
537
|
-
## [14.20.1](https://github.com/ModaOperandi/om/compare/v14.20.0...v14.20.1) (2021-02-11)
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
### Bug Fixes
|
|
541
|
-
|
|
542
|
-
* **select:** fix select component accessibility ([b6a8f57](https://github.com/ModaOperandi/om/commit/b6a8f5763a9992512a7370993e5381bd997e4a43))
|
|
543
|
-
|
|
544
|
-
# [14.20.0](https://github.com/ModaOperandi/om/compare/v14.19.0...v14.20.0) (2021-02-11)
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
### Features
|
|
548
|
-
|
|
549
|
-
* **select component:** adding autofill feature to select component ([8b01a0b](https://github.com/ModaOperandi/om/commit/8b01a0b10ef12ee50a4dcb7d6923f66bade8a9b4))
|
|
550
|
-
|
|
551
|
-
# [14.19.0](https://github.com/ModaOperandi/om/compare/v14.18.1...v14.19.0) (2021-02-05)
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
### Features
|
|
555
|
-
|
|
556
|
-
* **expandable comp:** adding virtual prop to expandable component ([9d058da](https://github.com/ModaOperandi/om/commit/9d058daf4062449f4b133aa46b0241fd48d3fb1c))
|
|
557
|
-
|
|
558
|
-
## [14.18.1](https://github.com/ModaOperandi/om/compare/v14.18.0...v14.18.1) (2021-02-03)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
### Bug Fixes
|
|
562
|
-
|
|
563
|
-
* **select:** label when focusing an item ([4eb81bc](https://github.com/ModaOperandi/om/commit/4eb81bc8e9fc2b0258a8d468ad7f937a3c8087fb))
|
|
564
|
-
|
|
565
|
-
# [14.18.0](https://github.com/ModaOperandi/om/compare/v14.17.0...v14.18.0) (2021-02-02)
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
### Features
|
|
569
|
-
|
|
570
|
-
* **breadcrumb:** adds the possibility of assigning className to <Breadcrumb /> component ([#1300](https://github.com/ModaOperandi/om/issues/1300)) ([6ec7e1c](https://github.com/ModaOperandi/om/commit/6ec7e1ce92e324edbbf4c8ef76909d61796a6583))
|
|
571
|
-
|
|
572
|
-
# [14.17.0](https://github.com/ModaOperandi/om/compare/v14.16.0...v14.17.0) (2020-11-30)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
* upgrade deps and lint on ci ([adcb501](https://github.com/ModaOperandi/om/commit/adcb5010778f98acfde23b8d2d4d483ba45b44a3))
|
|
578
|
-
|
|
579
|
-
# [14.16.0](https://github.com/ModaOperandi/om/compare/v14.15.1...v14.16.0) (2020-11-18)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Features
|
|
583
|
-
|
|
584
|
-
* webpack 5.x ([5a3a27d](https://github.com/ModaOperandi/om/commit/5a3a27d44b90c0e5ca26646bd75868205cf30a82))
|
|
585
|
-
|
|
586
|
-
## [14.15.1](https://github.com/ModaOperandi/om/compare/v14.15.0...v14.15.1) (2020-11-18)
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
* release upgraded dependencies ([1223483](https://github.com/ModaOperandi/om/commit/12234834578198ecae379d4150613f2e6f41b3a4))
|
|
592
|
-
|
|
593
|
-
# [14.15.0](https://github.com/ModaOperandi/om/compare/v14.14.0...v14.15.0) (2020-11-06)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Features
|
|
597
|
-
|
|
598
|
-
* **checkbox:** disabled checkbox style looked the sama as the enabled one ([dd912d0](https://github.com/ModaOperandi/om/commit/dd912d0c8fde1012bcf0419545c08782734a7e9f))
|
|
599
|
-
|
|
600
|
-
# [14.14.0](https://github.com/ModaOperandi/om/compare/v14.13.1...v14.14.0) (2020-11-04)
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
### Features
|
|
604
|
-
|
|
605
|
-
* **badges:** renamed badge theme 'fall-25' to be more generic ([#1056](https://github.com/ModaOperandi/om/issues/1056)) ([bb2fe78](https://github.com/ModaOperandi/om/commit/bb2fe78de779bf1e04f43521c3f94a3ae54bf89d))
|
|
606
|
-
|
|
607
|
-
## [14.13.1](https://github.com/ModaOperandi/om/compare/v14.13.0...v14.13.1) (2020-10-29)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
* **badge:** make badge a span and not a link ([#1040](https://github.com/ModaOperandi/om/issues/1040)) ([4eb8ccd](https://github.com/ModaOperandi/om/commit/4eb8ccd0e373eee0dec6bcc26ecc1d4640112f51))
|
|
613
|
-
|
|
614
|
-
# [14.13.0](https://github.com/ModaOperandi/om/compare/v14.12.0...v14.13.0) (2020-10-28)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Features
|
|
618
|
-
|
|
619
|
-
* **badge:** removed clickable ([e450262](https://github.com/ModaOperandi/om/commit/e450262228dbb8c60d26eacd91680cc3d5b3bb5f))
|
|
620
|
-
|
|
621
|
-
# [14.12.0](https://github.com/ModaOperandi/om/compare/v14.11.1...v14.12.0) (2020-10-28)
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
### Features
|
|
625
|
-
|
|
626
|
-
* **badge:** use dark fuchsia ([d7aa72d](https://github.com/ModaOperandi/om/commit/d7aa72dff7cea55bc4f9169901f6e85a56e41e48))
|
|
627
|
-
|
|
628
|
-
## [14.11.1](https://github.com/ModaOperandi/om/compare/v14.11.0...v14.11.1) (2020-10-28)
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
### Bug Fixes
|
|
632
|
-
|
|
633
|
-
* **badge:** add badgetheme as export ([#1032](https://github.com/ModaOperandi/om/issues/1032)) ([01a153b](https://github.com/ModaOperandi/om/commit/01a153b2b0433b74a1a6af62447502fd5a2cdcb0))
|
|
634
|
-
|
|
635
|
-
# [14.11.0](https://github.com/ModaOperandi/om/compare/v14.10.0...v14.11.0) (2020-10-28)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
### Features
|
|
639
|
-
|
|
640
|
-
* **badge:** add fall-25 theme ([#1031](https://github.com/ModaOperandi/om/issues/1031)) ([9a56d84](https://github.com/ModaOperandi/om/commit/9a56d849d8fc82a8529b098b08631251218affb7))
|
|
641
|
-
|
|
642
|
-
# [14.10.0](https://github.com/ModaOperandi/om/compare/v14.9.0...v14.10.0) (2020-10-26)
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
### Features
|
|
646
|
-
|
|
647
|
-
* **radio-button:** forwarded onKeyPress to input element ([#1027](https://github.com/ModaOperandi/om/issues/1027)) ([b31f898](https://github.com/ModaOperandi/om/commit/b31f89836a2b96011856f5e976eb0050af1c4f83))
|
|
648
|
-
|
|
649
|
-
# [14.9.0](https://github.com/ModaOperandi/om/compare/v14.8.5...v14.9.0) (2020-10-26)
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
### Bug Fixes
|
|
653
|
-
|
|
654
|
-
* **build:** fix the build ([#1026](https://github.com/ModaOperandi/om/issues/1026)) ([c6551ce](https://github.com/ModaOperandi/om/commit/c6551ce3bdc15a4edf898f93dc2bffb03d4b4626))
|
|
655
|
-
* **radio-button:** fix roles ([#1024](https://github.com/ModaOperandi/om/issues/1024)) ([13610e7](https://github.com/ModaOperandi/om/commit/13610e7719a38dc2bce835af6361ae4b0da5db94))
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
### Features
|
|
659
|
-
|
|
660
|
-
* **radio-group:** remove radio-group as it's not used, tested or properly implemented ([#1025](https://github.com/ModaOperandi/om/issues/1025)) ([f081942](https://github.com/ModaOperandi/om/commit/f0819425df177e87cb7b9701c19fb0fc0b7121e3))
|
|
661
|
-
|
|
662
|
-
## [14.8.5](https://github.com/ModaOperandi/om/compare/v14.8.4...v14.8.5) (2020-10-26)
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
### Bug Fixes
|
|
666
|
-
|
|
667
|
-
* **overlay:** animation ([0f05503](https://github.com/ModaOperandi/om/commit/0f05503db8da2dd45196448b175af8d7dc6a7056))
|
|
668
|
-
|
|
669
|
-
## [14.8.4](https://github.com/ModaOperandi/om/compare/v14.8.3...v14.8.4) (2020-10-26)
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
### Bug Fixes
|
|
673
|
-
|
|
674
|
-
* **radio-button:** fix type hidden disabling onChange ([#1022](https://github.com/ModaOperandi/om/issues/1022)) ([f2558a3](https://github.com/ModaOperandi/om/commit/f2558a3d137cd743000cf00596d8fb253a67919c))
|
|
675
|
-
|
|
676
|
-
## [14.8.3](https://github.com/ModaOperandi/om/compare/v14.8.2...v14.8.3) (2020-10-23)
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
### Bug Fixes
|
|
680
|
-
|
|
681
|
-
* **radio:** fix tests ([#1012](https://github.com/ModaOperandi/om/issues/1012)) ([8f53f14](https://github.com/ModaOperandi/om/commit/8f53f14ae4d16a640b75ca8f495737912c0d6ead))
|
|
682
|
-
* **radio-button:** fix radio-button double 'radio' role ([#1011](https://github.com/ModaOperandi/om/issues/1011)) ([55323f2](https://github.com/ModaOperandi/om/commit/55323f2fdfc66f3a78bb790ab45aa22bacb02722))
|
|
683
|
-
|
|
684
|
-
## [14.8.2](https://github.com/ModaOperandi/om/compare/v14.8.1...v14.8.2) (2020-10-23)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### Bug Fixes
|
|
688
|
-
|
|
689
|
-
* **radio-button:** fix tabIndex conditional ([#1010](https://github.com/ModaOperandi/om/issues/1010)) ([849e4ad](https://github.com/ModaOperandi/om/commit/849e4adb243bb7af98c2af5dc3d69ec146214980))
|
|
690
|
-
|
|
691
|
-
## [14.8.1](https://github.com/ModaOperandi/om/compare/v14.8.0...v14.8.1) (2020-10-23)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Bug Fixes
|
|
695
|
-
|
|
696
|
-
* **radio-button:** add tabindex from props from radio-button ([#1009](https://github.com/ModaOperandi/om/issues/1009)) ([6ab4d4e](https://github.com/ModaOperandi/om/commit/6ab4d4e36d6f6161cee09c85013beb64ef0f88f1))
|
|
697
|
-
|
|
698
|
-
# [14.8.0](https://github.com/ModaOperandi/om/compare/v14.7.0...v14.8.0) (2020-10-23)
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
### Features
|
|
702
|
-
|
|
703
|
-
* **radiogroup:** add RadioGroup component ([#1008](https://github.com/ModaOperandi/om/issues/1008)) ([f345a2f](https://github.com/ModaOperandi/om/commit/f345a2f16fae7e1f02b8624ebd8ef3cba70a5bca))
|
|
704
|
-
|
|
705
|
-
# [14.7.0](https://github.com/ModaOperandi/om/compare/v14.6.3...v14.7.0) (2020-10-22)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### Features
|
|
709
|
-
|
|
710
|
-
* **node-sass:** upgrade node-sass ([#1001](https://github.com/ModaOperandi/om/issues/1001)) ([a624b9b](https://github.com/ModaOperandi/om/commit/a624b9b00f25d42c4f61f32051f20cc7623b3192))
|
|
711
|
-
|
|
712
|
-
## [14.6.3](https://github.com/ModaOperandi/om/compare/v14.6.2...v14.6.3) (2020-10-20)
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Bug Fixes
|
|
716
|
-
|
|
717
|
-
* **overlay:** overlay has unnecesary margin ([bbc2b21](https://github.com/ModaOperandi/om/commit/bbc2b210365004848a90ad26100abf216f0f7c91))
|
|
718
|
-
|
|
719
|
-
## [14.6.2](https://github.com/ModaOperandi/om/compare/v14.6.1...v14.6.2) (2020-10-19)
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
### Bug Fixes
|
|
723
|
-
|
|
724
|
-
* **<select /> & <field />:** fix select's carret overlapping field's error icon ([#996](https://github.com/ModaOperandi/om/issues/996)) ([32d575b](https://github.com/ModaOperandi/om/commit/32d575b9b3d18e9869f1e922765b6359ef60657f))
|
|
725
|
-
|
|
726
|
-
## [14.6.1](https://github.com/ModaOperandi/om/compare/v14.6.0...v14.6.1) (2020-10-07)
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
### Bug Fixes
|
|
730
|
-
|
|
731
|
-
* **component:** fix error on dropdowns ([b24179a](https://github.com/ModaOperandi/om/commit/b24179abb5e1067b04f274f84b11cba949be1b76))
|
|
732
|
-
|
|
733
|
-
# [14.6.0](https://github.com/ModaOperandi/om/compare/v14.5.0...v14.6.0) (2020-10-01)
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
### Features
|
|
737
|
-
|
|
738
|
-
* **modal:** add shards to props ([758ffd3](https://github.com/ModaOperandi/om/commit/758ffd3d5f5320e7e301a60a25f7f8f751a350fb))
|
|
739
|
-
|
|
740
|
-
# [14.5.0](https://github.com/ModaOperandi/om/compare/v14.4.0...v14.5.0) (2020-09-10)
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
### Bug Fixes
|
|
744
|
-
|
|
745
|
-
* **button.scss:** button focus style ([9663554](https://github.com/ModaOperandi/om/commit/96635545d138a3f241209e26ec63b1376cb656a9))
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
### Features
|
|
749
|
-
|
|
750
|
-
* **expandable:** adds link color ([942479a](https://github.com/ModaOperandi/om/commit/942479aaf54378abe7944ed1a8ce5d7a7094774a))
|
|
751
|
-
* **select:** improve keyboard navigation ([c63dc75](https://github.com/ModaOperandi/om/commit/c63dc75b07bb05270ce2b0a043454039cb29b020))
|
|
752
|
-
* **select:** improve keyboard navigation ([40d9dec](https://github.com/ModaOperandi/om/commit/40d9dec150ff9a86f0b61ec609f84ae56a37fa9b))
|
|
753
|
-
|
|
754
|
-
# [14.4.0](https://github.com/ModaOperandi/om/compare/v14.3.0...v14.4.0) (2020-08-26)
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
### Bug Fixes
|
|
758
|
-
|
|
759
|
-
* **tools:** forgot to add branch for @semantic-release/git ([039ac7d](https://github.com/ModaOperandi/om/commit/039ac7d3ec0805af2d19959125c2ee56817eaef5))
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
### Features
|
|
763
|
-
|
|
764
|
-
* **tools:** use semantic-release-npm-github-config ([095b296](https://github.com/ModaOperandi/om/commit/095b29613cc11ba6fc98af97c3fa855e81bcec81))
|