Skip to content

Releases: Alex-D/Trumbowyg

v2.0.0-beta.2

29 Mar 01:05
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • PR #105 : Add IME composition (by @foo9) - Fix #101, #104
  • PR #102 : Add Japonese translation (by @foo9)
  • Fix #98 : Tab key directly go to editor and not to button pane
  • Some fix and optimisations

v2.0.0-beta.1

24 Mar 22:25
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Fix #100 : Button pane option fixed

v2.0.0-beta.0

10 Mar 00:09
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

Add black theme
Shortcuts support
Changements of public API

A lot of fix
Optimizations
...

More informations soon.

v1.1.7

20 Oct 23:13
Compare
Choose a tag to compare

Fix small bug in colors plugin.
Add an examples folder, WIP.

v1.1.6

20 Oct 23:14
Compare
Choose a tag to compare

Add new plugin colors to pick a foreground/background color.

v1.1.5

18 Oct 00:52
Compare
Choose a tag to compare

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",

v1.1.4

23 Sep 15:00
Compare
Choose a tag to compare

Fix bug on options extends : #59

v1.1.3

15 Sep 00:14
Compare
Choose a tag to compare

Add placeholder support
Add ability to create an editor in a another document like iframe

v1.1.2

03 Sep 17:48
Compare
Choose a tag to compare

Fix @2x support

v1.1.1

02 Sep 12:32
Compare
Choose a tag to compare

Fix a bug in base64 plugin