Socket
Socket
Sign inDemoInstall

summernote

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

summernote - npm Package Versions

1345

0.8.11

Diff

Changelog

Source

v0.8.11


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
hackerwins
published 0.8.10 •

Changelog

Source

v0.8.10


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
hackerwins
published 0.8.9 •

Changelog

Source

v0.8.9


Enhancement

  • Support standalone ui with summernote-lite. summernote-lite is beta. #2434
  • Following toolbar #2459
  • Add custom style for style dropdown #2474
  • Make the toolbar simpler again #2578

Bugfix

  • Fix issue when drag-and-drop disabled #2468
  • Fix margin and padding of paragraph styles in the dropdown menu #2473
  • Fix warnings and errors from Bootlint checks #2472
  • Rollback default behavior of tab/untab by condition #2466
  • Wrong usage of self #2475
  • Allow user set the container of tooltip and container instead of default 'body' #2476
  • Multiple Hint - second hint has no default selected element #2564
  • Fix change event on input not firing in EDGE #2583
  • Add default fonts and a fix for styling #2584
  • Do not trigger focus events on mobile #2585
  • Changes to removeMedia in module/Editor.js to remove Figure Elements... #2588
  • Do not remove statusbar by reset #2592
  • Some Japanese labels improved. #2607
hackerwins
published 0.8.8 •

Changelog

Source

v0.8.8


enhancement

  • support bootstrap 4 beta with dist/summernote-bs4.js, dist/summernote-bs4.css
  • you can use summernote on bootstrap 3 with dist/summernote.js, dist/summernote.css

supporting bootstrap 4 is beta.

bugfix

  • fixed toolbar position in fullscreen mode #1762
  • add font *.less file #1763
  • Corrects the foreground color font tag behavior to compatible HTML5 (inline styling) #1715
  • Fix issue #2428
  • Fix issue #2443
  • Fix issue #2439

translation

  • Better translation for p tag in german #2421
  • Change some french traductions for headers and hr #2423
hackerwins
published 0.8.7 •

Changelog

Source

v0.8.7


translation

  • Fix missing french traduction on table #2404

bug fix

  • Add image margin when floats #1827
  • fixed a bug that delete key cannot trigger recordUndo action #2380
  • Deselect image when scrolling on the handle overlay #2386
  • Image popover is not displayed properly issue still exists #2381
  • Fixed tooltip shown at color picking dialog even when tooltip:false option set #2408
  • Image resize handle still show after changing to code mode. #2407

misc

  • bump up jquery version 2.1.4 to 3.2.1
hackerwins
published 0.8.6 •

Changelog

Source

v0.8.6


enhancement

  • table editing popover #2366, #1948
  • videoDialog support v.qq.com #2048

bug fix

  • fixed a bug that image editing with handle is still working after disabling editor. #2075
  • add to void element. #2373
hackerwins
published 0.8.5 •

Changelog

Source

v0.8.5


bug fix

  • Better regex to match legit shorter vimeo video ids (ex.: https://vimeo.com/2) #2281
  • fix InvalidCharacterError when pasting an image in Firefox #2284
  • LinkDialog and some checkbox library mixed, checkbox state is not visible #2323
  • fix for https://github.com/summernote/angular-summernote/issues/162 #2160

enhancement

  • Add support to custom styletags right into the style toolbar menu #1919
  • Math Functions And Science Characters hint avaiable.(=) #2178
  • Feature | Added target blank option #2195
  • Tooltip can be shown/hidden by settings #1917

translation

  • (locale fr-FR) Add specialChar #2324
hackerwins
published 0.8.4 •

hackerwins
published 0.8.3 •

Changelog

Source

v0.8.3


maintenance

  • update dependency libraries and recover CI
  • #2248, #2216, #2249

bug fix

  • onCreateLink #2180

enhancement

  • onDestory handler #2185

translation

  • #2173, #2197 #2217, #2218, #2228
hackerwins
published 0.8.2 •

Changelog

Source

v0.8.2


Bug fix

  • Fixed several bugs.
  • For more details... v0.8.2 issues: https://github.com/summernote/summernote/pull/1976
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc