Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Nov 5, 2019
1 parent 196aa52 commit d6d1391
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0] - 05-11-2019

### Added

- Added optional `singleSelect` support for picking single values through the same searchable input

## [1.4.0] - 04-11-2019

### Added
Expand Down Expand Up @@ -116,6 +122,7 @@ Initial release.

- Basic multiple select field using [vue-multiselect](https://github.com/shentao/vue-multiselect)

[1.5.0]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.3.5...1.4.0
[1.3.5]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.3.4...1.3.5
[1.3.4]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.3.3...1.3.4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This restriction is due to `Nova::translatable()` method being added in 2.0.11,
## Features

- Multiselect w/ search
- Single select w/ search
- Reordering functionality with drag & drop

## Screenshots
Expand Down

0 comments on commit d6d1391

Please sign in to comment.