Releases: sparksuite/simplemde-markdown-editor
Releases · sparksuite/simplemde-markdown-editor
1.7.2
New
- Intelligently download Font Awesome
- New option:
hideIcons
- New option:
renderingConfig
(includes new option for code syntax highlighting)- Compatibility issue: The old option
singleLineBreaks
has been moved here!
- Compatibility issue: The old option
Improved
- Tweak the README
- Dedicated CSS class for not disabling icons during preview (
no-disable
) - Dedicated CSS class for hiding icons on mobile (
no-mobile
)
Fixed
- Fixed URL matching RegEx
- Hide fullscreen icon on mobile (too many issues)
1.7.1
New
- New option for custom preview rendering (supports both synchronous and asynchronous)
- New option for controlling how Markdown is parsed during editing
Improved
- Numerous README improvements
- gulp.js now downloads the latest dependencies during the build process
Fixed
- Fix icons being active during preview
- Fix toolbar height bug in fullscreen mode
- Add missing icon active state designation when cursor is inside a code block
- Fix Esc key not exiting full screen properly
- Fix autosave overwriting default content with empty string
- Inserting an image or link with no selection will now result in the correct cursor placement
- Toggling off bold or italic with no selection will also result in the correct cursor placement
- Prevent some error messages that may occur (see #91)
1.7.0
New
- Brand new side-by-side preview mode
- Four new built-in icons
- Heading 1
- Heading 2
- Heading 3
- Strikethrough
Improved
- Single line breaks are now allowed, in compliance with GFM (option to disable)
- Gulp now beautifies the JS and CSS files
- Improved heading bigger/smaller icon design
- Fade edges of fullscreen toolbar to indicate scroll on mobile
Fixed
- If element option is specified and no element is found, SimpleMDE with throw an error
- Fix toolbar button shift issue
- Fix issue with heading bigger adding an extra space
- Prevent scrolling the page behind fullscreen mode on mobile
1.6.1
Fixed
- Add missing
/dist/
files
1.6.0
New
- New icons: Heading, Heading Bigger, Heading Smaller
- New option for easy showing, hiding, and reordering of the built-in toolbar buttons
Improved
- Enhanced the performance and visual appearance of fullscreen (including mobile friendliness and some small bugs)
- Improved numerous areas of the README
- Updated CodeMirror to 5.6
Fixed
- Fixed bloated memory consumption issue (updated to CodeMirror Spell Checker 1.0.5)
- Changed gulp
dependencies
todevDependencies
1.5.1
Improved
- Restructure repository files and use gulp.js
- Allow value function to set blank value
- Allow initial value to be set via options
Fixed
- Fix bug where toolbar wouldn't be disabled when previewing if there were multiple editors present
- Fix bug where fullscreen wouldn't work when multiple editors were present
1.5.0
New
- Fullscreen mode. Available via a new default toolbar icon and the shortcut key
F11
.
Improved
- Update marked.js to 0.3.5
- Update CodeMirror to latest commits
- Update CodeMirror Spell Checker to 1.0.4
- Made the Markdown Guide responsive
- Tweaked README
Fixed
- Fix bug where cursor position could be off in a variety of situations
- Fix toolbar variable being overwritten
1.4.0
New
- Spell checking (with option to disable). Highlights all misspelled words in light red.
Improved
- Update to CodeMirror 5.5.1
Fixed
- More reliable tabbing, especially with Firefox
1.3.1
Improved
- Use GitHub Flavored Markdown for CodeMirror, to match the marked.js rendering, and to improve other aspects of Markdown composition.
1.3.0
New
- Markdown guide icon, which links to a new guide
- New icon: code block
- New icon: horizontal rule
Improved
- Tooltips for every icon that include their keyboard shortcut
- Option to disable tooltips
- Option to disable markdown guide icon
- Keyboard shortcut for previewing
- Ability to completely customize the toolbar icons
- Improved formatting of README
Fixed
- Selection issue with CSS and code