From fffe693e57d015b86a17dc59c38511a5cafda8a8 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Mon, 2 Oct 2023 12:59:24 +0900 Subject: [PATCH] release: v2.47.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- .../components/SInputFile.01_Playground.story.vue | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9621f63e..211ffaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.47.0](https://github.com/globalbrain/sefirot/compare/v2.46.1...v2.47.0) (2023-10-02) + +### Bug Fixes + +* **card:** prevent content from expanding card ([#347](https://github.com/globalbrain/sefirot/issues/347)) ([3c7dd6c](https://github.com/globalbrain/sefirot/commit/3c7dd6c78fe913225d09e1323a9a99220e91fd92)) +* **input:** open info tooltip on click ([#259](https://github.com/globalbrain/sefirot/issues/259)) ([#341](https://github.com/globalbrain/sefirot/issues/341)) ([1ce9a93](https://github.com/globalbrain/sefirot/commit/1ce9a93ae1b35e6ca43b3e076b9de147d5a0f62c)) +* **table:** sync scroll on filter/sort and remove hover listeners ([#348](https://github.com/globalbrain/sefirot/issues/348)) ([a4a7e82](https://github.com/globalbrain/sefirot/commit/a4a7e828bbd02b829281a468c21980d0e2add00e)) +* **types:** allow tooltip text to be null ([d3d4893](https://github.com/globalbrain/sefirot/commit/d3d4893a0221eb5a79c38540eb7b4f1202989a8e)) + +### Features + +* **input-file:** allow specifying `accept` and `multiple` on the input element ([#346](https://github.com/globalbrain/sefirot/issues/346)) ([fb22baf](https://github.com/globalbrain/sefirot/commit/fb22bafdc7ba915041b8ac944bdf26e88fb2c441)) +* **table:** allow selecting rows ([#343](https://github.com/globalbrain/sefirot/issues/343)) ([#344](https://github.com/globalbrain/sefirot/issues/344)) ([78b1af0](https://github.com/globalbrain/sefirot/commit/78b1af0d9ee69dd300fc3e4cff962f7374153be4)) + ## [2.46.1](https://github.com/globalbrain/sefirot/compare/v2.46.0...v2.46.1) (2023-09-12) ### Bug Fixes diff --git a/package.json b/package.json index 904e2007..171f74f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "2.46.1", + "version": "2.47.0", "packageManager": "pnpm@8.7.5", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ", diff --git a/stories/components/SInputFile.01_Playground.story.vue b/stories/components/SInputFile.01_Playground.story.vue index a69dc548..763da1d5 100644 --- a/stories/components/SInputFile.01_Playground.story.vue +++ b/stories/components/SInputFile.01_Playground.story.vue @@ -73,6 +73,7 @@ function state() { :note="state.note" :help="state.help" :text="state.text" + multiple :placeholder="state.placeholder" v-model="input" />