You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@gravity-ui/markdown-editor

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gravity-ui/markdown-editor - npm Package Versions

1
35
12

15.2.1

Diff
g
gravity-ui-bot
published 15.2.1 •

Changelog

Source

15.2.1 (2025-02-26)

Bug Fixes

  • added file extensions to full-path imports for esm-build (#651) (2bfcd5d)
  • Emoji: added file extension to plugin import path (#654) (77d3c0c)
g
gravity-ui-bot
published 15.2.0 •

Changelog

Source

15.2.0 (2025-02-21)

Features

g
gravity-ui-bot
published 14.12.6 •
g
gravity-ui-bot
published 15.1.0 •

Changelog

Source

15.1.0 (2025-02-19)

Features

  • ImgSize: added ability to render custom form in image widget (#639) (b529453)

Bug Fixes

  • ImgSize: support enableNewImageSizeCalculation in ImageWidget (#641) (f6a7899)
  • YfmCut: fixed open state styles for nested cuts (#643) (25089b3)
g
gravity-ui-bot
published 15.0.2 •

Changelog

Source

15.0.2 (2025-02-17)

Bug Fixes

  • bundle: fixed YfmTable serialization inside quotes at any nesting level (#635) (52b421c)
  • ImagePaste: make image paste priority higher than link to make image link paste working (#634) (9b98e40)
  • view: updated cut open logic to use attributes instead of classes due to extension update (#628) (0985395)
g
gravity-ui-bot
published 14.12.5 •
g
gravity-ui-bot
published 14.12.4 •
g
gravity-ui-bot
published 15.0.1 •

Changelog

Source

15.0.1 (2025-02-12)

Bug Fixes

  • bundle: added missing toolbar types (#611) (40a5ff2)
  • bundle: added preview in toolbar select (#615) (4dfb4fc)
  • bundle: fixed active list element (#625) (60e16d4)
  • cut: fixed open state styles (#616) (f80fe92)
  • plugins: mark TooltipButtonPlugin and TooltipSelectPlugin deprecated (#621) (06d4c6c)
  • toolbar: dont render tooltip if preview is empty (#622) (4e9d19f)
  • toolbar: fixed preview tooltip placement (#607) (de141f2)
g
gravity-ui-bot
published 14.12.3 •
g
gravity-ui-bot
published 15.0.0 •

Changelog

Source

15.0.0 (2025-02-11)

See the migration guide here.

⚠ BREAKING CHANGES

  • markdown-editor@15 (#604)
  • @gravity-ui/uikit updated to v7
  • removed toaster prop from <MarkdownEditorView /> component
  • removed deprecated props from useMarkdownEditor() hook
  • removed generics from useMarkdownEditor() and UseMarkdownEditorProps
  • removed deprecated PluginPriority field from ExtensionBuilder
  • removed deprecated constants with node and mark names; similarly for attributes
  • removed deprecated <YfmHtml /> and YfmHtmlProps
  • removed deprecated disabledPopoverVisible field from ToolbarItemData type
  • removed typesVersions from package.json
  • build react-jsx using new jsx-transform
  • dropped support of react@16.8.0; changed minimal react@16 version: ^16.14.0
  • changed build target to ES2022
  • dropped support of @diplodoc/transform lower then ^4.43.0
  • dropped support of @diplodoc/cut-extension lower then ^0.5.0
  • added @diplodoc/file-extension to peer dependencies
  • updated SerializerMarkToken — parent parameter now uses Node instead of Fragment

Features

  • moved lodash to dependencies
  • updated codemirror packages to latest versions
  • updated prosemirror packages to latest versions
  • added sourcemaps for builded files