Skip to content

Releases: openedx/paragon

v2.2.3

16 Mar 13:26
7f08fdf
Compare
Choose a tag to compare

2.2.3 (2018-03-16)

Bug Fixes

  • build: builds are now es5 compliant (709d2f7)

v2.2.2

15 Mar 20:05
aa7020f
Compare
Choose a tag to compare

2.2.2 (2018-03-15)

Bug Fixes

  • radio-button: add aria-label (374ef3a)

v2.2.1

20 Feb 20:14
c244493
Compare
Choose a tag to compare

2.2.1 (2018-02-20)

Bug Fixes

v2.2.0

20 Feb 15:33
efd86c5
Compare
Choose a tag to compare

2.2.0 (2018-02-20)

Features

v2.1.0

04 Feb 13:56
504bac1
Compare
Choose a tag to compare

2.1.0 (2018-02-04)

Features

  • mailtolink: add MailtoLink component (5910c1c)

v2.0.1

29 Jan 18:07
7a89432
Compare
Choose a tag to compare

2.0.1 (2018-01-29)

Bug Fixes

  • input-label: extend asInput to allow label prop as element (05bd281)

v2.0.0

25 Jan 21:43
eff815d
Compare
Choose a tag to compare

2.0.0 (2018-01-25)

Features

  • checkbox: change CheckBox to be controllable via props (89c257d)

BREAKING CHANGES

  • checkbox: add a componentWillReceiveProps function to CheckBox to allow for CheckBox to be updated by changes to prop, prop defaultChecked has been replaced by prop checked.

v1.7.2

17 Jan 20:03
138ad94
Compare
Choose a tag to compare

1.7.2 (2018-01-17)

Bug Fixes

  • input: add missing exports to index.js (#126) (138ad94)

v1.7.1

08 Jan 22:43
a0e346b
Compare
Choose a tag to compare

1.7.1 (2018-01-08)

Bug Fixes

  • table: Use class name for button in table heading (7c12644)

v1.7.0

08 Jan 17:32
d9bfb4c
Compare
Choose a tag to compare

1.7.0 (2018-01-08)

Features

  • checkboxgroup: New CheckBoxGroup, update CheckBox & asInput styles (e3a156e)