@bangle.dev/core
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -8,3 +8,3 @@ --- | ||
`@bangle.dev/core` as the name suggests is the core of BangleJS and most packages expect it as a [peer dependency](https://nodejs.org/en/blog/npm/peer-dependencies/). To install run: | ||
`@bangle.dev/core` as the name suggests is the core of Bangle and most packages expect it as a [peer dependency](https://nodejs.org/en/blog/npm/peer-dependencies/). To install run: | ||
@@ -19,3 +19,3 @@ ``` | ||
The building block of BangleJS is a component. At it's heart, we have a vanilla Javascript module which exports the follow properties: | ||
The building block of Bangle is a component. At it's heart, we have a vanilla Javascript module which exports the follow properties: | ||
@@ -104,3 +104,3 @@ - **?spec(opts: Object):** [Spec](#spec)\ | ||
:bulb: _BangleJS follows the convention of prefixing_ `query` _to **any** function that returns a QueryCommand._ | ||
:bulb: _Bangle follows the convention of prefixing_ `query` _to **any** function that returns a QueryCommand._ | ||
@@ -107,0 +107,0 @@ ```js |
@@ -747,3 +747,3 @@ /** | ||
// TODO I think this blocked by the bug described by a test in list item https://github.com/bangle-io/banglejs/blob/ee3305892fbe46e1217b28045b14955e94f24430/bangle-play/utilsnodes/__tests__/list-item.test.js#L553 | ||
// TODO I think this blocked by the bug described by a test in list item https://github.com/bangle-io/bangle.dev/blob/ee3305892fbe46e1217b28045b14955e94f24430/bangle-play/utilsnodes/__tests__/list-item.test.js#L553 | ||
it.skip('pressing enter on empty nested li should outdent and take the type of the parent when their are other sibblings', async () => { | ||
@@ -750,0 +750,0 @@ const { view } = await testEditor( |
{ | ||
"name": "@bangle.dev/core", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"homepage": "https://bangle.dev", | ||
@@ -15,6 +15,6 @@ "authors": [ | ||
"type": "git", | ||
"url": "git+https://github.com/bangle-io/banglejs.git" | ||
"url": "git+https://github.com/bangle-io/bangle.dev.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bangle-io/banglejs/issues" | ||
"url": "https://github.com/bangle-io/bangle.dev/issues" | ||
}, | ||
@@ -21,0 +21,0 @@ "main": "index.js", |
@@ -10,2 +10,3 @@ import { NodeSelection } from 'prosemirror-state'; | ||
export * from './create-event'; | ||
export * from './selection-helpers'; | ||
@@ -12,0 +13,0 @@ export const selectNodeAt = (view, pos) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
458078
91
16523