Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
retronav committed Jun 30, 2022
1 parent 5a737e1 commit ece965e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .changeset/rotten-maps-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@retronav/ixora': minor
---

- Add heading class to the entire line instead of only heading text (70da999)
- Blacklist nodes which shouldn't hide marks and url (d95997c)
- Improved blockquote decoration techniques (27646c5)
- A new `classes` module for all custom classes used throughout Ixora (ae8e40b)
- Fix `editorLines` function which leaked decorations outside the folded region (33e542d)
1 change: 0 additions & 1 deletion demo/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { basicSetup, EditorView } from 'codemirror';
import { EditorState } from '@codemirror/state';
import { markdown, markdownLanguage } from '@codemirror/lang-markdown';
import { highlightStyle, tagStyles, theme } from './theme';
import { indentWithTab } from '@codemirror/commands';
Expand Down

0 comments on commit ece965e

Please sign in to comment.