Skip to content

Releases: webfashionist/RichText

v.1.1.0

05 Jan 00:13
621b360
Compare
Choose a tag to compare

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

20 Jul 23:22
432957c
Compare
Choose a tag to compare
  • 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

06 Jan 19:02
Compare
Choose a tag to compare
Add license notice

v.1.0.15

19 Nov 20:02
Compare
Choose a tag to compare
  • Add maxlength feature
  • Fix htmlpreview JavaScript embedding
  • Fix toolbar layout for Bootstrap sites
  • Fix cursor when formatting text

v.1.0.14

16 Jan 22:59
Compare
Choose a tag to compare

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

17 Aug 23:30
Compare
Choose a tag to compare

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

26 May 12:51
Compare
Choose a tag to compare

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

26 May 11:28
Compare
Choose a tag to compare

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

13 Mar 18:04
Compare
Choose a tag to compare

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

21 Feb 02:26
Compare
Choose a tag to compare
  • Missing translations have been added.
  • Fixed selection issues
  • Fix (too many) empty tags being removed
  • Fix element positioning