You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Version 0.18.2
### New features
The fold gutter now accepts a `markerDOM` option, which can be used to override the way gutter markers are rendered. Fix typo issue
Version 0.18.1
### Bug fixes
The fold gutter will now properly update when the editor's language config changes.
Fix an issue where the fold gutter could get out of date when changes below a given line affected the fold marker for that line.
### New features
The package now exports a `foldedRanges` function that can be used to query set of folded ranges in an editor state.
The newly exported `foldEffect` and `unfoldEffect` state effects can be used to control the fold state directly.