@tiptap/extension-gapcursor 2.0.0-beta.17 → 2.0.0-beta.194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,15 @@
1
1
  import { Extension, ParentConfig } from '@tiptap/core';
2
2
  declare module '@tiptap/core' {
3
- interface NodeConfig<Options> {
3
+ interface NodeConfig<Options, Storage> {
4
4
  /**
5
5
  * Allow gap cursor
6
6
  */
7
7
  allowGapCursor?: boolean | null | ((this: {
8
8
  name: string;
9
9
  options: Options;
10
+ storage: Storage;
10
11
  parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'];
11
12
  }) => boolean | null);
12
13
  }
13
14
  }
14
- export declare const Gapcursor: Extension<unknown>;
15
+ export declare const Gapcursor: Extension<any, any>;
@@ -17,6 +17,7 @@ const Gapcursor = core.Extension.create({
17
17
  const context = {
18
18
  name: extension.name,
19
19
  options: extension.options,
20
+ storage: extension.storage,
20
21
  };
21
22
  return {
22
23
  allowGapCursor: (_a = core.callOrReturn(core.getExtensionField(extension, 'allowGapCursor', context))) !== null && _a !== void 0 ? _a : null,
@@ -25,5 +26,5 @@ const Gapcursor = core.Extension.create({
25
26
  });
26
27
 
27
28
  exports.Gapcursor = Gapcursor;
28
- exports.default = Gapcursor;
29
+ exports["default"] = Gapcursor;
29
30
  //# sourceMappingURL=tiptap-extension-gapcursor.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tiptap-extension-gapcursor.cjs.js","sources":["../src/gapcursor.ts"],"sourcesContent":["import {\n Extension,\n callOrReturn,\n getExtensionField,\n ParentConfig,\n} from '@tiptap/core'\nimport { gapCursor } from 'prosemirror-gapcursor'\n\ndeclare module '@tiptap/core' {\n interface NodeConfig<Options> {\n /**\n * Allow gap cursor\n */\n allowGapCursor?:\n | boolean\n | null\n | ((this: {\n name: string,\n options: Options,\n parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],\n }) => boolean | null),\n }\n}\n\nexport const Gapcursor = Extension.create({\n name: 'gapCursor',\n\n addProseMirrorPlugins() {\n return [\n gapCursor(),\n ]\n },\n\n extendNodeSchema(extension) {\n const context = {\n name: extension.name,\n options: extension.options,\n }\n\n return {\n allowGapCursor: callOrReturn(getExtensionField(extension, 'allowGapCursor', context)) ?? null,\n }\n },\n})\n"],"names":["Extension","gapCursor","callOrReturn","getExtensionField"],"mappings":";;;;;;;MAwBa,SAAS,GAAGA,cAAS,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,WAAW;IAEjB,qBAAqB;QACnB,OAAO;YACLC,8BAAS,EAAE;SACZ,CAAA;KACF;IAED,gBAAgB,CAAC,SAAS;;QACxB,MAAM,OAAO,GAAG;YACd,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,OAAO,EAAE,SAAS,CAAC,OAAO;SAC3B,CAAA;QAED,OAAO;YACL,cAAc,EAAE,MAAAC,iBAAY,CAACC,sBAAiB,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC,mCAAI,IAAI;SAC9F,CAAA;KACF;CACF;;;;;"}
1
+ {"version":3,"file":"tiptap-extension-gapcursor.cjs.js","sources":["../src/gapcursor.ts"],"sourcesContent":["import {\n callOrReturn,\n Extension,\n getExtensionField,\n ParentConfig,\n} from '@tiptap/core'\nimport { gapCursor } from 'prosemirror-gapcursor'\n\ndeclare module '@tiptap/core' {\n interface NodeConfig<Options, Storage> {\n /**\n * Allow gap cursor\n */\n allowGapCursor?:\n | boolean\n | null\n | ((this: {\n name: string,\n options: Options,\n storage: Storage,\n parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],\n }) => boolean | null),\n }\n}\n\nexport const Gapcursor = Extension.create({\n name: 'gapCursor',\n\n addProseMirrorPlugins() {\n return [\n gapCursor(),\n ]\n },\n\n extendNodeSchema(extension) {\n const context = {\n name: extension.name,\n options: extension.options,\n storage: extension.storage,\n }\n\n return {\n allowGapCursor: callOrReturn(getExtensionField(extension, 'allowGapCursor', context)) ?? null,\n }\n },\n})\n"],"names":["Extension","gapCursor","callOrReturn","getExtensionField"],"mappings":";;;;;;;AAyBa,MAAA,SAAS,GAAGA,cAAS,CAAC,MAAM,CAAC;AACxC,IAAA,IAAI,EAAE,WAAW;IAEjB,qBAAqB,GAAA;QACnB,OAAO;AACL,YAAAC,8BAAS,EAAE;SACZ,CAAA;KACF;AAED,IAAA,gBAAgB,CAAC,SAAS,EAAA;;AACxB,QAAA,MAAM,OAAO,GAAG;YACd,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,OAAO,EAAE,SAAS,CAAC,OAAO;YAC1B,OAAO,EAAE,SAAS,CAAC,OAAO;SAC3B,CAAA;QAED,OAAO;AACL,YAAA,cAAc,EAAE,CAAA,EAAA,GAAAC,iBAAY,CAACC,sBAAiB,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC,mCAAI,IAAI;SAC9F,CAAA;KACF;AACF,CAAA;;;;;"}
@@ -13,6 +13,7 @@ const Gapcursor = Extension.create({
13
13
  const context = {
14
14
  name: extension.name,
15
15
  options: extension.options,
16
+ storage: extension.storage,
16
17
  };
17
18
  return {
18
19
  allowGapCursor: (_a = callOrReturn(getExtensionField(extension, 'allowGapCursor', context))) !== null && _a !== void 0 ? _a : null,
@@ -20,6 +21,5 @@ const Gapcursor = Extension.create({
20
21
  },
21
22
  });
22
23
 
23
- export default Gapcursor;
24
- export { Gapcursor };
24
+ export { Gapcursor, Gapcursor as default };
25
25
  //# sourceMappingURL=tiptap-extension-gapcursor.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tiptap-extension-gapcursor.esm.js","sources":["../src/gapcursor.ts"],"sourcesContent":["import {\n Extension,\n callOrReturn,\n getExtensionField,\n ParentConfig,\n} from '@tiptap/core'\nimport { gapCursor } from 'prosemirror-gapcursor'\n\ndeclare module '@tiptap/core' {\n interface NodeConfig<Options> {\n /**\n * Allow gap cursor\n */\n allowGapCursor?:\n | boolean\n | null\n | ((this: {\n name: string,\n options: Options,\n parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],\n }) => boolean | null),\n }\n}\n\nexport const Gapcursor = Extension.create({\n name: 'gapCursor',\n\n addProseMirrorPlugins() {\n return [\n gapCursor(),\n ]\n },\n\n extendNodeSchema(extension) {\n const context = {\n name: extension.name,\n options: extension.options,\n }\n\n return {\n allowGapCursor: callOrReturn(getExtensionField(extension, 'allowGapCursor', context)) ?? null,\n }\n },\n})\n"],"names":[],"mappings":";;;MAwBa,SAAS,GAAG,SAAS,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,WAAW;IAEjB,qBAAqB;QACnB,OAAO;YACL,SAAS,EAAE;SACZ,CAAA;KACF;IAED,gBAAgB,CAAC,SAAS;;QACxB,MAAM,OAAO,GAAG;YACd,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,OAAO,EAAE,SAAS,CAAC,OAAO;SAC3B,CAAA;QAED,OAAO;YACL,cAAc,EAAE,MAAA,YAAY,CAAC,iBAAiB,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC,mCAAI,IAAI;SAC9F,CAAA;KACF;CACF;;;;;"}
1
+ {"version":3,"file":"tiptap-extension-gapcursor.esm.js","sources":["../src/gapcursor.ts"],"sourcesContent":["import {\n callOrReturn,\n Extension,\n getExtensionField,\n ParentConfig,\n} from '@tiptap/core'\nimport { gapCursor } from 'prosemirror-gapcursor'\n\ndeclare module '@tiptap/core' {\n interface NodeConfig<Options, Storage> {\n /**\n * Allow gap cursor\n */\n allowGapCursor?:\n | boolean\n | null\n | ((this: {\n name: string,\n options: Options,\n storage: Storage,\n parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],\n }) => boolean | null),\n }\n}\n\nexport const Gapcursor = Extension.create({\n name: 'gapCursor',\n\n addProseMirrorPlugins() {\n return [\n gapCursor(),\n ]\n },\n\n extendNodeSchema(extension) {\n const context = {\n name: extension.name,\n options: extension.options,\n storage: extension.storage,\n }\n\n return {\n allowGapCursor: callOrReturn(getExtensionField(extension, 'allowGapCursor', context)) ?? null,\n }\n },\n})\n"],"names":[],"mappings":";;;AAyBa,MAAA,SAAS,GAAG,SAAS,CAAC,MAAM,CAAC;AACxC,IAAA,IAAI,EAAE,WAAW;IAEjB,qBAAqB,GAAA;QACnB,OAAO;AACL,YAAA,SAAS,EAAE;SACZ,CAAA;KACF;AAED,IAAA,gBAAgB,CAAC,SAAS,EAAA;;AACxB,QAAA,MAAM,OAAO,GAAG;YACd,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,OAAO,EAAE,SAAS,CAAC,OAAO;YAC1B,OAAO,EAAE,SAAS,CAAC,OAAO;SAC3B,CAAA;QAED,OAAO;AACL,YAAA,cAAc,EAAE,CAAA,EAAA,GAAA,YAAY,CAAC,iBAAiB,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC,mCAAI,IAAI;SAC9F,CAAA;KACF;AACF,CAAA;;;;"}
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@tiptap/core'), require('prosemirror-gapcursor')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', '@tiptap/core', 'prosemirror-gapcursor'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@tiptap/extension-gapcursor'] = {}, global.core, global.prosemirrorGapcursor));
5
- }(this, (function (exports, core, prosemirrorGapcursor) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@tiptap/extension-gapcursor"] = {}, global.core, global.prosemirrorGapcursor));
5
+ })(this, (function (exports, core, prosemirrorGapcursor) { 'use strict';
6
6
 
7
7
  const Gapcursor = core.Extension.create({
8
8
  name: 'gapCursor',
@@ -16,6 +16,7 @@
16
16
  const context = {
17
17
  name: extension.name,
18
18
  options: extension.options,
19
+ storage: extension.storage,
19
20
  };
20
21
  return {
21
22
  allowGapCursor: (_a = core.callOrReturn(core.getExtensionField(extension, 'allowGapCursor', context))) !== null && _a !== void 0 ? _a : null,
@@ -24,9 +25,9 @@
24
25
  });
25
26
 
26
27
  exports.Gapcursor = Gapcursor;
27
- exports.default = Gapcursor;
28
+ exports["default"] = Gapcursor;
28
29
 
29
30
  Object.defineProperty(exports, '__esModule', { value: true });
30
31
 
31
- })));
32
+ }));
32
33
  //# sourceMappingURL=tiptap-extension-gapcursor.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tiptap-extension-gapcursor.umd.js","sources":["../src/gapcursor.ts"],"sourcesContent":["import {\n Extension,\n callOrReturn,\n getExtensionField,\n ParentConfig,\n} from '@tiptap/core'\nimport { gapCursor } from 'prosemirror-gapcursor'\n\ndeclare module '@tiptap/core' {\n interface NodeConfig<Options> {\n /**\n * Allow gap cursor\n */\n allowGapCursor?:\n | boolean\n | null\n | ((this: {\n name: string,\n options: Options,\n parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],\n }) => boolean | null),\n }\n}\n\nexport const Gapcursor = Extension.create({\n name: 'gapCursor',\n\n addProseMirrorPlugins() {\n return [\n gapCursor(),\n ]\n },\n\n extendNodeSchema(extension) {\n const context = {\n name: extension.name,\n options: extension.options,\n }\n\n return {\n allowGapCursor: callOrReturn(getExtensionField(extension, 'allowGapCursor', context)) ?? null,\n }\n },\n})\n"],"names":["Extension","gapCursor","callOrReturn","getExtensionField"],"mappings":";;;;;;QAwBa,SAAS,GAAGA,cAAS,CAAC,MAAM,CAAC;MACxC,IAAI,EAAE,WAAW;MAEjB,qBAAqB;UACnB,OAAO;cACLC,8BAAS,EAAE;WACZ,CAAA;OACF;MAED,gBAAgB,CAAC,SAAS;;UACxB,MAAM,OAAO,GAAG;cACd,IAAI,EAAE,SAAS,CAAC,IAAI;cACpB,OAAO,EAAE,SAAS,CAAC,OAAO;WAC3B,CAAA;UAED,OAAO;cACL,cAAc,EAAE,MAAAC,iBAAY,CAACC,sBAAiB,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC,mCAAI,IAAI;WAC9F,CAAA;OACF;GACF;;;;;;;;;;;"}
1
+ {"version":3,"file":"tiptap-extension-gapcursor.umd.js","sources":["../src/gapcursor.ts"],"sourcesContent":["import {\n callOrReturn,\n Extension,\n getExtensionField,\n ParentConfig,\n} from '@tiptap/core'\nimport { gapCursor } from 'prosemirror-gapcursor'\n\ndeclare module '@tiptap/core' {\n interface NodeConfig<Options, Storage> {\n /**\n * Allow gap cursor\n */\n allowGapCursor?:\n | boolean\n | null\n | ((this: {\n name: string,\n options: Options,\n storage: Storage,\n parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],\n }) => boolean | null),\n }\n}\n\nexport const Gapcursor = Extension.create({\n name: 'gapCursor',\n\n addProseMirrorPlugins() {\n return [\n gapCursor(),\n ]\n },\n\n extendNodeSchema(extension) {\n const context = {\n name: extension.name,\n options: extension.options,\n storage: extension.storage,\n }\n\n return {\n allowGapCursor: callOrReturn(getExtensionField(extension, 'allowGapCursor', context)) ?? null,\n }\n },\n})\n"],"names":["Extension","gapCursor","callOrReturn","getExtensionField"],"mappings":";;;;;;AAyBa,QAAA,SAAS,GAAGA,cAAS,CAAC,MAAM,CAAC;EACxC,IAAA,IAAI,EAAE,WAAW;MAEjB,qBAAqB,GAAA;UACnB,OAAO;EACL,YAAAC,8BAAS,EAAE;WACZ,CAAA;OACF;EAED,IAAA,gBAAgB,CAAC,SAAS,EAAA;;EACxB,QAAA,MAAM,OAAO,GAAG;cACd,IAAI,EAAE,SAAS,CAAC,IAAI;cACpB,OAAO,EAAE,SAAS,CAAC,OAAO;cAC1B,OAAO,EAAE,SAAS,CAAC,OAAO;WAC3B,CAAA;UAED,OAAO;EACL,YAAA,cAAc,EAAE,CAAA,EAAA,GAAAC,iBAAY,CAACC,sBAAiB,CAAC,SAAS,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC,mCAAI,IAAI;WAC9F,CAAA;OACF;EACF,CAAA;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/extension-gapcursor",
3
3
  "description": "gapcursor extension for tiptap",
4
- "version": "2.0.0-beta.17",
4
+ "version": "2.0.0-beta.194",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -21,11 +21,14 @@
21
21
  "dist"
22
22
  ],
23
23
  "peerDependencies": {
24
- "@tiptap/core": "^2.0.0-beta.1"
24
+ "@tiptap/core": "^2.0.0-beta.193"
25
25
  },
26
26
  "dependencies": {
27
- "@types/prosemirror-gapcursor": "^1.0.3",
28
- "prosemirror-gapcursor": "^1.1.5"
27
+ "prosemirror-gapcursor": "1.3.0"
29
28
  },
30
- "gitHead": "6b154e4c8161fbba987e162ebebc155243432f24"
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/ueberdosis/tiptap",
32
+ "directory": "packages/extension-gapcursor"
33
+ }
31
34
  }
