-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: pass items in events #195
Conversation
Codecov ReportBase: 96.60% // Head: 96.66% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## next #195 +/- ##
==========================================
+ Coverage 96.60% 96.66% +0.06%
==========================================
Files 8 8
Lines 265 270 +5
Branches 68 68
==========================================
+ Hits 256 261 +5
Misses 9 9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
# [3.1.0](v3.0.1...v3.1.0) (2023-01-04) ### Features * **events:** pass items in events ([#195](#195)) ([08681a0](08681a0))
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* chore: add vite builder * fix: more fixes (still wip) * fix: drag handle * test: migrate tests * ci: run semantic-release on all branches * chore(release): 2.0.2 [skip ci] ## [2.0.2](v2.0.1...v2.0.2) (2022-07-11) ### Bug Fixes * Revert "fix: drag handle" * fix: drag handle * feat: support Vue 3 BREAKING CHANGE: do not support Vue 2 * chore(release): 3.0.0 [skip ci] # [3.0.0](v2.0.2...v3.0.0) (2022-08-22) ### Bug Fixes * drag handle ([db1f740](db1f740)) ### Features * support Vue 3 ([d6e9559](d6e9559)) ### BREAKING CHANGES * do not support Vue 2 * fix: update package.json to support CSS export / import (#188) * chore(release): 3.0.1 [skip ci] ## [3.0.1](v3.0.0...v3.0.1) (2022-10-11) ### Bug Fixes * update package.json to support CSS export / import ([#188](#188)) ([e5394ea](e5394ea)) * docs: fix stories (#194) * feat(events): pass items in events (#195) * feat(events): pass items in expanded/selected events * feat(events): omit some internal properties + fix tests * chore(release): 3.1.0 [skip ci] # [3.1.0](v3.0.1...v3.1.0) (2023-01-04) ### Features * **events:** pass items in events ([#195](#195)) ([08681a0](08681a0)) * ci: use Node.js 16.19.1 * chore(deps): upgrade vuepress to 2.0.0-beta.61 (#203) * chore(deps): upgrade vuepress --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Tom Coonen <tom@coonen.eu>
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [4.0.0](v3.1.0...v4.0.0) (2023-03-30) * Merge next branch in master (#201) ([1f24b1c](1f24b1c)), closes [#201](#201) [#188](#188) [#188](#188) [#194](#194) [#195](#195) [#195](#195) [#203](#203) ### BREAKING CHANGES * do not support Vue 2 * chore(release): 3.0.0 [skip ci] # [3.0.0](v2.0.2...v3.0.0) (2022-08-22) ### Bug Fixes * drag handle ([db1f740](db1f740)) ### Features * support Vue 3 ([d6e9559](d6e9559)) ### BREAKING CHANGES * do not support Vue 2
This PR adds expanded/selected items in
expand
andselect
events, respectively.