Skip to content

Commit

Permalink
chore(changeset): version update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 8, 2022
1 parent 9488879 commit e54348c
Show file tree
Hide file tree
Showing 155 changed files with 2,361 additions and 612 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-jars-relax.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/smart-bats-juggle.md

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -205,8 +205,8 @@
"jest-extended": "^1.1.0",
"jest-github-reporter": "^1.0.2",
"jest-playwright-preset": "^1.7.0",
"jest-prosemirror": "^1.0.14",
"jest-remirror": "^1.0.23",
"jest-prosemirror": "^1.0.15",
"jest-remirror": "^1.0.24",
"jest-watch-typeahead": "^1.0.0",
"json.macro": "^1.3.0",
"lint-staged": "^11.2.6",
Expand All @@ -218,7 +218,7 @@
"playwright-testing-library": "^3.0.1",
"prettier": "^2.3.2",
"prettier-plugin-packagejson": "^2.2.13",
"remirror": "1.0.64",
"remirror": "1.0.65",
"rimraf": "^3.0.2",
"size-limit": "^5.0.5",
"snapshot-diff": "^0.9.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/jest-prosemirror/CHANGELOG.md
@@ -1,5 +1,27 @@
# jest-prosemirror

## 1.0.15

> 2022-02-08
### Patch Changes

- Add support for attribute filtering for `useActive` and `useAttrs` hooks when used with marks.

This provides consistent behaviour for the hook, aligning with functionality provided for node types.

```tsx
const active = useActive();

// Previously this ignored passed attributes and only checked the mark's type
//
// Now this will only return true if mark type is active AND its color attribute is red
const isActive = active.textColor({ color: 'red' });
```

- Updated dependencies []:
- @remirror/core-utils@1.1.6

## 1.0.14

