Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-highlight

Package Overview
Dependencies
Maintainers
1
Versions
613
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-highlight - npm Package Compare versions

Comparing version 11.0.4 to 11.0.5

lang/translations/da.po

17

CHANGELOG.md
Changelog
=========
## [11.0.5](https://github.com/ckeditor/ckeditor5-highlight/compare/v11.0.4...v11.0.5) (2019-08-26)
### Bug fixes
* The UI buttons should be marked as toggleable for better assistive technologies support (see [ckeditor/ckeditor5#1403](https://github.com/ckeditor/ckeditor5/issues/1403)). ([1645f26](https://github.com/ckeditor/ckeditor5-highlight/commit/1645f26))
### Other changes
* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([ff24619](https://github.com/ckeditor/ckeditor5-highlight/commit/ff24619))
* The text highlight toolbar should have a proper `aria-label` attribute (see [ckeditor/ckeditor5#1404](https://github.com/ckeditor/ckeditor5/issues/1404)). ([3ee2ea0](https://github.com/ckeditor/ckeditor5-highlight/commit/3ee2ea0))
* Updated translations. ([e0138f6](https://github.com/ckeditor/ckeditor5-highlight/commit/e0138f6))
## [11.0.4](https://github.com/ckeditor/ckeditor5-highlight/compare/v11.0.3...v11.0.4) (2019-07-10)

@@ -18,3 +31,3 @@

* Updated translations. ([6128b76](https://github.com/ckeditor/ckeditor5-highlight/commit/6128b76))
* Updated translations. ([6128b76](https://github.com/ckeditor/ckeditor5-highlight/commit/6128b76))

@@ -27,3 +40,3 @@

* Optimized icons. ([63c9d45](https://github.com/ckeditor/ckeditor5-highlight/commit/63c9d45))
* Updated translations. ([6695a99](https://github.com/ckeditor/ckeditor5-highlight/commit/6695a99))
* Updated translations. ([6695a99](https://github.com/ckeditor/ckeditor5-highlight/commit/6695a99))

@@ -30,0 +43,0 @@

3

lang/contexts.json

@@ -9,3 +9,4 @@ {

"Remove highlight": "Toolbar button tooltip for removing text highlight.",
"Highlight": "Toolbar button tooltip for the text highlight feature."
"Highlight": "Toolbar button tooltip for the text highlight feature.",
"Text highlight toolbar": "Label used by assistive technologies describing the highlight feature toolbar."
}
{
"name": "@ckeditor/ckeditor5-highlight",
"version": "11.0.4",
"version": "11.0.5",
"description": "Highilght feature for CKEditor 5.",

@@ -13,16 +13,16 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "^12.2.1",
"@ckeditor/ckeditor5-ui": "^13.0.2"
"@ckeditor/ckeditor5-core": "^12.3.0",
"@ckeditor/ckeditor5-ui": "^14.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-block-quote": "^11.1.2",
"@ckeditor/ckeditor5-editor-classic": "^12.1.3",
"@ckeditor/ckeditor5-engine": "^13.2.1",
"@ckeditor/ckeditor5-enter": "^11.0.4",
"@ckeditor/ckeditor5-heading": "^11.0.4",
"@ckeditor/ckeditor5-image": "^13.1.2",
"@ckeditor/ckeditor5-list": "^12.0.4",
"@ckeditor/ckeditor5-paragraph": "^11.0.4",
"@ckeditor/ckeditor5-typing": "^12.1.1",
"@ckeditor/ckeditor5-utils": "^13.0.1",
"@ckeditor/ckeditor5-block-quote": "^11.1.3",
"@ckeditor/ckeditor5-editor-classic": "^12.1.4",
"@ckeditor/ckeditor5-engine": "^14.0.0",
"@ckeditor/ckeditor5-enter": "^11.1.0",
"@ckeditor/ckeditor5-heading": "^11.0.5",
"@ckeditor/ckeditor5-image": "^14.0.0",
"@ckeditor/ckeditor5-list": "^12.1.0",
"@ckeditor/ckeditor5-paragraph": "^11.0.5",
"@ckeditor/ckeditor5-typing": "^12.2.0",
"@ckeditor/ckeditor5-utils": "^14.0.0",
"eslint": "^5.5.0",

@@ -40,3 +40,3 @@ "eslint-config-ckeditor5": "^2.0.0",

"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5-highlight/issues",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {

@@ -43,0 +43,0 @@ "type": "git",

@@ -123,2 +123,3 @@ /**

button.iconView.fillColor = option.color;
button.isToggleable = true;
}

@@ -191,3 +192,4 @@ }

// Holds current highlighter to execute (might be different then last used).
commandValue: startingHighlighter.model
commandValue: startingHighlighter.model,
isToggleable: true
} );

@@ -226,2 +228,4 @@

dropdownView.toolbarView.ariaLabel = t( 'Text highlight toolbar' );
// Execute current action from dropdown's split button action button.

@@ -228,0 +232,0 @@ splitButtonView.on( 'execute', () => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc