diff --git a/CHANGELOG.md b/CHANGELOG.md index 15626a8..1626c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,13 @@ All notable changes to this project will be documented in this file. - Change local model `value` to `pickerValue`. - Fix issues placement arrow, `left` to `right`. +## [1.0.9] + +- Props `footer` removed. +- Fix localization +- Fix bug `auto-apply` if shortcuts clicked. +- Add new props `options`, [Example](https://litepie.com/#options). + [Released]: https://github.com/kenhyuwa/litepie-datepicker/ [1.0.0]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.0 [1.0.1]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.1 @@ -57,3 +64,4 @@ All notable changes to this project will be documented in this file. [1.0.6]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.6 [1.0.7]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.7 [1.0.8]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.8 +[1.0.9]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.9 diff --git a/README.md b/README.md index 3735a83..09a0a98 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,6 @@ export default {
-## Road map todo - -Add shortcuts and footer localization match with `dayjs` locale. - -- [x] English [en] -- [x] Indonesia [id] -- [ ] _other_ - ## Changelog All notable changes to this project will be documented in this file, [Read](CHANGELOG.md). diff --git a/build/rollup.config.js b/build/rollup.config.js index 93bde0f..cd49829 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -10,7 +10,6 @@ import babel from '@rollup/plugin-babel'; import PostCSS from 'rollup-plugin-postcss'; import { terser } from 'rollup-plugin-terser'; import minimist from 'minimist'; -import copy from 'rollup-plugin-copy'; // Get browserslist config and remove ie from es build targets const esbrowserslist = fs @@ -121,10 +120,7 @@ if (!argv.format || argv.format === 'es') { ] ] }), - commonjs(), - copy({ - targets: [{ src: 'src/locale/*', dest: 'dist/locale' }] - }) + commonjs() ] }; buildFormats.push(esConfig); diff --git a/dev/serve.vue b/dev/serve.vue index 213dafe..893ae10 100644 --- a/dev/serve.vue +++ b/dev/serve.vue @@ -9,7 +9,7 @@ >