react-quill
Advanced tools
Comparing version 1.2.4 to 1.2.5
Changelog | ||
========= | ||
v1.2.4 | ||
------ | ||
- Only restore focus if editor had focus (#312 @MattKunze) | ||
v1.2.2 | ||
@@ -6,0 +11,0 @@ ------ |
@@ -68,3 +68,3 @@ 'use strict'; | ||
if (typeof value === 'string') { | ||
editor.clipboard.dangerouslyPasteHTML(value); | ||
editor.setContents(editor.clipboard.convert(value)); | ||
} else { | ||
@@ -71,0 +71,0 @@ editor.setContents(value); |
{ | ||
"name": "react-quill", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -5,0 +5,0 @@ "author": "zenoamaro <zenoamaro@gmail.com>", |
@@ -44,6 +44,5 @@ React-Quill [![Build Status](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master)](https://travis-ci.org/zenoamaro/react-quill) [![npm](https://img.shields.io/npm/v/react-quill.svg)](https://www.npmjs.com/package/react-quill) | ||
🎧 **Latest published package version: `v1.2.3`** | ||
```sh | ||
npm install react-quill@v1.2.2 | ||
npm install react-quill | ||
yarn add react-quill | ||
``` | ||
@@ -759,2 +758,6 @@ | ||
### v1.2.4 | ||
- Only restore focus if editor had focus (#312 @MattKunze) | ||
### v1.2.0 | ||
@@ -861,2 +864,3 @@ | ||
- @wouterh | ||
- @MattKunze | ||
@@ -863,0 +867,0 @@ ## Roadmap |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3423514
883