All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
3016 days ago

Changelog History

  • v1.11.2 Changes

    June 14, 2016
    ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed CodeMirror not defined error from broken dependency
  • 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
  • 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
  • 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 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
  • 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