Skip to content

Commit

Permalink
Update to beta-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Pulges committed Jan 29, 2015
1 parent 99d52ba commit fefef1c
Show file tree
Hide file tree
Showing 11 changed files with 2,944 additions and 2,752 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*wysihtml5x 0.5.0-beta4* (January 29, 2015)
* Adds sub- and superscript commands
* Fixes errors mainly with IE8 and 9

*wysihtml5x 0.5.0-beta3* (December 17, 2014)
* Fixes IE9 error if classList polyfill present allready
* Fix #78 Preserve cursor position on editor.cleanUp()
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(grunt) {

"use strict";

// List required source files that will be built into wysihtml5x.js
var base = [
"src/polyfills.js",
Expand Down Expand Up @@ -107,7 +107,7 @@ module.exports = function(grunt) {
"src/views/textarea.js",
"src/editor.js"
];

// List of optional source files that will be built to wysihtml5x-toolbar.js
var toolbar = [
"src/toolbar/dialog.js",
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project is supported by [Voog](http://voog.com).
* Advanced demo: http://voog.github.com/wysihtml/examples/advanced.html
* Editable GitHub page: http://voog.github.com/wysihtml
* Or try it on a working app: http://voog.com


## Features

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",
"version": "0.5.0-beta3",
"version": "0.5.0-beta4",
"main": [
"dist/wysihtml.min.js",
"dist/wysihtml-toolbar.min.js"
Expand Down
Loading

0 comments on commit fefef1c

Please sign in to comment.