From 019438943f6eb2716e4cbb1ebb62663a0f946732 Mon Sep 17 00:00:00 2001 From: rin4573281133639 Date: Sun, 12 Jun 2022 19:26:55 +0800 Subject: [PATCH] chore(release): 2.7.0 [skip ci] # [2.7.0](https://github.com/iliyaZelenko/vue-cool-select/compare/v2.6.1...v2.7.0) (2019-03-08) ### Features * **items menu:** added scrollToItemIfNeeded with true by default ([cdaa072](https://github.com/iliyaZelenko/vue-cool-select/commit/cdaa072)), closes [#50](https://github.com/iliyaZelenko/vue-cool-select/issues/50) * **props:** added new prop disableFirstItemSelectOnEnter ([1483b9e](https://github.com/iliyaZelenko/vue-cool-select/commit/1483b9e)), closes [#53](https://github.com/iliyaZelenko/vue-cool-select/issues/53) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..874e998 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# [2.7.0](https://github.com/iliyaZelenko/vue-cool-select/compare/v2.6.1...v2.7.0) (2019-03-08) + + +### Features + +* **items menu:** added scrollToItemIfNeeded with true by default ([cdaa072](https://github.com/iliyaZelenko/vue-cool-select/commit/cdaa072)), closes [#50](https://github.com/iliyaZelenko/vue-cool-select/issues/50) +* **props:** added new prop disableFirstItemSelectOnEnter ([1483b9e](https://github.com/iliyaZelenko/vue-cool-select/commit/1483b9e)), closes [#53](https://github.com/iliyaZelenko/vue-cool-select/issues/53)