Current section

Files

Jump to
phoenix_feathers CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
## [1.0.2-alpha]
### Fixed
* CSS for mobile responsive nav
### Added
* Docs for `PhoenixFeathers.Icon`
## [1.0.1-alpha]
### Fixed
* Top nav z-index
## [1.0.0-alpha]
### Added
* Add mobile responsiveness to navigation
* Make top nav component stateful
* NOTE: This is not backwards compatible because the component now requires an `id`
## [0.3.0-alpha]
### Added
* Icons
## [0.2.1-alpha]
### Fixed
* Include `assets` directory
## [0.2.0-alpha]
### Added
* Basic side bar component
* Basic top nav component
* Mix tasks
* SCSS file that can be copied into a project using `mix phx.feathers --styles`
## [0.1.0-alpha]
### Added
* Basic button component
* Basic card component
* Component tests