Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

summernote

Package Overview
Dependencies
Maintainers
1
Versions
42
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.12

Diff

Changelog

Source

v0.8.12


New feature

  • #3048, #3171: Add CodeView filtering and whitelist for embedding (@blood72, @lqez)
  • #3042: Add default color options for color buttons (@lqez)
  • #3083: Add new callback for capturing changes on CodeView (@lqez)

Improvement

  • #3045: Show valid link URLs only in LinkDialog (@adeelhussain)
  • #3065: Hide tooltips when buttons are clicked (@lqez)
  • #3076: Update image popover with new icons (@lqez)
  • #3087: Allow Facebook video URLs (@lqez)
  • #3215: Less jQuery dependencies (@benjamingraf)
  • 6c65ade1351e421b24c86e6197e50033e7cb9fdd: Do not add default protocol to relative links (@lqez)
  • e8e4212c6ec106fa59025cd8ead100bce298dc6c: Enhance check method for font existence by using canvas (@lqez)

Bug Fix

  • #3054: Update last focus manager (@easylogic)
  • #3063: Fix multiple issues on Lite UI (@lqez)
  • #3068: Fix insertImagesOrCallback for drag-and-drop images (@lqez)
  • #3078: Fix multiple toolbar issues (jross-tm, @lqez)
  • #3082: Fix callbacks to use proper arguments (@lqez)
  • #3096: Incorrect usage of event global variable in Handle and ImagePopover on FireFox (Rudy Zeinoun)
  • #3113: Fix setEnd on Range (@gioboa)
  • #3168: Fix disabled image button while pasting an image URL (@lqez)
  • #3217: Removed automatic requirement of CodeMirror (@benjamingraf)
  • 10bb48dc24a12724421dcb343ed8b26fb4b94cc4: Fix duplicated image bug on Internet Explorer (@hackerwins)
  • 7b2a514f5d53edeffcb8c67cde30eb59381d7f75: Fix indent/outdent crashing (@lqez)
  • 5785431b46d661e0eb2f65a87215b3148504bda3: Fix undo error from malformed range (@lqez)

Translation

  • #2959: Update for fr-FR (@jokamax)
  • #3148: Update for ja-JP (@rw-nue)
  • #3167: Update for ko-KR (@neatnet)
  • #3208: Update for de-DE (@frobinsonj)
  • #3210: Update for cs-CZ (@frobinsonj)

Misc

  • #3055: Allow trailing commas for multiline (@lqez)
  • #3060: Add <audio> to void elements (@hendrismit)
  • #3064: Merge into single settings for multiple UIs (@lqez)
  • #3074: Add option for toggling browser default spellchecker (@lqez)
  • #3143, #3193: Fix Travis CI build (@hackerwins)
  • 5f674eb19c108f5afd656c899cf7eec83fb21fab: Turn off --fix for eslint (@lqez)
  • 6f7593b9b2572719e371e4a485798c6c94feab59: Add empty fontNameIgnoreCheck in settings (@lqez)
  • ff516c9beac5909cf8df6aa924a153c6a605c40d: Update ImageDIalog for Bootstrap4 (@lqez)
  • ad0d7e07213aafa80c3925451ededb9c6509ccca: Remove default focusing style effect of browsers (@lqez)
  • 789dfdaa49b2eda9bfcd6c0dbd6241d0fc078d23: Set followingToolbar as false by default (@lqez)
  • 8b9180ae74d31d5673f71eb79a77b11a84a7ebd5: Find the exact element has given tagName before applying custom class (@lqez)
  • 6e18c0ebbfdb939e92115d8091ec8119ba8a065c: Extract saucelabs from Gruntfile (@hackerwins)
hackerwins
published 0.8.11 •

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
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