@remirror/pm
Advanced tools
Comparing version 1.0.0-next.28 to 1.0.0-next.32
# @remirror/pm | ||
## 1.0.0-next.32 | ||
> 2020-09-05 | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- prosemirror-suggest@1.0.0-next.32 | ||
## 1.0.0-next.28 | ||
@@ -9,5 +18,3 @@ | ||
- [`d5bbeb4e`](https://github.com/remirror/remirror/commit/d5bbeb4e8e193e695838207706a04f7739cc1448) | ||
[#585](https://github.com/remirror/remirror/pull/585) Thanks | ||
[@ifiokjr](https://github.com/ifiokjr)! - Upgrade dependencies and `linaria`. | ||
- [`d5bbeb4e`](https://github.com/remirror/remirror/commit/d5bbeb4e8e193e695838207706a04f7739cc1448) [#585](https://github.com/remirror/remirror/pull/585) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Upgrade dependencies and `linaria`. | ||
@@ -114,10 +121,7 @@ - Updated dependencies []: | ||
- 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`. | ||
- 28bd8bea: This is a breaking change to the structure of published npm packages. | ||
- Move build directory from `lib` to `dist` | ||
- Remove option for multiple entry points. It is no longer possible to import module from | ||
'@remirror/core/lib/custom' | ||
- Remove option for multiple entry points. It is no longer possible to import module from '@remirror/core/lib/custom' | ||
- Only use one entry file. | ||
@@ -124,0 +128,0 @@ - Remove declaration source mapping for declaration files |
{ | ||
"name": "@remirror/pm", | ||
"version": "1.0.0-next.28", | ||
"version": "1.0.0-next.32", | ||
"description": "A bundled library containing all the core prosemirror libraries required for using remirror", | ||
@@ -50,3 +50,3 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/pm", | ||
"prosemirror-state": "^1.3.3", | ||
"prosemirror-suggest": "^1.0.0-next.28", | ||
"prosemirror-suggest": "^1.0.0-next.32", | ||
"prosemirror-tables": "^1.1.1", | ||
@@ -53,0 +53,0 @@ "prosemirror-transform": "^1.2.8", |
@@ -5,5 +5,3 @@ # @remirror/pm | ||
[![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] | ||
@@ -28,8 +26,5 @@ [version]: https://flat.badgen.net/npm/v/@remirror/pm | ||
This bundles up the prosemirror libraries into one package to make development and consumption of | ||
the remirror codebase simpler. Since the prosemirror libraries all provide es modules then tree | ||
shaking with rollup and webpack means that the compiled code only picks out what is used. | ||
This bundles up the prosemirror libraries into one package to make development and consumption of the remirror codebase simpler. All prosemirror libraries are available as **es-modules** which makes tree shaking with rollup, webpack and other build tools possible. | ||
This library is a required peer dependency when using remirror in your codebase. While you may never | ||
need to use it directly, the following code is an example of how you could potentially consume it. | ||
This library is a required peer dependency when using remirror in your codebase. You might never need to use it directly, but in case you do, here's a snippet of how to do so. | ||
@@ -44,9 +39,1 @@ ```ts | ||
``` | ||
And that is' | ||
## Credits | ||
This package was bootstrapped with [monots]. | ||
[monots]: https://github.com/monots/monots |
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
28970
37