Skip to content

Commit ef03ec6

Browse files
committed
chore(release): v1.1.0
1 parent 4ee9ba0 commit ef03ec6

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# Changelog
22

33

4+
## v1.1.0
5+
6+
[compare changes](https://github.com/blokkli/editor/compare/v1.0.4...v1.1.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Option to close editor after publish ([#36](https://github.com/blokkli/editor/pull/36))
11+
- Built-in options for block visibility (global, per language) ([#37](https://github.com/blokkli/editor/pull/37))
12+
- Proxy Mode ([#38](https://github.com/blokkli/editor/pull/38))
13+
- Artboard, new 'overview' view, improved drop targets ([#40](https://github.com/blokkli/editor/pull/40))
14+
- Fallback selection for blocks with height/width of 0 ([#39](https://github.com/blokkli/editor/pull/39))
15+
- Use "nullish" option values when multiple blocks selected ([c665390](https://github.com/blokkli/editor/commit/c665390))
16+
17+
### 🩹 Fixes
18+
19+
- Drop target size/style ([18881c4](https://github.com/blokkli/editor/commit/18881c4))
20+
- Apply correct drop alignment class ([6f12ee8](https://github.com/blokkli/editor/commit/6f12ee8))
21+
- Restore artboard styles ([5eebaaf](https://github.com/blokkli/editor/commit/5eebaaf))
22+
- Explicitly pass route.path when starting blökkli ([6c870e7](https://github.com/blokkli/editor/commit/6c870e7))
23+
- Ignore droppable/editable fields when rendered inside proxy field ([87e99b7](https://github.com/blokkli/editor/commit/87e99b7))
24+
- Properly check type of argument ([f71e469](https://github.com/blokkli/editor/commit/f71e469))
25+
- Registering blocks rendered in a proxy field ([f74f5a4](https://github.com/blokkli/editor/commit/f74f5a4))
26+
- Remove duplicate classes ([b79c2b9](https://github.com/blokkli/editor/commit/b79c2b9))
27+
- Don't catch error when field can't be found ([640eb65](https://github.com/blokkli/editor/commit/640eb65))
28+
- Unified min size for drop targets ([4076000](https://github.com/blokkli/editor/commit/4076000))
29+
- Set correct checkbox false value when updating option ([f95ed47](https://github.com/blokkli/editor/commit/f95ed47))
30+
- Properly check if there was a diff when updating options ([95fae34](https://github.com/blokkli/editor/commit/95fae34))
31+
- Properly prevent overlapping drop targets ([ae4a748](https://github.com/blokkli/editor/commit/ae4a748))
32+
33+
### 🏡 Chore
34+
35+
- Update module types ([2b6c95e](https://github.com/blokkli/editor/commit/2b6c95e))
36+
- Add bkHiddenGlobally to docs ([4ee9ba0](https://github.com/blokkli/editor/commit/4ee9ba0))
37+
38+
### ❤️ Contributors
39+
40+
- Jan Hug ([@dulnan](http://github.com/dulnan))
41+
442
## v1.0.0
543

644

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blokkli/editor",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Interactive page building experience for Nuxt",
55
"repository": "blokkli/editor",
66
"type": "module",
@@ -27,7 +27,7 @@
2727
"dev:build": "npm run dev:prepare && nuxi generate playground",
2828
"dev:start": "npx serve playground/.output/public",
2929
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
30-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
30+
"release": "npm run lint && npm run prepack && changelogen --release",
3131
"texts": "node ./scripts/texts/index.cjs",
3232
"generate-types": "node ./scripts/generateTypes/index.cjs",
3333
"lint": "eslint ./src",

0 commit comments

Comments
 (0)