Skip to content

1.20.0

Compare
Choose a tag to compare
@jcubic jcubic released this 19 Aug 09:41
· 1587 commits to master since this release

1.20.0

Security

  • anyLinks option to disable anything exception http and ftp (when false - default) - it make possible to insert javascript links, which is potential XSS vulnerability

Features

  • linksNoFollow option (default false)
  • add UMD for utility files #418

Bug Fixes

  • handling backspaces in unix formatting #409
    • handle \r \n \r\n \n\r the same when adding leftovers before backspace in unix formatting
    • fix cursor position when text have tabs, found when fixing #409
    • other fixes to backspaces
  • fix font change in universal selector #415
  • fix regression bug in formatters (emoji demo) #416
  • fix cmd::resize() without args that make number of characters equal to 1 #413
  • fix click after line #419