Skip to content

Week 17, 2019 Release

Compare
Choose a tag to compare
@affordances affordances released this 26 Apr 15:54
· 51 commits to master since this release
4d5b3ed

Release notes

Remove AlertBox

Button changes:

  • Add iconLeft and iconRight props.

Modal changes:

  • Add size props.

Add Toast component:

  • Visual component for displaying dismissible alerts to the user without interrupting the flow or interactions in the application.
  • Customize the visual styling based on the alert level (Info, Success, Error, Warning).
  • Use pre-defined icons by alert level or custom icons for the Toasts.

Add HyperLink component:

  • Wrapps ReactRouter 3 Link and has the same API.
  • Used in places where we don't want to use a button, like the name of a record in a table.

Add LargeModal component:

  • LargeModal gives you the room to do large CRUD actions while maintaining context for where the user is in the application, unlike FullScreenModal which covers the whole screen and removes the user from the current context.