> 2022-02-04
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-prosemirror/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-prosemirror",
"version": "1.0.14",
"version": "1.0.15",
"description": "Write expressive tests for your prosemirror editor",
"keywords": [
"jest",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@remirror/core-constants": "^1.0.2",
"@remirror/core-helpers": "^1.0.5",
"@remirror/core-types": "^1.0.4",
"@remirror/core-utils": "^1.1.5",
"@remirror/core-utils": "^1.1.6",
"@remirror/pm": "^1.0.11",
"@testing-library/dom": "^8.1.0",
"@types/prosemirror-schema-basic": "^1.0.2",
Expand Down
25 changes: 25 additions & 0 deletions packages/jest-remirror/CHANGELOG.md
@@ -1,5 +1,30 @@
# jest-remirror

## 1.0.24

> 2022-02-08
### Patch Changes

- Add support for attribute filtering for `useActive` and `useAttrs` hooks when used with marks.

This provides consistent behaviour for the hook, aligning with functionality provided for node types.

```tsx
const active = useActive();

// Previously this ignored passed attributes and only checked the mark's type
//
// Now this will only return true if mark type is active AND its color attribute is red
const isActive = active.textColor({ color: 'red' });
```

- Updated dependencies []:
- @remirror/core@1.3.5
- @remirror/dom@1.0.19
- @remirror/preset-core@1.0.19
- jest-prosemirror@1.0.15

## 1.0.23

> 2022-02-04
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-remirror/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-remirror",
"version": "1.0.23",
"version": "1.0.24",
"description": "A text editor for react built with prosemirror",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core": "^1.3.4",
"@remirror/dom": "^1.0.18",
"@remirror/core": "^1.3.5",
"@remirror/dom": "^1.0.19",
"@remirror/pm": "^1.0.11",
"@remirror/preset-core": "^1.0.18",
"@remirror/preset-core": "^1.0.19",
"@testing-library/dom": "^8.1.0",
"@types/sanitize-html": "^2.3.2",
"jest-prosemirror": "^1.0.14",
"jest-prosemirror": "^1.0.15",
"jest-snapshot": "^27.0.6",
"mutationobserver-shim": "^0.3.7",
"sanitize-html": "^2.4.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/prosemirror-resizable-view/CHANGELOG.md
@@ -1,5 +1,27 @@
# prosemirror-resizable-view

## 1.1.10

> 2022-02-08
### Patch Changes

- Add support for attribute filtering for `useActive` and `useAttrs` hooks when used with marks.

This provides consistent behaviour for the hook, aligning with functionality provided for node types.

```tsx
const active = useActive();

// Previously this ignored passed attributes and only checked the mark's type
//
// Now this will only return true if mark type is active AND its color attribute is red
const isActive = active.textColor({ color: 'red' });
```

- Updated dependencies []:
- @remirror/core-utils@1.1.6

## 1.1.9

> 2022-02-04
Expand Down
4 changes: 2 additions & 2 deletions packages/prosemirror-resizable-view/package.json
@@ -1,6 +1,6 @@
{
"name": "prosemirror-resizable-view",
"version": "1.1.9",
"version": "1.1.10",
"private": false,
"description": "A ProseMirror node view that make your node resizable",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-helpers": "^1.0.5",
"@remirror/core-utils": "^1.1.5",
"@remirror/core-utils": "^1.1.6",
"prosemirror-model": "^1.16.1",
"prosemirror-view": "^1.23.6"
},
Expand Down
78 changes: 78 additions & 0 deletions packages/remirror/CHANGELOG.md
@@ -1,5 +1,83 @@
# remirror

## 1.0.65

> 2022-02-08
### Patch Changes

- Add support for attribute filtering for `useActive` and `useAttrs` hooks when used with marks.

This provides consistent behaviour for the hook, aligning with functionality provided for node types.

```tsx
const active = useActive();

// Previously this ignored passed attributes and only checked the mark's type
//
// Now this will only return true if mark type is active AND its color attribute is red
const isActive = active.textColor({ color: 'red' });
```

* Allow disabling the yjs undo functionality in the yjs extension

* Updated dependencies []:
- @remirror/core@1.3.5
- @remirror/core-utils@1.1.6
- @remirror/dom@1.0.19
- @remirror/extension-annotation@1.1.14
- @remirror/extension-bidi@1.0.15
- @remirror/extension-blockquote@1.0.17
- @remirror/extension-bold@1.0.15
- @remirror/extension-callout@1.0.17
- @remirror/extension-code@1.0.16
- @remirror/extension-code-block@1.0.20
- @remirror/extension-codemirror5@1.0.15
- @remirror/extension-collaboration@1.0.15
- @remirror/extension-columns@1.0.15
- @remirror/extension-diff@1.0.15
- @remirror/extension-doc@1.0.16
- @remirror/extension-drop-cursor@1.0.15
- @remirror/extension-embed@1.1.20
- @remirror/extension-emoji@1.0.17
- @remirror/extension-epic-mode@1.0.15
- @remirror/extension-events@1.0.16
- @remirror/extension-font-family@1.0.15
- @remirror/extension-font-size@1.0.17
- @remirror/extension-gap-cursor@1.0.15
- @remirror/extension-hard-break@1.0.15
- @remirror/extension-heading@1.0.15
- @remirror/extension-history@1.0.15
- @remirror/extension-horizontal-rule@1.0.16
- @remirror/extension-image@1.0.25
- @remirror/extension-italic@1.0.15
- @remirror/extension-link@1.1.14
- @remirror/extension-list@1.2.15
- @remirror/extension-markdown@1.0.15
- @remirror/extension-mention@1.0.16
- @remirror/extension-mention-atom@1.0.18
- @remirror/extension-node-formatting@1.0.18
- @remirror/extension-paragraph@1.0.15
- @remirror/extension-placeholder@1.0.17
- @remirror/extension-positioner@1.1.16
- @remirror/extension-search@1.0.15
- @remirror/extension-shortcuts@1.1.4
- @remirror/extension-strike@1.0.15
- @remirror/extension-sub@1.0.15
- @remirror/extension-sup@1.0.15
- @remirror/extension-tables@1.0.17
- @remirror/extension-text@1.0.15
- @remirror/extension-text-case@1.0.15
- @remirror/extension-text-color@1.0.17
- @remirror/extension-text-highlight@1.0.17
- @remirror/extension-trailing-node@1.0.15
- @remirror/extension-underline@1.0.15
- @remirror/extension-whitespace@1.0.15
- @remirror/extension-yjs@1.0.23
- @remirror/preset-core@1.0.19
- @remirror/preset-formatting@1.0.21
- @remirror/preset-wysiwyg@1.1.38

## 1.0.64

> 2022-02-04
Expand Down

0 comments on commit e54348c

Please sign in to comment.