Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/vue-codemirror/CHANGELOG.md

27 lines
409 B
Markdown
Raw Normal View History

2026-01-11 00:11:34 +08:00
## CHANGELOG
### v4.0.2
- add `scroll` event
### v4.0.1
- the components `options` attr is not required
### v4.0.0
- fix import es module bug
- add test script
- assign options to ssr.js
- add global default events
- update the options assign logic
- add global default options
- update `editor` to `codemirror`
#### project
- add brower support
- add test scripts
- update babel and webpack configs