Skip to content
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

Merge changes from candulabs/craft.js #69

Merged
merged 31 commits into from
May 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f61c311
Add prepush hook, some small nits to the craft project setup (#1)
mresposito Mar 25, 2020
663958e
Add onStateChanged hook (#2)
mresposito Mar 28, 2020
28a20de
Editor state get & set (#3)
matdru Mar 28, 2020
06fa0a8
Sync changes from main repo (#4)
mresposito Mar 31, 2020
64159fd
Adds github workflow (#5)
matdru Apr 1, 2020
da5787c
Actions - second attempt (#6)
matdru Apr 1, 2020
8b95a6e
v0.1.6
actions-user Apr 1, 2020
3ef647f
Adds npmrc
matdru Apr 1, 2020
f55a6bf
Moves env to job level
matdru Apr 1, 2020
6450d98
v0.1.7
actions-user Apr 1, 2020
39b1458
Sync changes from main repo (#8)
matdru Apr 2, 2020
1687460
v0.1.8
actions-user Apr 2, 2020
894b4b0
expose use node context (#9)
mresposito Apr 3, 2020
99557af
v0.1.9
actions-user Apr 3, 2020
ab593ff
Rewrite actions.delete and actions.add plus unit tests (#10)
mresposito Apr 8, 2020
559ee2c
v0.1.10
actions-user Apr 8, 2020
03188b2
Refactor event handler to add more unit tests and make it more readab…
mresposito Apr 9, 2020
3f2f209
v0.1.11
actions-user Apr 9, 2020
8d800de
Local development with yalc (#12)
matdru Apr 9, 2020
514be31
v0.1.12
actions-user Apr 9, 2020
9fc2b6a
Parse entire tree when dropping a node (#13)
mresposito Apr 12, 2020
3c7d13f
v0.1.13
actions-user Apr 12, 2020
844c6bf
Adds check if resolver has isCanvas set (#14)
matdru Apr 14, 2020
56a1c25
v0.1.14
actions-user Apr 14, 2020
b836815
fix: use Subscriber to handle onStateChange (#15)
Apr 21, 2020
9d85e4e
v0.1.15
actions-user Apr 21, 2020
36bfbf0
merge all the changes from candulabs craft
mresposito Apr 26, 2020
c744ec8
add enzyme deps
mresposito Apr 27, 2020
b19607d
pr review
mresposito Apr 29, 2020
f51eeaa
feat: Improvements to PR-69 (#72)
prevwong May 14, 2020
2fcd8df
Merge branch 'master' into michele-actions
mresposito May 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v0.1.10
  • Loading branch information
actions-user committed Apr 8, 2020
commit 559ee2c565ad6e5251540ae4b6a307ce57114275
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package craft.js





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package craft.js
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*",
"packages/examples/*"
],
"version": "0.1.9"
"version": "0.1.10"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package @candulabs/craft-core





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package @candulabs/craft-core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candulabs/craft-core",
"version": "0.1.9",
"version": "0.1.10",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/candulabs/craft.js/issues"
},
"dependencies": {
"@candulabs/craft-utils": "^0.1.9",
"@candulabs/craft-utils": "^0.1.10",
"@types/react": "^16.9.11",
"debounce": "^1.2.0",
"immer": "^3.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package docs





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package example-basic





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package example-basic
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "example-basic",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"dependencies": {
"@candulabs/craft-core": "^0.1.9",
"@candulabs/craft-core": "^0.1.10",
"@material-ui/core": "latest",
"clsx": "latest",
"copy-to-clipboard": "^3.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/landing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package example-landing





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package example-landing
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-landing",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"start": "next dev -p 3001",
Expand All @@ -9,8 +9,8 @@
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@candulabs/craft-core": "^0.1.9",
"@candulabs/craft-layers": "^0.1.9",
"@candulabs/craft-core": "^0.1.10",
"@candulabs/craft-layers": "^0.1.10",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package @candulabs/craft-layers





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package @candulabs/craft-layers
Expand Down
4 changes: 2 additions & 2 deletions packages/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"web-builder",
"react"
],
"version": "0.1.9",
"version": "0.1.10",
"author": "Prev Wong <prevwong@gmail.com>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/prevwong/craft.js/",
"dependencies": {
"@candulabs/craft-utils": "^0.1.9",
"@candulabs/craft-utils": "^0.1.10",
"immer": "^3.1.3",
"lodash.isequalwith": "^4.4.0",
"react-contenteditable": "^3.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2020-04-08)

**Note:** Version bump only for package @candulabs/craft-utils





## 0.1.9 (2020-04-03)

**Note:** Version bump only for package @candulabs/craft-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@candulabs/craft-utils",
"description": "Utilities used internally across the craft.js monorepo",
"private": false,
"version": "0.1.9",
"version": "0.1.10",
"author": "Prev Wong <prevwong@gmail.com>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down