27 lines
409 B
Markdown
27 lines
409 B
Markdown
|
|
|
||
|
|
## 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
|
||
|
|
|