package/src/gapcursor.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
- Extension,
3
2
  callOrReturn,
3
+ Extension,
4
4
  getExtensionField,
5
5
  ParentConfig,
6
6
  } from '@tiptap/core'
7
7
  import { gapCursor } from 'prosemirror-gapcursor'
8
8
 
9
9
  declare module '@tiptap/core' {
10
- interface NodeConfig<Options> {
10
+ interface NodeConfig<Options, Storage> {
11
11
  /**
12
12
  * Allow gap cursor
13
13
  */
@@ -17,6 +17,7 @@ declare module '@tiptap/core' {
17
17
  | ((this: {
18
18
  name: string,
19
19
  options: Options,
20
+ storage: Storage,
20
21
  parent: ParentConfig<NodeConfig<Options>>['allowGapCursor'],
21
22
  }) => boolean | null),
22
23
  }
@@ -35,6 +36,7 @@ export const Gapcursor = Extension.create({
35
36
  const context = {
36
37
  name: extension.name,
37
38
  options: extension.options,
39
+ storage: extension.storage,
38
40
  }
39
41
 
40
42
  return {
package/CHANGELOG.md DELETED
@@ -1,266 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [2.0.0-beta.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.16...@tiptap/extension-gapcursor@2.0.0-beta.17) (2021-05-18)
7
-
8
- **Note:** Version bump only for package @tiptap/extension-gapcursor
9
-
10
-
11
-
12
-
13
-
14
- # [2.0.0-beta.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.15...@tiptap/extension-gapcursor@2.0.0-beta.16) (2021-05-13)
15
-
16
- **Note:** Version bump only for package @tiptap/extension-gapcursor
17
-
18
-
19
-
20
-
21
-
22
- # [2.0.0-beta.15](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.14...@tiptap/extension-gapcursor@2.0.0-beta.15) (2021-05-07)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * revert adding exports ([bc320d0](https://github.com/ueberdosis/tiptap/commit/bc320d0b4b80b0e37a7e47a56e0f6daec6e65d98))
28
-
29
-
30
-
31
-
32
-
33
- # [2.0.0-beta.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.13...@tiptap/extension-gapcursor@2.0.0-beta.14) (2021-05-06)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * revert adding type: module ([f8d6475](https://github.com/ueberdosis/tiptap/commit/f8d6475e2151faea6f96baecdd6bd75880d50d2c))
39
-
40
-
41
-
42
-
43
-
44
- # [2.0.0-beta.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.12...@tiptap/extension-gapcursor@2.0.0-beta.13) (2021-05-06)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * add exports to package.json ([1277fa4](https://github.com/ueberdosis/tiptap/commit/1277fa47151e9c039508cdb219bdd0ffe647f4ee))
50
-
51
-
52
-
53
-
54
-
55
- # [2.0.0-beta.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.11...@tiptap/extension-gapcursor@2.0.0-beta.12) (2021-05-06)
56
-
57
- **Note:** Version bump only for package @tiptap/extension-gapcursor
58
-
59
-
60
-
61
-
62
-
63
- # [2.0.0-beta.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.10...@tiptap/extension-gapcursor@2.0.0-beta.11) (2021-05-05)
64
-
65
- **Note:** Version bump only for package @tiptap/extension-gapcursor
66
-
67
-
68
-
69
-
70
-
71
- # [2.0.0-beta.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.9...@tiptap/extension-gapcursor@2.0.0-beta.10) (2021-04-23)
72
-
73
- **Note:** Version bump only for package @tiptap/extension-gapcursor
74
-
75
-
76
-
77
-
78
-
79
- # [2.0.0-beta.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.8...@tiptap/extension-gapcursor@2.0.0-beta.9) (2021-04-22)
80
-
81
- **Note:** Version bump only for package @tiptap/extension-gapcursor
82
-
83
-
84
-
85
-
86
-
87
- # [2.0.0-beta.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.7...@tiptap/extension-gapcursor@2.0.0-beta.8) (2021-04-21)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * add name to context ([df43c1b](https://github.com/ueberdosis/tiptap/commit/df43c1bc47aa8bf7fe2bfbbd5b67f30a0b14d3ac))
93
-
94
-
95
-
96
-
97
-
98
- # [2.0.0-beta.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.6...@tiptap/extension-gapcursor@2.0.0-beta.7) (2021-04-16)
99
-
100
- **Note:** Version bump only for package @tiptap/extension-gapcursor
101
-
102
-
103
-
104
-
105
-
106
- # [2.0.0-beta.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.5...@tiptap/extension-gapcursor@2.0.0-beta.6) (2021-04-15)
107
-
108
- **Note:** Version bump only for package @tiptap/extension-gapcursor
109
-
110
-
111
-
112
-
113
-
114
- # [2.0.0-beta.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.4...@tiptap/extension-gapcursor@2.0.0-beta.5) (2021-04-12)
115
-
116
-
117
- ### Features
118
-
119
- * add parentConfig to extension context for more extendable extensions, fix [#259](https://github.com/ueberdosis/tiptap/issues/259) ([5e1ec5d](https://github.com/ueberdosis/tiptap/commit/5e1ec5d2a66be164f505d631f97861ab9344ba96))
120
-
121
-
122
-
123
-
124
-
125
- # [2.0.0-beta.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.3...@tiptap/extension-gapcursor@2.0.0-beta.4) (2021-03-16)
126
-
127
- **Note:** Version bump only for package @tiptap/extension-gapcursor
128
-
129
-
130
-
131
-
132
-
133
- # [2.0.0-beta.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.2...@tiptap/extension-gapcursor@2.0.0-beta.3) (2021-03-09)
134
-
135
- **Note:** Version bump only for package @tiptap/extension-gapcursor
136
-
137
-
138
-
139
-
140
-
141
- # [2.0.0-beta.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-beta.1...@tiptap/extension-gapcursor@2.0.0-beta.2) (2021-03-08)
142
-
143
- **Note:** Version bump only for package @tiptap/extension-gapcursor
144
-
145
-
146
-
147
-
148
-
149
- # [2.0.0-beta.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.12...@tiptap/extension-gapcursor@2.0.0-beta.1) (2021-03-05)
150
-
151
- **Note:** Version bump only for package @tiptap/extension-gapcursor
152
-
153
-
154
-
155
-
156
-
157
- # [2.0.0-alpha.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.11...@tiptap/extension-gapcursor@2.0.0-alpha.12) (2021-02-26)
158
-
159
- **Note:** Version bump only for package @tiptap/extension-gapcursor
160
-
161
-
162
-
163
-
164
-
165
- # [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.10...@tiptap/extension-gapcursor@2.0.0-alpha.11) (2021-02-16)
166
-
167
- **Note:** Version bump only for package @tiptap/extension-gapcursor
168
-
169
-
170
-
171
-
172
-
173
- # [2.0.0-alpha.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.9...@tiptap/extension-gapcursor@2.0.0-alpha.10) (2021-02-07)
174
-
175
- **Note:** Version bump only for package @tiptap/extension-gapcursor
176
-
177
-
178
-
179
-
180
-
181
- # [2.0.0-alpha.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.8...@tiptap/extension-gapcursor@2.0.0-alpha.9) (2021-02-05)
182
-
183
- **Note:** Version bump only for package @tiptap/extension-gapcursor
184
-
185
-
186
-
187
-
188
-
189
- # [2.0.0-alpha.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.7...@tiptap/extension-gapcursor@2.0.0-alpha.8) (2021-01-29)
190
-
191
- **Note:** Version bump only for package @tiptap/extension-gapcursor
192
-
193
-
194
-
195
-
196
-
197
- # [2.0.0-alpha.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.6...@tiptap/extension-gapcursor@2.0.0-alpha.7) (2021-01-29)
198
-
199
- **Note:** Version bump only for package @tiptap/extension-gapcursor
200
-
201
-
202
-
203
-
204
-
205
- # [2.0.0-alpha.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.5...@tiptap/extension-gapcursor@2.0.0-alpha.6) (2021-01-28)
206
-
207
- **Note:** Version bump only for package @tiptap/extension-gapcursor
208
-
209
-
210
-
211
-
212
-
213
- # [2.0.0-alpha.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.4...@tiptap/extension-gapcursor@2.0.0-alpha.5) (2020-12-18)
214
-
215
- **Note:** Version bump only for package @tiptap/extension-gapcursor
216
-
217
-
218
-
219
-
220
-
221
- # [2.0.0-alpha.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.3...@tiptap/extension-gapcursor@2.0.0-alpha.4) (2020-12-02)
222
-
223
- **Note:** Version bump only for package @tiptap/extension-gapcursor
224
-
225
-
226
-
227
-
228
-
229
- # [2.0.0-alpha.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.2...@tiptap/extension-gapcursor@2.0.0-alpha.3) (2020-11-19)
230
-
231
- **Note:** Version bump only for package @tiptap/extension-gapcursor
232
-
233
-
234
-
235
-
236
-
237
- # [2.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@2.0.0-alpha.1...@tiptap/extension-gapcursor@2.0.0-alpha.2) (2020-11-19)
238
-
239
- **Note:** Version bump only for package @tiptap/extension-gapcursor
240
-
241
-
242
-
243
-
244
-
245
- # [2.0.0-alpha.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@1.0.0-alpha.2...@tiptap/extension-gapcursor@2.0.0-alpha.1) (2020-11-18)
246
-
247
- **Note:** Version bump only for package @tiptap/extension-gapcursor
248
-
249
-
250
-
251
-
252
-
253
- # [1.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-gapcursor@1.0.0-alpha.1...@tiptap/extension-gapcursor@1.0.0-alpha.2) (2020-11-16)
254
-
255
- **Note:** Version bump only for package @tiptap/extension-gapcursor
256
-
257
-
258
-
259
-
260
-
261
- # 1.0.0-alpha.1 (2020-11-16)
262
-
263
-
264
- ### Reverts
265
-
266
- * Revert "use global namespace" ([0c9ce26](https://github.com/ueberdosis/tiptap/commit/0c9ce26c02c07d88a757c01b0a9d7f9e2b0b7502))
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021, überdosis GbR
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.