Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 12, 2019
1 parent d9f045a commit 5488de2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [8.0.0] - 2019-07-12
### Added
- `Success` variant to `Form.View.State`. It can be styled using the
- `Success` variant to `Form.View.State`. By default, it can be styled using the
`.elm-form-success` CSS selector. [#26]
- `Form.disable` and `Form.Base.disable`, which allow disabling the fields of a
form. [#27]
Expand Down Expand Up @@ -173,7 +173,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/hecrj/composable-form/compare/7.1.0...HEAD
[Unreleased]: https://github.com/hecrj/composable-form/compare/8.0.0...HEAD
[8.0.0]: https://github.com/hecrj/composable-form/compare/7.1.0...8.0.0
[7.1.0]: https://github.com/hecrj/composable-form/compare/7.0.2...7.1.0
[7.0.2]: https://github.com/hecrj/composable-form/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/hecrj/composable-form/compare/7.0.0...7.0.1
Expand Down

0 comments on commit 5488de2

Please sign in to comment.