Skip to content

Releases: summernote/summernote

v0.8.20

14 Oct 21:18
Compare
Choose a tag to compare

This is a hotfix for fixing path problem on css files.

v0.8.19

13 Oct 19:44
Compare
Choose a tag to compare

Thank you all users and contributors of Summernote.

New feature

Improvement

Bug Fix

Translation

Misc

  • #4048: Insert a table on mouseup (@kylepwarren)
  • #4155: Clean up files and update directory layout (@lqez)
  • 57e16a8: Remove unused env variables (@lqez)
  • 578f353: Bump jQuery to 3.6.0
  • 9f78a30: Fix Webpack configuration for newer version
  • c063870: Add a short delay before running the first test to prevent irrelevant errors (@lqez)

v0.8.18

20 May 18:10
Compare
Choose a tag to compare

The previous version was released without fresh new dist files.

v0.8.17

19 May 19:50
Compare
Choose a tag to compare

Thank you all users and contributors of Summernote.

New feature

  • #3664: Allow CodeMirror to accept programmatic changes (@pryanlo)

Improvement

Bug Fix

Translation

Misc

v0.8.16

19 Feb 09:23
Compare
Choose a tag to compare

Thank you all users and contributors of Summernote.

New feature

Improvement

  • #3546: Support keydown event to record undo history (@easylogic)
  • #3556: Add babel preset for ecma2015+ (@easylogic)
  • #3562: Remove TypeScript plugins and add Babel settings (@lqez)
  • #3563: Add an option for limiting history stack (@lqez)
  • #3602: Replace deprecated styleWithSpan with styleWithCSS (@lqez)
  • 3e417ee: Remove XSS vulnerability of LinkPopover (@lqez)
    • Reported with a solution by Antoine Prieëls(@aprieels), much appreciated.

Bug Fix

Translation

Misc

v0.8.15

04 Jan 11:48
Compare
Choose a tag to compare

This is a hotfix release.

Bug fix

  • #3542: Fix ui container (@lqez)
  • #3543: Fix container and popover position issues (@lqez)
  • #3545: Fix production version of webpack.externals issue (@lqez)

v0.8.14

28 Dec 14:37
Compare
Choose a tag to compare

Thank you all users and contributors of Summernote.
And we hope you all have a happy new year, 2020!

This release focuses on bug fixes, adding useful options, enhanced testing, and minor improvements.

New feature

Improvement

Bug Fix

Translation

Misc

v0.8.12

16 May 08:28
Compare
Choose a tag to compare

Thank you all users and contributors of Summernote.

New feature

Improvement

Bug Fix

Translation

Misc

v0.8.11

24 Nov 12:25
93c893c
Compare
Choose a tag to compare

Thank you to all contributors.

Improvement and bug fix

  • Implemented commit command (resets history but keeps editor content).
  • Add color picker support
  • Add start parameter for YouTube embedding
  • Add OnImageLinkInsert callback for handling inserted urls
  • Make the "range" object available for external modules.
  • When creating a link Summernote now checks maxTextLength
  • Add uglify for summernote-lite
  • Do not add default scheme for relative URLs
  • Update custom color selection logic
  • Move test file into the right location
  • Clean up test codes
  • Add styles for custom color selection
  • Add forecolor and backcolor buttons
  • Apply latest style changes into another
  • Do not wrap bs4 toolbar to prevent text flooding over toolbar UI
  • Do not wrap bs3 toolbar to prevent loosing the background shading
  • Add an example for placeholder text
  • Add an example for custom styletags
  • Drop debounce rate from 100ms to 10ms
  • Remove wrong executable attributes
  • Use default Bootstrap 4 checkbox style, not custom-control
  • Make AutoLink module follows linkTargetBlank option
  • Use class instead of id for "open in new window" checkbox to avoid du… …
  • Add randomized id to link dialog checkbox
  • Move random id generation to Context
  • Revert the randomization changes
  • Prevent error by settings the default container
  • Less clutter by moving templates into .github
  • Allow html tags on placeholder
  • Allow protocol-less URL for YouTube video insertion
  • Make full screen mode properly even with maxHeight option
  • Add an example for Lite + Legacy Bootstrap
  • Add video and embed tag into the void element list
  • Fixed #1410 using a configurable blockquote breaking level.
  • FIX click on HintPopover suggestions doesnt insert
  • Fix issue #1964 with copy paste content in reverse order
  • Fix wrong argument result due to the use of incorrect function type
  • Fix link autodetection …
  • Fix dropdown toggle issue on lite while using with Bootstrap
  • Fix wrong lite style
  • Fix wrong bs4 checkbox
  • Fix expectContents to work with given context
  • Fix tests - to expect valid markup.
  • Fixed indentation of list items …
  • Fixed outdent of nested list items. …
  • Fix conflict by merging #1574
  • Fix indentation on checkbox creations
  • Fix Bootstrap4 background transparency issue #3024
  • Fix blocking form submitting issue #530
  • Fix minor things
  • Fix order of Airmode elements
  • Fix broken examples and update to use latest libraries
  • Fix class name for AirMode in lite.js

Translation

  • Improved translation in pt-PT for image, table, style and help sections
  • Improved translation in pt-BR for image section
  • Added missing new line at the end of file lang/summernote-pt-PT.js
  • pl-PL i18n update
  • Update summernote-nl-NL.js
  • Update summernote-pt-BR.js
  • Add missing translations in zh-CN for table, etc
  • Update summernote-de-DE.js …
  • Fix pt-BR and gl-ES lang keys for style.p translations
  • Update summernote-th-TH.js
  • Missing translations with tabel (#3031) …
  • Update Finnish translation

v0.8.10

20 Feb 00:39
Compare
Choose a tag to compare

Compatibility

  • Update Bootstrap version to 4.0.0

Improvement

  • Hide icon bar when resize is disabled

Translation

  • Create summernote-uz-UZ.js
  • More german translations
  • Use localized tooltip on buttons like style.h1
  • Update polish (pl-PL) translation for subscript and superscript

Thank you to all contributors.