@remirror/extension-bidi
Advanced tools
Comparing version 1.0.0-next.28 to 1.0.0-next.29
# @remirror/extension-bidi | ||
## 1.0.0-next.29 | ||
> 2020-08-28 | ||
### Patch Changes | ||
- Updated dependencies [[`05446a62`](https://github.com/remirror/remirror/commit/05446a62d4f1d1cf3c940b2766a7ea5f66a77ebf)]: | ||
- @remirror/core@1.0.0-next.29 | ||
## 1.0.0-next.28 | ||
@@ -9,7 +18,3 @@ | ||
- Updated dependencies | ||
[[`c0dce043`](https://github.com/remirror/remirror/commit/c0dce0433780e1ddb8b21384eef4b67ae1f74e47), | ||
[`d5bbeb4e`](https://github.com/remirror/remirror/commit/d5bbeb4e8e193e695838207706a04f7739cc1448), | ||
[`0400fbc8`](https://github.com/remirror/remirror/commit/0400fbc8a5f97441f70528f7d6c6f11d560b381d), | ||
[`d23a0434`](https://github.com/remirror/remirror/commit/d23a0434c49ecd5bbaccffd9b8d8c42bc626219a)]: | ||
- Updated dependencies [[`c0dce043`](https://github.com/remirror/remirror/commit/c0dce0433780e1ddb8b21384eef4b67ae1f74e47), [`d5bbeb4e`](https://github.com/remirror/remirror/commit/d5bbeb4e8e193e695838207706a04f7739cc1448), [`0400fbc8`](https://github.com/remirror/remirror/commit/0400fbc8a5f97441f70528f7d6c6f11d560b381d), [`d23a0434`](https://github.com/remirror/remirror/commit/d23a0434c49ecd5bbaccffd9b8d8c42bc626219a)]: | ||
- @remirror/core@1.0.0-next.28 | ||
@@ -56,4 +61,3 @@ - @remirror/pm@1.0.0-next.28 | ||
🚀 Add `NodeAttributes` and `MarkAttributes` exports which can be extended in the | ||
`Remirror.ExtraNodeAttributes` and `Remirror.ExtraMarkAttributes`. | ||
🚀 Add `NodeAttributes` and `MarkAttributes` exports which can be extended in the `Remirror.ExtraNodeAttributes` and `Remirror.ExtraMarkAttributes`. | ||
@@ -147,4 +151,3 @@ 🚀 Add `isAllSelection` which checks if the user has selected everything in the active editor. | ||
- 38941404: Switch from static properties to using the `@extensionDecorator` and `@presetDecorator` | ||
instead. | ||
- 38941404: Switch from static properties to using the `@extensionDecorator` and `@presetDecorator` instead. | ||
- Updated dependencies [d877adb3] | ||
@@ -174,7 +177,5 @@ - Updated dependencies [cc5c1c1c] | ||
- 54461006: Remove the first parameter `extensions` from the lifecycle methods `onCreate`, `onView` | ||
and `onDestroy`. | ||
- 54461006: Remove the first parameter `extensions` from the lifecycle methods `onCreate`, `onView` and `onDestroy`. | ||
Switch to using method signatures for extension class methods as discussed in #360. The following | ||
methods have been affected: | ||
Switch to using method signatures for extension class methods as discussed in #360. The following methods have been affected: | ||
@@ -266,5 +267,3 @@ ``` | ||
- The whole API for remirror has completely changed. These pre-release versions are a breaking | ||
change across all packages. The best way to know what's changed is to read the documentaion on the | ||
new documentation site `https://remirror.io`. | ||
- The whole API for remirror has completely changed. These pre-release versions are a breaking change across all packages. The best way to know what's changed is to read the documentaion on the new documentation site `https://remirror.io`. | ||
@@ -271,0 +270,0 @@ ### Patch Changes |
{ | ||
"name": "@remirror/extension-bidi", | ||
"version": "1.0.0-next.28", | ||
"version": "1.0.0-next.29", | ||
"description": "Add automatic bidirectional text support to your remirror editor. Just start typing for the magic.", | ||
@@ -32,7 +32,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@remirror/core": "1.0.0-next.28", | ||
"@remirror/core": "1.0.0-next.29", | ||
"@remirror/pm": "1.0.0-next.28" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/core": "1.0.0-next.28", | ||
"@remirror/core": "1.0.0-next.29", | ||
"@remirror/pm": "1.0.0-next.28" | ||
@@ -39,0 +39,0 @@ }, |
# @remirror/extension-bidi | ||
> Add automatic bi-directional text support to your remirror editor. Just start typing for the | ||
> magic. | ||
> Add automatic bi-directional text support to your remirror editor. Just start typing for the magic. | ||
[![Version][version]][npm] [![Weekly Downloads][downloads-badge]][npm] | ||
[![Bundled size][size-badge]][size] [![Typed Codebase][typescript]](./src/index.ts) | ||
![MIT License][license] | ||
[![Version][version]][npm] [![Weekly Downloads][downloads-badge]][npm] [![Bundled size][size-badge]][size] [![Typed Codebase][typescript]](./src/index.ts) ![MIT License][license] | ||
@@ -10,0 +7,0 @@ [version]: https://flat.badgen.net/npm/v/@remirror/extension-bidi |
38951
45