Skip to content

Commit

Permalink
merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed Apr 25, 2018
1 parent 67c7c3b commit 8f20203
Show file tree
Hide file tree
Showing 33 changed files with 80 additions and 39 deletions.
3 changes: 3 additions & 0 deletions draft-js-alignment-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.3
- bumped find-with-regex

## 2.0.2
- added options to configure styling of alignment buttons

Expand Down
4 changes: 2 additions & 2 deletions draft-js-alignment-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-alignment-plugin",
"version": "2.0.2",
"version": "2.0.3",
"description": "Alignment Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js-buttons": "^2.0.1",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"union-class-names": "^1.0.0"
Expand Down
4 changes: 4 additions & 0 deletions draft-js-anchor-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2
- extracted utilities into separate lib
- bumped find-with-regex

## 2.0.1
- 2.0 release

## 2.0.0-rc11 - 2017-11-07
### Add support for mailto:username@domain syntax (to support email links)
Expand Down
3 changes: 3 additions & 0 deletions draft-js-drag-n-drop-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2
- bumped find-with-regex

## 2.0.0-rc9
- add null-check to fix bug where store is not defined when decorator is rendered.

Expand Down
4 changes: 2 additions & 2 deletions draft-js-drag-n-drop-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-drag-n-drop-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Block Drag & Drop Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-drag-n-drop-upload-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2
- bumped find-with-regex

## To Be Released

### Released the first working version of DraftJS DnD Plugin
4 changes: 2 additions & 2 deletions draft-js-drag-n-drop-upload-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-drag-n-drop-upload-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Dropping & uploading files with DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-emoji-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.4
- bumped find-with-regex

## 2.0.3
- Added `aria-selected="true"` for the suggestions listbox focused option.
- Fix aria attributes to use booleans rather than strings (that was a draft-js update that we missed)
Expand Down
4 changes: 2 additions & 2 deletions draft-js-emoji-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-emoji-plugin",
"version": "2.0.3",
"version": "2.0.4",
"description": "Emoji Plugin for DraftJS",
"author": {
"name": "Nik Graf",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"decorate-component-with-props": "^1.1.0",
"emojione": "^2.2.7",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"lodash.keys": "^4.2.0",
Expand Down
6 changes: 5 additions & 1 deletion draft-js-focus-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2 - fix newline linked to entity
## 2.0.3
- bumped find-with-regex

## 2.0.2
- fix newline linked to entity
4 changes: 2 additions & 2 deletions draft-js-focus-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-focus-plugin",
"version": "2.0.2",
"version": "2.0.3",
"description": "Focus Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
3 changes: 2 additions & 1 deletion draft-js-hashtag-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## To Be Released
## 2.0.2
- bumped find-with-regex

## 1.1.0

Expand Down
4 changes: 2 additions & 2 deletions draft-js-hashtag-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-hashtag-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Hashtag Plugin for DraftJS",
"author": {
"name": "Nik Graf",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-image-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.3
- bumped find-with-regex

## 2.0.2
- don't assign blockStyleFn to img tag

Expand Down
4 changes: 2 additions & 2 deletions draft-js-image-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-image-plugin",
"version": "2.0.2",
"version": "2.0.3",
"description": "Image Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
4 changes: 3 additions & 1 deletion draft-js-inline-toolbar-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2
## 2.0.3
- bumped find-with-regex

## 2.0.2
- Fixed positioning when the editor has a parent node that is positioned (i.e. `relative`, `absolute` or `fixed`).
4 changes: 2 additions & 2 deletions draft-js-inline-toolbar-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-inline-toolbar-plugin",
"version": "2.0.2",
"version": "2.0.3",
"description": "Toolbar Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js-buttons": "^2.0.1",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"union-class-names": "^1.0.0"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-mention-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.2
- bumped find-with-regex

## 3.0.1
- Added `aria-selected="true"` for the suggestions listbox focused option.
- Update aria attributes to use booleans
Expand Down
4 changes: 2 additions & 2 deletions draft-js-mention-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-mention-plugin",
"version": "3.0.1",
"version": "3.0.2",
"description": "Mention Plugin for DraftJS",
"author": {
"name": "Nik Graf",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"lodash.escaperegexp": "^4.1.2",
Expand Down
3 changes: 3 additions & 0 deletions draft-js-plugins-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.6
- bumped find-with-regex

## 2.0.5
- Fix decorator resolution in componentWillReceiveProps

Expand Down
4 changes: 2 additions & 2 deletions draft-js-plugins-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-plugins-editor",
"version": "2.0.5",
"version": "2.0.6",
"description": "Editor for DraftJS Plugins",
"author": {
"name": "Nik Graf",
Expand Down Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.1.0",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"union-class-names": "^1.0.0"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-resizeable-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.5
- bumped find-with-regex

### 2.0.4
- fixed image resizing bugs in Firefox [#1020](https://github.com/draft-js-plugins/draft-js-plugins/issues/1020)

Expand Down
4 changes: 2 additions & 2 deletions draft-js-resizeable-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-resizeable-plugin",
"version": "2.0.4",
"version": "2.0.5",
"description": "Resizeable Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-side-toolbar-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.4
- bumped find-with-regex

### 2.0.3
- Fixed positioning when the editor has a parent node that is positioned (i.e. `relative`, `absolute` or `fixed`).

Expand Down
4 changes: 2 additions & 2 deletions draft-js-side-toolbar-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-side-toolbar-plugin",
"version": "2.0.3",
"version": "2.0.4",
"description": "Toolbar Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js-buttons": "^2.0.1",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"union-class-names": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion draft-js-side-toolbar-plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fbjs@^0.8.16:
setimmediate "^1.0.5"
ua-parser-js "^0.7.9"

find-with-regex@^1.0.2:
find-with-regex@^1.1.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/find-with-regex/-/find-with-regex-1.0.2.tgz#d3b36286539f14c527e31f194159c6d251651a45"

Expand Down
3 changes: 3 additions & 0 deletions draft-js-static-toolbar-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2
- bumped find-with-regex

## To Be Released

### Released the first working of DraftJS Toolbar Plugin
4 changes: 2 additions & 2 deletions draft-js-static-toolbar-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-static-toolbar-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Static Toolbar Plugin for DraftJS",
"author": {
"name": "Julian Krispel",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"draft-js-buttons": "^2.0.1",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",
"prop-types": "^15.5.8",
"union-class-names": "^1.0.0"
Expand Down
3 changes: 3 additions & 0 deletions draft-js-sticker-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2
- bumped find-with-regex

## To Be Released

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions draft-js-sticker-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft-js-sticker-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Sticker Plugin for DraftJS",
"author": {
"name": "Nik Graf",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"union-class-names": "^1.0.0",
"immutable": "~3.7.4",
"prop-types": "^15.5.8"
Expand Down
Loading

0 comments on commit 8f20203

Please sign in to comment.