Fix hover on the Delete Block button (#659)

This commit is contained in:
Taly 2019-03-20 15:46:43 +03:00 committed by GitHub
parent a47ffcce44
commit e5423d64fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 6 deletions

View file

@ -26,6 +26,16 @@ plugins:
# https://github.com/csstools/postcss-preset-env#preserve
preserve: false
# Enable or disable specific polyfills
# https://github.com/csstools/postcss-preset-env#features
#
# List of available plugins
# https://github.com/csstools/postcss-preset-env/blob/master/src/lib/plugins-by-id.js
features:
# Modify colors using the color-mod() function in CSS
# https://github.com/jonathantneal/postcss-color-mod-function
color-mod-function: {}
# Nested rules unwrapper
# https://github.com/postcss/postcss-nested
#

10
dist/editor.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,9 @@
# Changelog
### 2.12.1
- `Fix` — Fix processing `color-mod` function in styles
### 2.12.0
- `New` *API* - new `blocks` API method `renderFromHTML`

View file

@ -1,6 +1,6 @@
{
"name": "@editorjs/editorjs",
"version": "2.12.0",
"version": "2.12.1",
"description": "Editor.js — Native JS, based on API and Open Source",
"main": "dist/editor.js",
"types": "./types/index.d.ts",