diff --git a/CHANGELOG.md b/CHANGELOG.md index d66c1f0..7d7d36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.5] - 16-08-2019 + +### Changed + +- Fix support packages that wrap fields like `nova-grid` by using better `$refs` for calculating dropdown position +- Fix JS runtime crash when data in database is invalid (not a JSON array) + ## [1.1.4] ### Changed @@ -47,6 +54,7 @@ Initial release. - Basic multiple select field using [vue-multiselect](https://github.com/shentao/vue-multiselect) +[1.1.5]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.4...1.1.5 [1.1.4]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.3...1.1.4 [1.1.3]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.1...1.1.2