Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.22 KB

File metadata and controls

63 lines (42 loc) · 1.22 KB

react-slite

0.4.2

  • Fix: prevent re-renders on initial note value change

0.4.1

  • Migrate to Lexical extensions. (Fix editor errors in 0.4)

0.4.0 (Buggy version)

Mostly package upgrades

  • lexical: v0.38.x
  • storybook: v10.x
  • vite: v7.x

0.3.1

  • Externalize react/jsx-runtime and react-dom/client

0.3.0

  • Lexical v0.27.1
  • biome
  • storybook v8

0.2.5

  • No soft break hacks and util exports (for now)

0.2.4

  • Fixes for handling soft breaks
  • example storybook simulating remindoro input

0.2.3

  • Utils for handling soft breaks
  • readOnly prop for Editor component
  • Hiding placeholder for readonly mode

0.2.2

  • Exporting dropdown class identifier

0.2.1

  • Dark theme for code block

0.2.0


0.1.5

  • Handle thematic break hanging when clicked on toolbar by adding new para after thematic break.

0.1.4

0.1.1

  • Export Descendant type from slate

0.1.0

  • Thematic break support
  • Markdown utils
  • Fixed list to para conversion bug