Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Pulges committed Sep 1, 2016
1 parent 6134a1d commit 26a85fc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
*wysihtml 0.6.0 (May 13 , 2016) (BREAKING CHANGES)
*wysihtml 0.6.0 (latest beta: Setpember 1, 2016) (BREAKING CHANGES)
* Object namespace is now wysihtyml (was previously wysihtml5)
* Restructures code into separate modules, so users can build their own bundle of needed features (wysihtml-toolbar.js all bundle no longer present)
* Fixes problems when bundling code by removing conflicting internal bundled UMD wrappers
* Reduced size by removing some IE8 only targeting code.
* Fixes a webkit issue where last character of a link can not be edited
* Adds HR command
* Fixes issue of selections/autofocus being lost after loading wysihtml javacript (polyfill tests did not restore selection)

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


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

*wysihtml5x 0.4.17* (November 6, 2014)
* Updated rangy and added as node package
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wysihtml",
"main": "dist/wysihtml-toolbar.js",
"main": "dist/wysihtml.js",
"dependencies": {
},
"homepage": "https://github.com/Voog/wysihtml",
Expand Down
2 changes: 1 addition & 1 deletion dist/minified/wysihtml.all-commands.min.js

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

4 changes: 2 additions & 2 deletions dist/minified/wysihtml.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/wysihtml.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license wysihtml v0.6.0-beta
* @license wysihtml v0.6.0-beta1
* https://github.com/Voog/wysihtml
*
* Author: Christopher Blum (https://github.com/tiff)
Expand All @@ -10,7 +10,7 @@
*
*/
var wysihtml = {
version: '0.6.0-beta',
version: '0.6.0-beta1',

// namespaces
commands: {},
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": "wysihtml",
"version": "0.6.0-beta",
"version": "0.6.0-beta1",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "^0.1.13",
Expand Down

0 comments on commit 26a85fc

Please sign in to comment.