Skip to content

Releases: narmi/design_system

v1.3.0

19 Oct 20:26
Compare
Choose a tag to compare

1.3.0 (2021-10-19)

Features

  • DateInput: expose dateFormat prop (319f298)

v1.2.1

19 Oct 20:21
Compare
Choose a tag to compare

1.2.1 (2021-10-19)

Bug Fixes

  • Modal: limit height of modal, and allow for vertical scroll (#250) (eb37832)

v1.2.0

19 Oct 18:05
Compare
Choose a tag to compare

1.2.0 (2021-10-19)

Features

  • DateInput: allow defaultDate to be set; document all prop types (e0b726b)

v1.1.1

19 Oct 01:01
Compare
Choose a tag to compare

1.1.1 (2021-10-19)

Bug Fixes

  • Modal: continue to support closing modal via handleClose prop (#246) (1017d5c)

v1.1.0

18 Oct 22:58
Compare
Choose a tag to compare

1.1.0 (2021-10-18)

Features

  • DateInput: add disableDays prop for disabling dates (d7dd43a)

v1.0.0

12 Oct 16:01
Compare
Choose a tag to compare

1.0.0 (2021-10-12)

⚠ BREAKING CHANGES

  • remove dist dir from versioning

Code Refactoring

  • remove dist dir from versioning (9f6bca4)

v0.2.0

12 Oct 15:47
Compare
Choose a tag to compare

0.2.0 (2021-10-12)

Features

  • force first release (e9d223d)
  • update release github token (b5f932f)
  • use workflow dispatch for releases for now (7b99b70)

v0.1.0: Initial Release

08 Jul 23:30
Compare
Choose a tag to compare

This first release contains the basic components required to build most experiences on the Narmi platform.

To preview components, please clone repo, follow setup instructions, and run npm run storybook.

Initial components:

  • Button
  • Card
  • Icon
  • Input
  • List
  • Modal
  • PlainButton
  • Popover
  • Sidebar
  • NavBar
  • Table
  • Typography
  • GlobalStyles

Additional Notes

  • Desktop and phone views are supported.
    • See src/globalStyles.js for device breakpoints.
  • Helper components like Typography are also exported to help maintain a unified look-and-feel across your apps.
  • Color theming is available via styled-components.ThemeProvider. Please reach out to Narmi if you would like additional attributes to be themed in future releases.