|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 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 | + |
4 | 42 | ## v1.0.0
|
5 | 43 |
|
6 | 44 |
|
|
0 commit comments