Skip to content

Latest commit

 

History

History
127 lines (44 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

127 lines (44 loc) · 3.94 KB

Changelog

3.1.0 (2024-12-18)

Features

  • allow differentiating between cancel and dismiss actions in confirm dialog (#22) (31cbb40)

3.0.1 (2024-11-12)

Bug Fixes

  • remove 'file' parameter from package.json (#20) (32a39c8)

3.0.0 (2024-11-10)

Features

  • update react, mui, eslint and remove deprecated babel deps (#19) (219f8ed)

2.0.0 (2021-10-01)

Bug Fixes

1.5.0 (2020-12-29)

Bug Fixes

Features

  • use class component to remove recompose dependency (2430331)

1.4.1 (2020-07-13)

Bug Fixes

  • prevent multiple rerenders in applications (#13) (a817e61)

1.4.0 (2020-06-03)

Features

  • support for defining a placeholder on the text field of prompt dialog (da428db)

1.3.0 (2020-05-22)

Features

  • support for buttons with icons and label (cb615a9)

1.2.0 (2019-12-06)

Features

  • components: messages with jsx (c421178)

1.1.1 (2019-11-08)

Bug Fixes

  • components: fixes error declaring proptypes (#6) (c6cd558)

1.1.0 (2019-11-07)

1.0.1 (2019-02-21)

1.0.0 (2019-02-19)

Features

0.1.1 (2018-12-25)

Bug Fixes

  • missing default value when prompt dialog rerendered (d5e8a19)

0.1.0 (2018-12-25)

Features

  • support for alert, confirm and prompt boxes with basic usage (2cf04a2)