Skip to content

Commit f75119c

Browse files
authored
Merge pull request #67 from ClayPulse/add-canvas
Allow entering action args in command viewer
2 parents 4aef878 + 7094aea commit f75119c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1238
-850
lines changed

.changeset/bumpy-parents-pull.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Rename pre-regsitered actions

.changeset/chubby-insects-shake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Update types

.changeset/free-ears-swim.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Add lib version in AppConfig

.changeset/polite-rules-switch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Update utils and types

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
"changesets": [
1616
"angry-llamas-smash",
1717
"beige-pandas-rhyme",
18+
"bumpy-parents-pull",
1819
"calm-rivers-march",
1920
"chatty-trains-beam",
21+
"chubby-insects-shake",
2022
"clean-mangos-swim",
2123
"cold-shrimps-give",
2224
"cruel-waves-double",
@@ -27,6 +29,7 @@
2729
"early-pumas-listen",
2830
"few-wasps-beam",
2931
"fluffy-poems-cover",
32+
"free-ears-swim",
3033
"fruity-goats-look",
3134
"full-beans-stop",
3235
"hot-symbols-fry",
@@ -36,17 +39,20 @@
3639
"mighty-ghosts-crash",
3740
"petite-memes-fix",
3841
"polite-lines-dance",
42+
"polite-rules-switch",
3943
"polite-worms-fix",
4044
"real-knives-rest",
4145
"rude-ducks-design",
4246
"sad-tables-join",
4347
"sharp-memes-give",
4448
"shiny-doodles-jump",
49+
"silent-glasses-kick",
4550
"slick-roses-fix",
4651
"social-donkeys-cross",
4752
"soft-cases-share",
4853
"stale-groups-poke",
4954
"tender-jeans-occur",
55+
"tough-aliens-appear",
5056
"true-suits-fly",
5157
"vast-places-rhyme",
5258
"wicked-spoons-fry"

.changeset/silent-glasses-kick.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Update register action hook for react api

.changeset/tough-aliens-appear.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Add error handler in IMC

npm-packages/react-api/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# @pulse-editor/react-api
22

3+
## 0.1.1-alpha.42
4+
5+
### Patch Changes
6+
7+
- Add error handler in IMC
8+
- Updated dependencies
9+
- @pulse-editor/shared-utils@0.1.1-alpha.42
10+
11+
## 0.1.1-alpha.41
12+
13+
### Patch Changes
14+
15+
- Update register action hook for react api
16+
- Updated dependencies
17+
- @pulse-editor/shared-utils@0.1.1-alpha.41
18+
19+
## 0.1.1-alpha.40
20+
21+
### Patch Changes
22+
23+
- Rename pre-regsitered actions
24+
- Updated dependencies
25+
- @pulse-editor/shared-utils@0.1.1-alpha.40
26+
27+
## 0.1.1-alpha.39
28+
29+
### Patch Changes
30+
31+
- Add lib version in AppConfig
32+
- Updated dependencies
33+
- @pulse-editor/shared-utils@0.1.1-alpha.39
34+
35+
## 0.1.1-alpha.38
36+
37+
### Patch Changes
38+
39+
- Update utils and types
40+
- Updated dependencies
41+
- @pulse-editor/shared-utils@0.1.1-alpha.38
42+
43+
## 0.1.1-alpha.37
44+
45+
### Patch Changes
46+
47+
- Update types
48+
- Updated dependencies
49+
- @pulse-editor/shared-utils@0.1.1-alpha.37
50+
351
## 0.1.1-alpha.36
452

553
### Patch Changes

npm-packages/react-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pulse-editor/react-api",
3-
"version": "0.1.1-alpha.36",
3+
"version": "0.1.1-alpha.42",
44
"main": "dist/main.js",
55
"files": [
66
"dist"
@@ -38,7 +38,7 @@
3838
"typescript-eslint": "^8.30.1"
3939
},
4040
"peerDependencies": {
41-
"@pulse-editor/shared-utils": "0.1.1-alpha.36",
41+
"@pulse-editor/shared-utils": "0.1.1-alpha.42",
4242
"react": "^19.0.0",
4343
"react-dom": "^19.0.0"
4444
}

npm-packages/react-api/src/hooks/editor/use-command.ts

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

0 commit comments

Comments
 (0)