Skip to content

Commit da9487a

Browse files
chore(main): release 1.3.0
1 parent 67ed3e6 commit da9487a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/ksassnowski/vueclid/compare/v1.2.0...v1.3.0) (2024-08-23)
4+
5+
6+
### Features
7+
8+
* add cursors interactivity to components ([#32](https://github.com/ksassnowski/vueclid/issues/32)) ([105b4c0](https://github.com/ksassnowski/vueclid/commit/105b4c041063f577c0965220e7ef798fabcbb77b))
9+
* add group component ([7b9a5a8](https://github.com/ksassnowski/vueclid/commit/7b9a5a883c6d8ee13b692ef0b0a987faa28a7b8c))
10+
* make components nestable ([e047572](https://github.com/ksassnowski/vueclid/commit/e04757278d5bbd4058b6d3b958307ee893699d93))
11+
* make cursor interaction work with nested components ([67ed3e6](https://github.com/ksassnowski/vueclid/commit/67ed3e6cf97bd4a53b700432e1bd6b5d0d242f8e))
12+
* pass properties along to top-level svg elements ([5a6a025](https://github.com/ksassnowski/vueclid/commit/5a6a0255a9280fff58af30d3b0657d6fa64ebc69))
13+
* prevent selecting label text ([4382047](https://github.com/ksassnowski/vueclid/commit/43820470beddeaf0cf5c431e2721668c1fa11707))
14+
315
## [1.2.0](https://github.com/ksassnowski/vueclid/compare/v1.1.1...v1.2.0) (2024-02-28)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ksassnowski/vueclid",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"main": "./dist/vueclid.umd.js",
66
"module": "./dist/vueclid.js",

0 commit comments

Comments
 (0)