Skip to content

Commit

Permalink
Update beta to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Pulges committed Mar 6, 2015
1 parent af7ff1e commit 50a998f
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 113 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
*wysihtml5x 0.5.0-beta7* (March 6, 2015)
* Makes maine element classnames including placeholder configurable and prefixed (NB! .placeholder class is now .wysihtml5-placeholder)
* Changes API by grouping class names under classNames option
* Functions passed to check_attribute methods have now second argument node name
* Functions passed to check_attribute methods can now decide if empty argument value will delete the arrtibute or keep enpty value ("" vs null)
* Fixes an incorrect array iteration that could cause errors if Array prototype is extended

*wysihtml5x 0.5.0-beta6* (March 3, 2015)
* Makes html editing view available for div (iframeless) mode
* Parser rules check_attributes accepts now functions for more flexible custmizaton
Expand Down
126 changes: 79 additions & 47 deletions dist/wysihtml-toolbar.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/wysihtml-toolbar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wysihtml-toolbar.min.map

Large diffs are not rendered by default.

126 changes: 79 additions & 47 deletions dist/wysihtml.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/wysihtml.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wysihtml.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wysihtml",
"version": "0.5.0-beta6",
"version": "0.5.0-beta7",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.4.0",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"rangy": "^1.3.0-alpha.20140921"
},
"description": "h1. wysihtml 0.5.0-beta6",
"description": "h1. wysihtml 0.5.0-beta7",
"main": "Gruntfile.js",
"directories": {
"example": "examples",
Expand Down

0 comments on commit 50a998f

Please sign in to comment.