diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d67a49..8aff55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [9.0.5](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.4...9.0.5) + +* Fix: [#238](https://github.com/ankurk91/vue-flatpickr-component/pull/238) +* ## [9.0.4](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.3...9.0.4) * Fix: [#224](https://github.com/ankurk91/vue-flatpickr-component/issues/224) diff --git a/README.md b/README.md index 80de632..9bd252a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker. ## Features -* Reactive ``v-model`` value +* Reactive `v-model` value - You can change flatpickr value programmatically * Reactive [config](https://flatpickr.js.org/options/) options - You can change config options dynamically @@ -29,7 +29,7 @@ Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker. * Can emit all possible [events](https://flatpickr.js.org/events/) * Compatible with [Bootstrap](http://getbootstrap.com/) or any other CSS framework * Supports [wrapped](https://flatpickr.js.org/examples/#flatpickr-external-elements) mode - - Just set ``wrap:true`` in config and component will take care of all + - Just set `wrap:true` in config and component will take care of all * Works with validation libraries ## Installation @@ -73,7 +73,7 @@ npm install vue-flatpickr-component #### Detailed example -Using Bootstrap [input group](https://getbootstrap.com/docs/4.5/components/input-group/) and Font Awesome icons +Using Bootstrap [input group](https://getbootstrap.com/docs/4.6/components/input-group/) and Font Awesome icons ```html