All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
3016 days ago
Changelog History
Changelog History
-
v1.11.2 Changes
June 14, 2016๐ Fixed
- ๐ Fixed
CodeMirror not defined
error from broken dependency
- ๐ Fixed
-
v1.11.1 Changes
June 09, 2016๐ Fixed
- ๐ This release contains no changes; rather, it's designed to replace somehow faulty code stored on NPM for version
1.11.0
- ๐ This release contains no changes; rather, it's designed to replace somehow faulty code stored on NPM for version
-
v1.11.0 Changes
June 08, 2016๐ Improved
- Selected text now has the
CodeMirror-selectedtext
class added (#289) - ๐ Word count now supports Cyrillic words (#351)
- ๐ท Travis CI now tests against Node.js 6 (dbb1c25)
- ๐ Clean up build process & use new CodeMirror Spell Checker structure (c8f23a3)
๐ Fixed
- โ Remove stray
console.log()
code (#280) - ๐ Fix
.toTextArea()
sometimes failing (#286) - Prevent onclick event from bubbling (#345)
- ๐ Fix incorrect main files for
bower.json
(#326) - ๐ Fix selection bug when toggling between side-by-side (#309)
- ๐ Fix CodeMirror bug with init text (#344)
- ๐ Fix line and word count on init (#299)
- ๐ Tweak README
- Selected text now has the
-
v1.10.1 Changes
March 15, 2016๐ New
- Optional prompts for inserting links and images
- ๐ Allow destroying SimpleMDE instance
- โ Added
forceSync
option to keep textarea up-to-date with SimpleMDE content
๐ Improved
- ๐ Tweak wording of README
- Context aware code button (basically, it's smarter)
- ๐ Use SSL URLs when possible, and use SimpleMDE.com
- โก๏ธ Update dependencies
๐ Fixed
- ๐ Fix togglePreview not working sometimes (#196)
- ๐ Fix single line breaks bug
- Hide trailing separators respects hidden icons
- ๐ Fix localStorage detection for iOS private browsing
- ๐ Fix incorrect linting failure messages
-
v1.10.0 Changes
January 22, 2016๐ New
- Fully customizable keyboard shortcuts
- ๐ Support for custom status bar items
- Placeholder option
- Undo/redo toolbar icons
- Clean block icon
๐ Improved
- โ Added character counter to status bar
- Public getter for
getState()
๐ Fixed
- Now correctly highlights active buttons for headers, images, and links
- โก๏ธ No longer registers duplicate update listeners for side by side mode
- ๐ Fix new table spacing
- ๐ Fix options undefined bug when clearing autosave value
- ๐ Fixed separator display/hide logic
-
v1.9.0 Changes
December 05, 2015๐ 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
-
v1.8.1 Changes
November 03, 2015๐ New
insertTexts
, a new option to customize the inserted text for links, images, and horizontal rules
๐ Improved
- Now makes HTML syntax colorful while editing
- ๐ Improved gulp build process
- โก๏ธ Updated dependencies
๐ Fixed
- ๐ Fixed a bug with sprockets compilation related to the CSS
- ๐ Fixed gradient CSS bug
- ๐ Fixed README inaccuracy
-
v1.8.0 Changes
October 20, 2015๐ New
- UMD JavaScript module design
- ๐ Bower support
๐ Improved
- ๐ Lint JavaScript code
- โก๏ธ Updated CodeMirror
- โ Add three state methods
isPreviewActive()
isSideBySideActive()
isFullscreenActive()
๐ Fixed
- Disable fullscreen dependent features on mobile
- Prevent dropping binary files
- ๐ Fixed issue where preview would overlap fullscreen of another editor
- ๐ Fixed typos in README
-
v1.7.4 Changes
September 26, 2015๐ Fixed
- โก๏ธ Updated the version number and synced NPM correctly. Sorry about that.
-
v1.7.3 Changes
September 25, 2015๐ Fixed
- โ Add missing
/dist/
files
- โ Add missing