CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
CHANGELOG.md82 linesDownload Raw Back to codemirror
1## 6.0.2 (2025-06-19)2 3### Bug fixes4 5Make sure to include a .d.cts file to make TypeScript happy.6## 6.0.1 (2022-06-30)7 8### Bug fixes9 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 changes15 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 features21 22The new `minimalSetup` export provides a minimal set of editor extensions.23 24## 0.20.0 (2022-04-20)25 26### Breaking changes27 28Update dependencies to 0.20.029 30## 0.19.3 (2022-03-30)31 32### New features33 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 features39 40The basic setup now includes the `dropCursor` extension.41 42## 0.19.0 (2021-08-11)43 44### Breaking changes45 46Update dependencies to 0.19.047 48## 0.18.2 (2021-05-25)49 50### Bug fixes51 52Fix too-low dependency on @codemirror/gutter that could cause broken upgrades.53 54## 0.18.1 (2021-05-15)55 56### New features57 58The basic setup now includes `highlightActiveLineGutter` from @codemirror/gutter.59 60## 0.18.0 (2021-03-03)61 62### Breaking changes63 64Update dependencies to 0.18.65 66## 0.17.1 (2021-01-06)67 68### Bug fixes69 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 features73 74The package now also exports a CommonJS module.75 76## 0.17.0 (2020-12-29)77 78### Breaking changes79 80First numbered release.81 82 
basant307/AI_Governance_Project · CoolFace