Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
at main 81 lines 1.6 kB view raw view rendered
1## 6.0.2 (2025-06-19) 2 3### Bug fixes 4 5Make sure to include a .d.cts file to make TypeScript happy. 6## 6.0.1 (2022-06-30) 7 8### Bug fixes 9 10Work around limitations in tree-shaking software that prevented `basicSetup` from being removed when unused. 11 12## 6.0.0 (2022-06-08) 13 14### Breaking changes 15 16Change the package name from `@codemirror/example-setup` to just `codemirror`. 17 18The package no longer exports `EditorState` (since that is no longer necessary to set up a basic editor). 19 20### New features 21 22The new `minimalSetup` export provides a minimal set of editor extensions. 23 24## 0.20.0 (2022-04-20) 25 26### Breaking changes 27 28Update dependencies to 0.20.0 29 30## 0.19.3 (2022-03-30) 31 32### New features 33 34Add the extension that shows a crosshair cursor when Alt is held down to the basic setup. 35 36## 0.19.1 (2021-12-13) 37 38### New features 39 40The basic setup now includes the `dropCursor` extension. 41 42## 0.19.0 (2021-08-11) 43 44### Breaking changes 45 46Update dependencies to 0.19.0 47 48## 0.18.2 (2021-05-25) 49 50### Bug fixes 51 52Fix too-low dependency on @codemirror/gutter that could cause broken upgrades. 53 54## 0.18.1 (2021-05-15) 55 56### New features 57 58The basic setup now includes `highlightActiveLineGutter` from @codemirror/gutter. 59 60## 0.18.0 (2021-03-03) 61 62### Breaking changes 63 64Update dependencies to 0.18. 65 66## 0.17.1 (2021-01-06) 67 68### Bug fixes 69 70Putting a theme after the basic setup no longer causes the default highlighter to be used with the theme's editor styling. 71 72### New features 73 74The package now also exports a CommonJS module. 75 76## 0.17.0 (2020-12-29) 77 78### Breaking changes 79 80First numbered release. 81