Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 839 Bytes

CHANGELOG.md

File metadata and controls

33 lines (29 loc) · 839 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2018-09-05

Added

  • Text field helper text component
  • Form field component
  • Radio control (#3)
  • Floating Action Button component (#7)
  • Switch control (#5)

Fixed

  • Documentation issues

[0.1.1] - 2018-09-05

Fixed

  • Components only became available with Laravel 5.4, so don't allow any versions below that

[0.1.0] - 2018-09-05

Added

  • Button component
  • Checkbox component
  • Dialog component
  • Drawer component
  • List component
  • Menu component
  • Select component
  • Snackbar component
  • Text field component
  • Toolbar component
  • Top app bar component