Default Branch

develop
Some checks failed
build / lint (20) (push) Has been cancelled
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Has been cancelled
Publish / Release (20) (push) Has been cancelled
build / build (20) (push) Has been cancelled

f8961a984f · fix(link): change type HTMLLinkElement to HTMLAnchorElement (#5858) · Updated 2024-11-22 16:09:59 +08:00

Branches

main
Some checks failed
build / lint (20) (push) Has been cancelled
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Has been cancelled
Publish / Release (20) (push) Has been cancelled
build / build (20) (push) Has been cancelled

c5d87d6765 · chore(release): release version 2.10.2 (#5861) · Updated 2024-11-22 17:54:17 +08:00

0
0
Included

2f401d4926 · revert: "fix(core): update the typing of addOptions, addStorage to have an optional parent #5768 (#5770)" · Updated 2024-11-22 16:52:49 +08:00

1
3

9532478214 · chore(release): publish a new pre-release version · Updated 2024-11-22 16:10:55 +08:00

1
1

b3a6cb24a3 · fix(core): update the typings to be that options and storage are partials on an extended config #5852 · Updated 2024-11-21 21:32:29 +08:00

2
1

6f6f32fe26 · feat: add support for providing the current node and parent node to marks · Updated 2024-11-21 16:27:39 +08:00

0
9

9319e779a7 · chore: poc? · Updated 2024-11-20 17:32:08 +08:00

2
1

8570e1226e · chore(release): publish a new pre-release version (next) · Updated 2024-11-19 10:31:04 +08:00

24
45
next
Some checks failed
build / lint (20) (push) Has been cancelled
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Has been cancelled
Publish / Release (20) (push) Has been cancelled
build / build (20) (push) Has been cancelled

a018b63593 · refactor: cleanup implementation · Updated 2024-11-19 10:30:17 +08:00

24
44

bdc3eefaeb · added changeset · Updated 2024-11-18 01:13:38 +08:00

12
3

36489ba873 · feat(core): beginnings of a decorations API · Updated 2024-11-13 20:54:41 +08:00

24
34

7de99c30c7 · fix(react): useLayoutEffect instead of useEffect to cut down on reflow · Updated 2024-11-12 15:21:09 +08:00

23
1

eee0e834f0 · chore: reformat all files · Updated 2024-11-11 22:25:02 +08:00

24
35

ed89305e1a · refactor: cleanup implementation · Updated 2024-11-11 21:48:46 +08:00

24
44

9fe048d373 · chore: add new MarkView type · Updated 2024-11-08 18:04:33 +08:00    mirror

36
2

b873b36f11 · Merge branch 'develop' into feature/once · Updated 2024-11-08 17:39:27 +08:00    mirror

26
3

58072a7683 · fix(link): add backwards compat by deprecating validate and using isAllowedUri instead · Updated 2024-11-07 18:01:01 +08:00    mirror

27
1

67b3db703d · chore: poc of running the editor on the backend · Updated 2024-11-01 18:29:35 +08:00    mirror

44
1

d8ca76e152 · feat: use the new JSX function syntax · Updated 2024-10-24 06:44:05 +08:00    mirror

120
5

894b74bfae · added onNodeRemoved to extensions · Updated 2024-10-11 15:56:08 +08:00    mirror

75
5

c3cd2fe968 · chore: rebuild again · Updated 2024-08-17 18:55:11 +08:00    mirror

146
2