Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Version 0.1.4

Clarence Siew edited this page Jul 9, 2021 · 2 revisions

Changelog

New components

  • TextBox
  • TextAreaBox
  • Table
    • Includes ability to reduce row entries via a contentReducer method passed as a prop to a table component.

Updated components

  • Card
    • Built-in support for collapsibility.
  • List
    • Scrapped SelectableList component and merged with List.
    • Built-in support for NavLink masking as with TabBar.
  • AppContainer
    • Rudimentary support for custom theming by passing an object to the styleOverride prop. See style overriding for more details.

Known issues

  • Textured PageHeader does not render properly in Safari. (issue)
  • Project may not build correctly in Windows. (issue)