Features
- cli: 调整了
--watch
选项的行为,现在需要启用热重载必须使用此选项 (70feeae) - client: 支持了对已修改的配置项的显示 (a16fe00)
- client: 优化了对必选但未填的配置项的显示 (335b830)
- client: 新增了在配置项左侧的下拉菜单,可以撤销更改和回到默认值 (e7b1dda)
- client: 支持了嵌套复杂类型的 array / dict 配置项 (4cd67c5)
- client: 支持了根节点处的 array / dict 类型配置项 (21cc5e0)
- manager: 现在将自动根据本地
.npmrc
访问 registry 了 (#538) (5a71a66) - manager: 现在切换协议后再次切换回时能保留之前的配置了 (ca069ba)
- manager: 现在切换适配器后会自动记忆之前适配器的协议了 (20bfc80)
- scripts: init 指令支持了
--console
选项,用于生成带控制台扩展的插件 (17b6f44)
Bug Fixes
- console: 修复了
DataService
不会检查用户权限的问题 (48f039a) - manager: 修复了安装 / 卸载完插件后控制台仍然保留有红点的问题 (4c48b7a)
- manager: 修复了错误的初始 url 会导致页面报错的问题 (2ff5093)
Other Changes
- chore: tweak sandbox layout (bf69a57)
- docs: add console demo screenshots (adeaa6c)
- docs: add console demo to home (0c50ca0)
- docs: refactor (abd4866)
- docs: add more demo images (2d88798)
- docs: install and configurate plugins (951ea2d)
- docs: plugin development (42dfde4)
- refa: adjust schema usage (95c609e)
- chore: bump versions (a83eab5)