Releases: steelbrain/linter-ui-default
Releases · steelbrain/linter-ui-default
v2.2.1
- Use parcel to build and optimize linter-ui-default (#603)
v2.1.5
fix: check if intersectsWith
is a function
v2.1.4
Update dependencies
Re-add package-lock.json
v2.1.2
Add another null check for messages
v2.1.1
Add null check guard for messages to prevent the unforeseen errors
v2.1.0
- Bump deps #589
- Use lodash.debounce instead of the deprecated sb-debounce.debounce
v2.0.1
- improve performance (#581)
- rewrite rendering algorithm (#581)
- fix memory leaks (#581)
v1.8.1
Fix showPanel being set to true on Editor restart (Thanks @Osmose)