SnapEditor v1.9.0 Released!

143 views
Skip to first unread message

Wesley Wong

unread,
Jul 29, 2013, 7:19:09 PM7/29/13
to snape...@googlegroups.com
Hi,

We just released SnapEditor v1.9.0.

There are a few bug fixes, but there are 2 major changes.

1. There has been a change to the config. What was "buttons" is now known as "toolbar" with an "item" key.
// This means this
var editor = new SnapEditor.InPlace("editor", {
  buttons
: ["styleBlock", "|", "b"]
};
// Becomes this
var editor = new SnapEditor.InPlace("editor", {
  toolbar
: {
    items
: ["styleBlock", "|", "b"]
 
}
};
For details, check out the configuration docs.

2. We've added a new feature: custom styles! You can now include your own custom classes and they will appear in the dropdown menus from the toolbar. For details, check out the custom styles docs.

As usual, if you have feedback, we'd love to hear it.

Cheers,
Wesley

parallel32

unread,
Aug 11, 2013, 6:44:27 AM8/11/13
to snape...@googlegroups.com
Are you planning on publishing this new version on the download link:  http://www.snapeditor.com/pricing ?

Wesley Wong

unread,
Aug 12, 2013, 6:19:07 PM8/12/13
to snape...@googlegroups.com
Hi,

The link should be pointed to SnapEditor 1.9.0. Try refreshing the page as it may be a caching issue.

Thanks,
Wesley

parallel32

unread,
Aug 13, 2013, 2:47:55 AM8/13/13
to snape...@googlegroups.com
Indeed it was a caching issue.  I have the latest now.
Reply all
Reply to author
Forward
0 new messages