Webfashionist RichText Versions Save

WYSIWYG editor developed as jQuery plugin

v.1.1.0

3 months ago

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

8 months ago
  • 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

4 years ago

v.1.0.15

4 years ago
  • Add maxlength feature
  • Fix htmlpreview JavaScript embedding
  • Fix toolbar layout for Bootstrap sites
  • Fix cursor when formatting text

v.1.0.14

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

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

6 years ago

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!

v.1.0.9

6 years ago
  • Missing translations have been added.
  • Fixed selection issues
  • Fix (too many) empty tags being removed
  • Fix element positioning