Releases: seb-oss/react-components
Releases · seb-oss/react-components
v2.0.3
v2.0.2
2.0.2 (2019-10-11)
Bug Fixes
- fixes readOnly invalid camelcase checking (5a1387b)
- button: add button minimum height (9452382)
- button: fixes button label alignment issue (025afa8)
- component: fix loader wrapper issue (d9dafdc), closes #60
- loader: fixed size and position issue (afc92aa), closes #63
- loader.test.tsx: amend loader unit test (0cf3df2)
v2.0.1
v2.0.0
2.0.0 (2019-10-04)
Bug Fixes
- accordion: adds in new state for className, remove redundancies (c15986f)
- accordion: improve test case readability, remove redundant hook (6868be6)
- accordion: localize accordion style, modify state name (5692624)
- accordion: rename alternate, sort prop name in doc, refactor code (258e978)
- accordion-component: corrects arrow direction (d021662), closes #23
- accordion-component: fixes null check bug (82e4778), closes #27
- accordion-component: fixes padding (e84404a), closes #23
- checkbox: aligning checkbox with design library (7a92263)
- component: add missing attributes to dropdown (3b3e5e2), closes #32
- component: fix modal component (e68d1d4)
- date-picker: adds disabled style (b145a31)
- dropdown-component: bug fixes and improvements (e2ce76a), closes #19
- dropdown-component: bugfix refactor and improve performance (7266c3f), closes #19
- dropdown-component: fixes firefox bugs (f7b0600), closes #19
- text-area: fixes error style for textarea (8ad0b38)
- textbox: fixed typos (4b32b30), closes #34
Code Refactoring
Features
- textbox: adds extra attributes (8dd0e7c), closes #34
- initial redesign (c34572a)
- accordion: ability to pass react node (b9ec235)
- accordion: added custom icons, transitions and positions (4749a3a)
- accordion: adds alternative style (920c540)
- all: last batch of ids (d1a3f9a)
- button-and-form-components: adds default html attribs (897b0fb), closes #25
- component: completed modal component (71fc204)
- component: revert docs (48295e0)
- component-accessibility: accessibility suport (50bb438)
- datepicker: added locale and format (78725f2), closes #44 #42
- dropdown: added multi to native (c52c6bc)
- dropdown-component: accessibility and native support (a71bb14), closes #19
- dropdown-component: added keyboard support (8115828), closes #19
- dropdown-component: added more select (eb69b54), closes #19
- loader-component: a new revamp Loader component (f22813a)
- modal-component: new modal component (6892d07)
- radio: matching radio comp with design library (3277743)
- radio-button: added id and refactor (9528bfd), closes #34
- rating, slider: added disabled state and fixed bugs (d08b29a), closes #30
- textbox-group: adds extra attributes (cd1a243), closes #34
- toggle: adds id prop (e966ce0), closes #34
- toggle page: added id (56d0d13), closes #34
Performance Improvements
- radiogroup: generating ids less with hooks (5b534e4)
- slider: performance improvement to slider (3dcab89)
BREAKING CHANGES
- slider alternative look has been removed
- dropdown: the renaming of the component and its interfaces will cause any application using
it to crash. Just rename it to Dropdown - radio: error is removed, classes were replaced, the place where the classname is rendered
is now changed - checkbox: The error has been removed since it does not exist in design library, also the
label now is compulsory - accordion: the accordion item param category and text have been renamed to header and content
respectively - all: Props changed in Chart, dialogue and carousel