Releases: Alex-D/Trumbowyg
Releases · Alex-D/Trumbowyg
v2.0.0-beta.2
v2.0.0-beta.1
Fix #100 : Button pane option fixed
v2.0.0-beta.0
Add black theme
Shortcuts support
Changements of public API
A lot of fix
Optimizations
...
More informations soon.
v1.1.7
v1.1.6
v1.1.5
Add some localizations
Events support
Events tbwfocus
and tbwblur
were added on element. Example:
$('#editor')
.trumbowyg()
.on('tbwfocus', function(){
console.log('focus event fired');
})
.on('tbwblur', function(){
console.log('blur event fired');
});
Thanks @temuri416 in #66 for proposal.
Improve direction option support in languages files
You can now specify direction of language directly in localizations files, with _dir
like that:
jQuery.trumbowyg.langs.he = {
_dir: "rtl",
viewHTML: "צפה ב-HTML",