Skip to content

Commit

Permalink
Fixed _keepMarkers reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsmith committed Nov 28, 2015
1 parent c8c7d7e commit 419effd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 2.0.1_2 - 2015-11-28
- [fix] Fixed _keepMarkers reference error

## 2.0.1_1 - 2015-11-27
- [feature] Added _className data context property to override wrapper div class (to distinguish multiple instances in same template)
- [feature] Added _keepMarkers data context property to work alongside code that preserves cursor position in the wrapped Froala Editor instance.
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'froala:editor-reactive',
summary: 'A Meteor reactive template wrapper around Froala WYSIWYG HTML Rich Text Editor.',
version: '2.0.1_1',
version: '2.0.1_2',
git: 'https://github.com/froala/froala-reactive.git'
});

Expand Down

0 comments on commit 419effd

Please sign in to comment.