Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge tag 'v1.0.0-beta.1' into stable
Browse files Browse the repository at this point in the history
Release: v1.0.0-beta.1.
  • Loading branch information
Reinmar committed Mar 15, 2018
2 parents fc08cc8 + 5f6da0c commit 8d36074
Show file tree
Hide file tree
Showing 95 changed files with 1,748 additions and 956 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/

Expand Down
26 changes: 15 additions & 11 deletions .travis.yml
@@ -1,24 +1,28 @@
sudo: required
dist: trusty
addons:
firefox: "latest"
apt:
sources:
- google-chrome
- google-chrome
packages:
- google-chrome-stable
- google-chrome-stable
language: node_js
node_js:
- "6"
- '6'
cache:
- node_modules
- node_modules
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install @ckeditor/ckeditor5-dev-tests
- ckeditor5-dev-tests-install-dependencies
- npm install @ckeditor/ckeditor5-dev-tests
- ckeditor5-dev-tests-install-dependencies
script:
- ckeditor5-dev-tests-travis
- ckeditor5-dev-tests-travis
after_success:
- codeclimate-test-reporter < coverage/lcov.info
- ckeditor5-dev-tests-save-revision
- ckeditor5-dev-tests-save-revision
env:
global:
- secure: Fj33HYfPjfCq+P175FR2n69f1DgpxmRgm9UYsQO9BNHfG/4DQ0dcB1a+mgWijYiy0gv7CnTsFJ1LN5I+HN+x9FJx+m5ShxDXySu5mIXG4h3CW6O+21cgU5B9hqL/Z0fuZxMwfc/q/bv0ol/xpRz/0PZF3UKtnqSUEHnMkIKSa+AJx1b0rFWN+03/Q9vezVMNaUqdkuBJO/okXEuZltjvJtYWVIN4jPh9x4ZfGWWBWp2aPtr+PWrJrtnwrCCHCjywj3Zgp1oKuob7fkwJyBqC7gXsJjybpSrUjaQoxqroUEMHgbMtbW7iwWlNtUcTxxVj3XHl2i/lS5PCkv0NG3lvmatg6XDjEGfehLoHtJM8AobD4NDZIhcKX6zMyOx0hssvGOKcrarbxjZLGlGegT5kjKXrF6E3HdRib1QCRNp+uFWngJMZE8KU/4s2mA3/TgNwwrjkZZjG2HnbkN9SLW+89jA/ih2S1z3Olj1MMZMQKe1A+eXmERK8xHW0bP5wSHSegj7gVa4ZlVmxv4bUnGXi6hT9NGASYRYHT+MD3nOxAzJa5lmK4LT7ygtrpvPWyWTZMg/0K5oPQULQ2ILcGdsSagcaw8XZ3vJ8AsBv3HEUyOZTpK9swM4egf3Uli9LK8RMOsSmBgekjo+SRK5w1tBI/cU6NSQ3zwYMfYBGSYCr09c=
- secure: sXPKlnoggLs18TICVHaewd94Un1hDnk3BKNo6bPBDhIBeIMEVq39nF/KRsBqstvQYkP+iZP1EuR/n8Tha5pv9CGVIMJNC4i+GMzu+lpYgIfPx47GKyq2YD1ETyXH7qQxpg0s9ICHLdTTqvIObX+ZzdaqxIRaXDNjWpW0LY97RbQg1X0Yxf/MQwZ9wDeaht9fhROKOdBWNZryHL6hOjRE6D3W7ywEtZRqscytMfrhInDiWcWnWa0aTRSD8XqZ4bwMpLseGz5KPs9KUN7JtyDXEpFq1MzNQGWDk8aKls3KBXWOshKAYxRdmlG252gwCoGWS9j6Cj+ZXV0cpHcjukAjGIxrD1fqkBB+zPuAGNNltVqDiJzd1xoX+KeDpN4CcZCUrgbaz0GQ2GEmxakpH9mi7WDfngFDKOSnodEvt0yYxqfQJbcvyHKL+BlwY0Ip9xcwXTe5LDo7BOKQ/w/Pr2tPmOTMQ+IlR0cIacdknrbURNJPR0MaPyLosUpKn4SqWmGTxz6DXhP/e1HUaObSa3WdjroryKO1PHJ0oJ6Qep669k/yWl2oRJquGFg5ys4iCtBxObwkwhFTuikCeIPI55+4o8yh96jiVAsMVito8xphSI9T6Z2mf5zoJfSgrQ+nudnROpjXYxs8uwRSFVuXXL16Ja+BIBGC7fnf2cQVsHMomvE=
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
Changelog
=========

## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)

### Features

* Added the strikethrough feature. ([78719c9](https://github.com/ckeditor/ckeditor5-basic-styles/commit/78719c9))

Thanks to [@Natim](https://github.com/Natim)!
* Updated icons for compatibility with the refreshed Lark theme (see [ckeditor/ckeditor5#645](https://github.com/ckeditor/ckeditor5/issues/645)). ([170fec2](https://github.com/ckeditor/ckeditor5-basic-styles/commit/170fec2))

### Other changes

* Aligned feature class naming to the new scheme. ([51a4b61](https://github.com/ckeditor/ckeditor5-basic-styles/commit/51a4b61))
* Migrated package styles to PostCSS. Moved the visual styles to `@ckeditor/ckeditor5-theme-lark` (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([a5d5d9e](https://github.com/ckeditor/ckeditor5-basic-styles/commit/a5d5d9e))
* Updated translations. ([1ff4312](https://github.com/ckeditor/ckeditor5-basic-styles/commit/1ff4312))


## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)

### Other changes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Expand Up @@ -2,7 +2,7 @@ Software License Agreement
==========================

**CKEditor 5 Basic Styles Feature**https://github.com/ckeditor/ckeditor5-basic-styles <br>
Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your choice:

Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,9 @@ CKEditor 5 basic styles feature
[![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-basic-styles.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles)
[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-basic-styles.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-basic-styles)
[![Test Coverage](https://codeclimate.com/github/ckeditor/ckeditor5-basic-styles/badges/coverage.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-basic-styles/coverage)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)](https://www.browserstack.com/automate/public-build/d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-basic-styles/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-basic-styles?branch=master)
<br>
[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-basic-styles/status.svg)](https://david-dm.org/ckeditor/ckeditor5-basic-styles)
[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-basic-styles/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-basic-styles?type=dev)

Expand Down
3 changes: 2 additions & 1 deletion docs/api/basic-styles.md
Expand Up @@ -6,14 +6,15 @@ category: api-reference

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-basic-styles.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles)

This package contains features allowing to apply basic text formatting such as bold, italic, underline and code in CKEditor 5.
This package contains features allowing to apply basic text formatting such as bold, italic, underline, strikethrough and code in CKEditor 5.

## Documentation

Check out the following plugins:

* {@link module:basic-styles/bold~Bold}
* {@link module:basic-styles/italic~Italic}
* {@link module:basic-styles/strikethrough~Strikethrough}
* {@link module:basic-styles/underline~Underline}
* {@link module:basic-styles/code~Code}

Expand Down
3 changes: 2 additions & 1 deletion lang/contexts.json
Expand Up @@ -2,5 +2,6 @@
"Bold": "Toolbar button tooltip for the Bold feature.",
"Italic": "Toolbar button tooltip for the Italic feature.",
"Underline": "Toolbar button tooltip for the Underline feature.",
"Code": "Toolbar button tooltip for the Code feature."
"Code": "Toolbar button tooltip for the Code feature.",
"Strikethrough": "Toolbar button tooltip for the Strikethrough feature."
}
6 changes: 5 additions & 1 deletion lang/translations/ast.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: ast\n"
Expand All @@ -20,3 +20,7 @@ msgstr ""
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
6 changes: 5 additions & 1 deletion lang/translations/bg.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: bg\n"
Expand All @@ -20,3 +20,7 @@ msgstr ""
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
8 changes: 6 additions & 2 deletions lang/translations/da.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: da\n"
Expand All @@ -15,8 +15,12 @@ msgstr "Kursiv"

msgctxt "Toolbar button tooltip for the Underline feature."
msgid "Underline"
msgstr ""
msgstr "Understreget"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Kode"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
8 changes: 6 additions & 2 deletions lang/translations/de.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: de\n"
Expand All @@ -15,8 +15,12 @@ msgstr "Kursiv"

msgctxt "Toolbar button tooltip for the Underline feature."
msgid "Underline"
msgstr ""
msgstr "Unterstrichen"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Code"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
6 changes: 5 additions & 1 deletion lang/translations/el.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: el\n"
Expand All @@ -20,3 +20,7 @@ msgstr ""
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
6 changes: 5 additions & 1 deletion lang/translations/en-au.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: en_AU\n"
Expand All @@ -19,4 +19,8 @@ msgstr "Underline"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Code"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
6 changes: 5 additions & 1 deletion lang/translations/en.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: \n"
Expand All @@ -20,3 +20,7 @@ msgstr "Underline"
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Code"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr "Strikethrough"
6 changes: 5 additions & 1 deletion lang/translations/eo.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: eo\n"
Expand All @@ -20,3 +20,7 @@ msgstr ""
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
8 changes: 6 additions & 2 deletions lang/translations/es.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: es\n"
Expand All @@ -19,4 +19,8 @@ msgstr "Subrayado"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""
msgstr "Código"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr "Tachado"
26 changes: 26 additions & 0 deletions lang/translations/et.po
@@ -0,0 +1,26 @@
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: et\n"
"Language-Team: Estonian (https://www.transifex.com/ckeditor/teams/11143/et/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgctxt "Toolbar button tooltip for the Bold feature."
msgid "Bold"
msgstr "Rasvane"

msgctxt "Toolbar button tooltip for the Italic feature."
msgid "Italic"
msgstr "Kaldkiri"

msgctxt "Toolbar button tooltip for the Underline feature."
msgid "Underline"
msgstr "Allajoonitud"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Kood"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr "Läbijoonitud"
26 changes: 26 additions & 0 deletions lang/translations/eu.po
@@ -0,0 +1,26 @@
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: eu\n"
"Language-Team: Basque (https://www.transifex.com/ckeditor/teams/11143/eu/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgctxt "Toolbar button tooltip for the Bold feature."
msgid "Bold"
msgstr "Lodia"

msgctxt "Toolbar button tooltip for the Italic feature."
msgid "Italic"
msgstr "Etzana"

msgctxt "Toolbar button tooltip for the Underline feature."
msgid "Underline"
msgstr "Azpimarra"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Kodea"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
6 changes: 5 additions & 1 deletion lang/translations/fi.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: fi\n"
Expand All @@ -20,3 +20,7 @@ msgstr "Alleviivaus"
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Koodi"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
6 changes: 5 additions & 1 deletion lang/translations/fr.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: fr\n"
Expand All @@ -20,3 +20,7 @@ msgstr "Souligner"
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr "Code"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
8 changes: 6 additions & 2 deletions lang/translations/gl.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: gl\n"
Expand All @@ -19,4 +19,8 @@ msgstr "Subliñado"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""
msgstr "Código"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr "Riscado"
6 changes: 5 additions & 1 deletion lang/translations/gu.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: gu\n"
Expand All @@ -20,3 +20,7 @@ msgstr "નીચે લિટી - અન્ડરલાઇન્"
msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr ""
10 changes: 7 additions & 3 deletions lang/translations/hr.po
@@ -1,4 +1,4 @@
# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
msgid ""
msgstr ""
"Language: hr\n"
Expand All @@ -15,8 +15,12 @@ msgstr "Ukošeno"

msgctxt "Toolbar button tooltip for the Underline feature."
msgid "Underline"
msgstr ""
msgstr "Podcrtavanje"

msgctxt "Toolbar button tooltip for the Code feature."
msgid "Code"
msgstr ""
msgstr "Kod"

msgctxt "Toolbar button tooltip for the Strikethrough feature."
msgid "Strikethrough"
msgstr "Precrtano"

0 comments on commit 8d36074

Please sign in to comment.