Releases: webfashionist/RichText
v.1.1.1
Fixes
- Fix displaying pencil icon in FontAwesome 5
- Malformed conditional is setting cursor on unrelated images
New features
- Implement adding alternative text for images
- Implement adding customizable colors for the editor (thank you @payk24 for your contribution!)
Dependencies
Updating multiple dependencies, including security patches.
v.1.1.0
Breaking changes
The unRichText()
function is removed.
Please use the destroy
event instead. See Destroy / Undo RichText for more information.
Fixes
- Fix
z-index
on dialogs - Added a
isCollapsed
check on the selection to prevent any "empty" selections. Thank you for pointing this out @Richard-Dufour ! ❤️
Tests
Cypress tests have been added to the repository, thank you @Datanius ! ❤️
Build
Modified the build scripts and replaced node-sass
with sass
.
v.1.0.17
-
Add preview setting
-
Add placeholder option
-
Add text background functionality
-
Add option to disable undo-redo buttons
-
Add event listeners
-
Fix maxlength
-
Fix selection issues
-
Fix overriding default colors
-
Fix dropdowns
v.1.0.16
Add license notice
v.1.0.15
- Add maxlength feature
- Fix htmlpreview JavaScript embedding
- Fix toolbar layout for Bootstrap sites
- Fix cursor when formatting text
v.1.0.14
Bug fixes
- A bug with responsive video embedding using
p
tags as a default has been fixed - The undo/redo history has been fixed when using multiple editors on one page
- Minor other fixes
v.1.0.13
Bug fixes
- Fix issues with predefined tags, strengthen enforcement to use either
<p>
or<div>
tags based on settings - Fix keyboard selection issues in Firefox
- Fix
<a>
tag issue, when using the format cleanup
Enhancements
youtube-nocookie.com
will be used by default to embed YouTube videos- Text alignment got extended by
justify
v.1.0.12
Bug fixes
A few more bug fixes have been done!
- Right clicking on images and URLs opens the popup again to allow editing
- Embedded videos are now longer resized after using the format reset tool
- Embedded videos do not loose the fullscreen permission when using the format reset tool
- Images, videos and links are now being set on the latest selection and not on the top of the whole content
v.1.0.11
Font sizes
Add different font sizes to your content now!
.unRichText()
The new .unRichText()
method, removes the RichText editor from your input field.
Have a look at the documentation to see how it works.
Bug fix
Removing the styles through the implemented button in the toolbar, removed as well the images. This is now fixed.
v.1.0.10
The RichText editor now supports the new FontAwesome 5 SVG icons!
A new example/preview page has been added to show you how it looks like.
Browsers get updated all the time, so does RichText
Trying to keep up with every browser change keeps web developers busy all the time.
With the last browser updates, the selection to add formatting to the texts broke - now with this RichText update it should work again!
Any issues found?
Please feel free to write issues as soon as you detect any bugs - things will be fixed asap!