Skip to content

1.9.0

Compare
Choose a tag to compare
@WesCossick WesCossick released this 05 Dec 06:55
· 114 commits to master since this release

New

  • New function to clear autosaved value
  • Icon for tables introduced
  • Now you can customize the bold/italic markup using the new blockStyles option
  • New showIcons setting for showing specific icons without customizing the full toolbar (like the existing hideIcons setting)

Improved

  • Depend on specific marked version
  • Autosave now checks that localStorage is available for all features (logs error if not)
  • Prefixed all localStorage keys with smde_ to prevent collisions
  • Clearer documentation for creating custom icons in the toolbar
  • Travis CI now tests in more Node.js versions
  • Update dependencies

Fixed

  • Fixed autosave briefly losing value
  • Changed unique_id to camel case uniqueId
  • Fixed scrollbar issues caused by inconsistent z-index values
  • Fixed situations where escape key wouldn't work
  • Icons no longer have a tab index in forms
  • Fixed issue where the initial value would overwrite the loaded autosaved value
  • Fixed autosave conditional