Releases: Alex-D/Trumbowyg
Releases · Alex-D/Trumbowyg
v2.23.0
v2.22.0
Core
Features
- Add
svgAbsoluteUsePath
global option #1102 - Add multiline placeholder support 85a9e66 #1174
Fixes
- It's now possible to toggle bold/italic/etc. and write on the go #1107 #875 #1092
- Avoid Chrome's span wrapping #873
- Prevent some unwanted
<p>
wrapping #1123 - Improve SVG path auto-detection 6ee0532 #1059
- Remove editor margin d77ee14 fixes #1037
- Fix jquery peer warn #1079
Translations
- Add
'URL'
to translatable strings #1097
Plugins
Clean paste
Emoji
- Update emoji list #1036
Font size
- Does not remove children anymore #1073
- Add missing
syncCode
4f93094 #1089 - Add missing
tbwchange
trigger 040e702 #1117
Highlight
- Add line highlight ability #1070
Table
- Tables have now
<tbody>
#1001
Upload
imageWidthModalEdit
option is now correctly handled #1096- Prevent multiple submissions while uploading 5c6ab17 #1035
Changes: v2.21.0...v2.22.0
v2.21.0
v2.20.0
v2.19.1
Core
Fixes
- Add missing tbwchange in viewHTML toggle function #1016
- Fix link IE11 compatibility issue 947049f
- Do not unwrap
p
anymore 3561512 #920
Plugins
Giphy
- Fix missing missing rating option from API calls 8b8262b
- Fix IE11 display issues 8b8262b
- Add close button to Giphy modal 8b8262b
Changes: v2.19.0...v2.19.1
v2.19.0
Core
Fixes
- Set list-style decimal for ordoned lists in resetCss #978
- Avoid 1px move on editor switch #984
- Disable word wrapping in dropdowns #985
- Restore close modal on escape 0ede373
- Add missing
skipTrumbowyg
to execCmd API binding c5dc24f
Translations
- Fix Thai key from
de
toth
21d7a65
Plugins
Giphy
Table
- Add Add row above and change Add columns to Add columns to the left/right #1003
Font family
MathML
Changes: v2.18.0...v2.19.0
v2.18.0
Core
Features
- Add new
changeActiveDropdownIcon
option which allows to switch dropdown icon to the active sub-button's one f109cd7 - Add
h5
andh6
missing definitions #909 - Allow to override plugin buttons (tag, title, ico, ...) #974
Fixes
- Fix select issues on iOS #6
- Add a placeholder block when goes fullscreen to prevent scroll top #791
- Fix placeholder which prevent scroll jump when
fixedBtnPane
is active eb0b9be
Translations
- Update all Korean of core and all plugins #969
Changes: v2.17.0...v2.18.0
v2.17.0
Core
Features
- Shows "Cmd" or "Ctrl" in shortcuts depending on the OS (previously was always "Ctrl") 2f9c888
- Add new
dropdownClass
property to allow you to add some custom class to some dropdowns 987cd67
Plugins
Colors
- Add ability to choose different color list for foreground and background
- Add new option
displayAsList
which allows to change back color list style to classic dropdown
f3ae40b
Read colors plugin updated documentation
Font family
- Fix fontList override
2dba3f1
Read font family plugin updated documentation
Changes: v2.16.2...v2.17.0
v2.16.2
Core
Fixes
- Fix SVG on old browser (rolling back from
href
toxlink:href
) cb653f8 #962 - Allow larger dropdown item labels #957
- Modal checkboxes are now at the right size 9bfbe67
- Use
t.doc.body
instead ofdocument.body
in closeModal a33e1de #934
Translations
Plugins
Allow tags from paste (💥 Breaking change)
trumbowyg.o.allowTagsFromPaste
option becomestrumbowyg.o.plugins.allowTagsFromPaste.allowedTags
0dba297
Read allow tags from paste plugin updated documentation
Table
Paste image
- Fix: prevents paste image twice #628
12f830b
Read paste image plugin updated documentation
Font size
- Add
sizeList
option to support custom size list - Add
allowCustomSize
option to remove "Custom" dropdown entry if wanted
32c829f
Read font size plugin updated documentation
Line height
- Add
sizeList
option to support custom size list
f00b2bc
Read line height plugin updated documentation
Changes: v2.15.2...v2.16.2