Skip to content

Releases: healthwise/healthwise-ui

v3.0.0

07 Apr 23:15
8a6346d
Compare
Choose a tag to compare

Breaking Changes

  • Removed Appbar
  • Fixed ButtonGroup class name spelling
  • Migrated Accordion from Material-UI to home grown
  • Migrated Card from Material-UI to home grown
  • Cleaned up size declarations (mostly font sizes) on ButtonSplit, Checkbox, Message, ProgressBar, Radio, References, Tab, TextArea
  • Tidied up spacing for Checkbox, Radio, References
  • Changed to rem units (from em) throughout app

Core - Modal props update

24 Feb 21:52
18246b7
Compare
Choose a tag to compare

Improved Modal props for a clearer API.

Now, rather than onClose only firing when the modal internal events are requesting it (per the Material UI implementation), onClose will fire every time the modal exits. Additionally, removed (currently) extraneous onEnter, onEntering, onExit, and onExiting props.

[email protected]

07 Feb 20:56
a1da433
Compare
Choose a tag to compare
Jsaraceno/media service video a11y (#40)

* add contextual title to the title tag on media service elements

* use text instead of element in the title attr

* bump package version