SimpleMDE v1.9.0 Release Notes
Release Date: 2015-12-05 // over 6 years ago-
๐ 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 existinghideIcons
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 caseuniqueId
- ๐ 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