Skip to content

Commit

Permalink
docs: Added link to CKEditor 5 sandbox example
Browse files Browse the repository at this point in the history
  • Loading branch information
pjjonesnz committed May 13, 2020
1 parent c493ad4 commit 61e202a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#### 1.5.6 (2020-05-13)

##### Chores

* Change minify script to use uglify-js ([609ee1bf](https://github.com/pjjonesnz/saveMyForm.jquery/commit/609ee1bf7b6c7b2d8e998e1f39f47001552d4040))

##### Documentation Changes

* Added link to CKEditor 5 sandbox example ([f10f651d](https://github.com/pjjonesnz/saveMyForm.jquery/commit/f10f651da9d900a936fe1d4b9ce3b04ce929a318))

##### Tests

* Expand tests to cover 100% ([c493ad41](https://github.com/pjjonesnz/saveMyForm.jquery/commit/c493ad41c4d58cc8c2d8c4966c8ca589d55acb34))
* Change CDN for test scripts to cdnjs ([297c43b2](https://github.com/pjjonesnz/saveMyForm.jquery/commit/297c43b2462a6305dfdd4da7aea67f4a210fcecf))

#### 1.5.5 (2020-01-21)

##### Documentation Changes
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Fix the frustration of your site visitors filling in a long feedback, enquiry or

[View the jQuery UI Widget demo](https://www.pauljones.co.nz/github/saveMyForm.jquery/demo/jquery_ui_demo.html)

[Codesandbox: CKEditor 5 + saveMyForm.jquery ](https://codesandbox.io/s/ckeditor-5-savemyform-example-wuoho)

## Usage

Include jQuery:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "savemyform.jquery",
"version": "1.5.5",
"version": "1.5.6",
"description": "Save form state in the browser's localStorage",
"main": "src/saveMyForm.jquery.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/saveMyForm.jquery.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Save My Form 2020 - a jQuery Plugin
* version: 1.5.5
* version: 1.5.6
* Copyright: 2020 Paul Jones
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/saveMyForm.jquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61e202a

Please sign in to comment.