Skip to content

Commit 03f87eb

Browse files
chore: release (#636)
1 parent cb45f2c commit 03f87eb

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/fluffy-days-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-toys-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-countries-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-glasses-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-rice-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @craftjs/core
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [`4fa9b46`](https://github.com/prevwong/craft.js/commit/4fa9b4654c75f75dbcb4fff0a7abc61b94984319) Thanks [@Traveller23](https://github.com/Traveller23)! - Improve resolver performance
8+
9+
* [#634](https://github.com/prevwong/craft.js/pull/634) [`4dcd6a2`](https://github.com/prevwong/craft.js/commit/4dcd6a202b1740035967856b04f612f834030b6c) Thanks [@prevwong](https://github.com/prevwong)! - Prevent delay when drop element outside of Editor frame
10+
11+
- [#630](https://github.com/prevwong/craft.js/pull/630) [`fcc71d8`](https://github.com/prevwong/craft.js/commit/fcc71d81cb27ea3a5f7d5550785dfbff19690926) Thanks [@pavsidhu](https://github.com/pavsidhu)! - Add `hidden` prop to <Element /> component's prop type
12+
13+
* [`cb45f2c`](https://github.com/prevwong/craft.js/commit/cb45f2c8785e7ce048c52e841b7d034d4059142a) Thanks [@tomas-c](https://github.com/tomas-c)! - SSR support
14+
15+
- [`b25469e`](https://github.com/prevwong/craft.js/commit/b25469ecc7ffb59fa1f43d3664e002c1e2a5bd46) Thanks [@prevwong](https://github.com/prevwong)! - Make parentId param optional in actions.add()
16+
317
## 0.2.5
418

519
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craftjs/core",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A React Framework for building extensible drag and drop page editors",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)