Skip to content

Commit 26a85fc

Browse files
author
Oliver Pulges
committed
Update version
1 parent 6134a1d commit 26a85fc

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

CHANGELOG.textile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
*wysihtml 0.6.0 (May 13 , 2016) (BREAKING CHANGES)
1+
*wysihtml 0.6.0 (latest beta: Setpember 1, 2016) (BREAKING CHANGES)
22
* Object namespace is now wysihtyml (was previously wysihtml5)
33
* Restructures code into separate modules, so users can build their own bundle of needed features (wysihtml-toolbar.js all bundle no longer present)
44
* Fixes problems when bundling code by removing conflicting internal bundled UMD wrappers
55
* Reduced size by removing some IE8 only targeting code.
6+
* Fixes a webkit issue where last character of a link can not be edited
7+
* Adds HR command
8+
* Fixes issue of selections/autofocus being lost after loading wysihtml javacript (polyfill tests did not restore selection)
69

710
*wysihtml5x 0.5.5* (January 6, 2016)
811
* Fixes some editing issues with IE proprietary control selection
@@ -103,14 +106,14 @@
103106

104107

105108
*wysihtml5x 0.5.0-beta1* (December 4, 2014)
106-
* formatBlock update
107-
* Selections apply format to selection not its parent block,
109+
* formatBlock update
110+
* Selections apply format to selection not its parent block,
108111
* Removed toggle functionality from many formatBlock commands (h1-6, p, pre ...) and added plaintext state to formatblock instead.
109112
* Code modernization
110113
* Changes API!
111114
* Allow tel: scheme in links
112115
* Fixed atributeless A tags
113-
* Added "dimension" to checkattributes methods (for with/height attributes where floating point numbrs and percentages are allowed)
116+
* Added "dimension" to checkattributes methods (for with/height attributes where floating point numbrs and percentages are allowed)
114117

115118
*wysihtml5x 0.4.17* (November 6, 2014)
116119
* Updated rangy and added as node package

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wysihtml",
3-
"main": "dist/wysihtml-toolbar.js",
3+
"main": "dist/wysihtml.js",
44
"dependencies": {
55
},
66
"homepage": "https://github.com/Voog/wysihtml",

dist/minified/wysihtml.all-commands.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minified/wysihtml.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minified/wysihtml.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wysihtml.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license wysihtml v0.6.0-beta
2+
* @license wysihtml v0.6.0-beta1
33
* https://github.com/Voog/wysihtml
44
*
55
* Author: Christopher Blum (https://github.com/tiff)
@@ -10,7 +10,7 @@
1010
*
1111
*/
1212
var wysihtml = {
13-
version: '0.6.0-beta',
13+
version: '0.6.0-beta1',
1414

1515
// namespaces
1616
commands: {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wysihtml",
3-
"version": "0.6.0-beta",
3+
"version": "0.6.0-beta1",
44
"devDependencies": {
55
"grunt": "~0.4.4",
66
"grunt-cli": "^0.1.13",

0 commit comments

Comments
 (0)