Releases: Alex-D/Trumbowyg
Releases · Alex-D/Trumbowyg
v2.14.0
v2.13.0
Core
Fixes
Build
- add non-minified lang files #899
Plugins
SpecialChars
Emoji
- Update to EmojiOne v4.0 #895
Highlight
- Do not filter languages (all languages are availables by default) #776
Color
- Make free color working #740
FontSize
Changes: v2.12.2...v2.13.0
v2.12.2
v2.12.1
v2.12.0
v2.11.1
v2.11.0
Core
Fixes
- Resolve IE9/10 compatibility issues by removing ES6 code #764
- Fix
urlProtocol
when using a string: #758 - Do not disable ViewHTML button when editor is disabled #784
Translations
Plugins
Base64
- Fix image dblclick handler #802
Colors
- Use HTML5 color picker instead of text #825
Table
- Fix dropdown style #800
v2.10.0
Core
Features
- Add
urlProtocol
option to auto-prefix URLs with a protocol when missing: #727 - Add
minimalLinks
option to reduce the link overlay to only use url and text (no title nor target): #727 - Add support for checkbox input type into modals #706
- Use URL as text if text is empty #423
Fixes
- Avoid double slash in SVG generated path #701
- Avoid some errors in openModalInsert #709 #712
- Add CSS
list-style: disc
toul
reset #697 - Improve button groups borders #707
Translations
- Add Lithuanian support #695
- Add Albanian support #715
- Fix some German translations #689
- Fix some Czech translations #710
- Add Turkish support to lot of plugins #702
Plugins
PasteImage
- Fix loop increment to go over all clipboard items #717
Cleanpaste
- Big rewrite to fix lot of issues #686
FontSize
- Allows to set custom font-size #729
Table
- Fix to works in multi-instances #745
ResizeImg
PasteEmbed
History
Highlight
v2.9.0
Core
Features
- Expose
toggle
in API - Add
imageWidthModalEdit
option to allow user to put an image width: #663
Fixes
- SVG icons are loaded correctly in all browsers: #648
- Insert link / image trigger
tbwchange
(did not before): #513 - Really disable buttons when editor is disabled: #659
- Semantic supports
s
todel
transform: #651 - Remove all
white-space: normal
which was broken in Firefox: #664 data-dropdown
renamed indata-{prefix}-dropdown
(prefix is 'trumbowyg' by default): #404- Avoid dropdown to goes under toolbar of next editor instance: #654
- Avoid some bugs dues to ctrl/meta holding: #650, #566
Misc
- Upgrade dev dependencies which had vulnerability
Plugins
Upload
AllowTagsFromPaste
- NEW! #633
Ruby text plugin
v2.8.0
Core
- Moves default options into
$.trumbowyg.defaultOptions
to be public (read only) - Rename
toggleDisable
tosetDisable
- Remove button groups (
btnGrp-design
,btnGrp-semantic
,btnGrp-justify
andbtnGrp-list
), just use arrays of buttons for now - Fix semantic del:
<strike>
-><del>
Plugins
- Fix upload plugin progress
- Fix emoji code to remove all
:
from class names - Moves emoji style into SCSS file
Documentation
- Add TONS of documentation
- Add demos for default and plugins with code to reproduce
- Add plugins documentation, especially for upload one
- Add beer bubbles animation on landing: the most important change of this version :-°