## [2.1.3](https://git.shuiditech.com/frontend/sea/sdk/compare/v2.1.2...v2.1.3) (2019-11-19)


### Features

* change AQ to TDT ([60cd20d](https://git.shuiditech.com/frontend/sea/sdk/commits/60cd20d))



## [2.1.2](https://git.shuiditech.com/frontend/sea/sdk/compare/v2.1.1...v2.1.2) (2019-08-21)



## [2.1.1](https://git.shuiditech.com/frontend/sea/sdk/compare/v2.1.0...v2.1.1) (2019-08-21)


### Bug Fixes

* 调用接口token传递错误修复 ([5e61bab](https://git.shuiditech.com/frontend/sea/sdk/commits/5e61bab))



# [2.1.0](https://git.shuiditech.com/frontend/sea/sdk/compare/v2.0.1...v2.1.0) (2019-08-21)


### Features

* 兼容旧大后台 ([ebec39b](https://git.shuiditech.com/frontend/sea/sdk/commits/ebec39b))



## [2.0.1](https://git.shuiditech.com/frontend/sea/sdk/compare/v2.0.0...v2.0.1) (2019-08-19)


### Bug Fixes

* auth初始化时调用，支持自定义获取loginInfo，去除不需要的传参 ([b5529fd](https://git.shuiditech.com/frontend/sea/sdk/commits/b5529fd))



# [2.0.0](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.15...v2.0.0) (2019-08-14)


### Features

* sea2.0 ([0ff642b](https://git.shuiditech.com/frontend/sea/sdk/commits/0ff642b))


### BREAKING CHANGES

* sea2.0 sdk



## [0.2.15](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.14...v0.2.15) (2019-08-07)



## [0.2.14](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.13...v0.2.14) (2019-08-07)


### Bug Fixes

* 添加sourcemap,auth接口改为router跳转时触发，避开在login页面时取不到shAdmin，代码结构优化 ([44e6b7f](https://git.shuiditech.com/frontend/sea/sdk/commits/44e6b7f))



## [0.2.13](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.12...v0.2.13) (2019-08-06)


### Bug Fixes

* 获取userId时增加容错处理 ([17fd0b8](https://git.shuiditech.com/frontend/sea/sdk/commits/17fd0b8))



## [0.2.12](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.11...v0.2.12) (2019-08-02)


### Features

* export api ([c125319](https://git.shuiditech.com/frontend/sea/sdk/commits/c125319))



## [0.2.11](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.10...v0.2.11) (2019-07-26)


### Features

* 1.重构代码，2.支持自定义权限接口地址，3.获取权限接口不再阻塞 ([93a2e98](https://git.shuiditech.com/frontend/sea/sdk/commits/93a2e98))



## [0.2.10](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.9...v0.2.10) (2019-07-25)


### Features

* 内部api从url中获取token ([c192352](https://git.shuiditech.com/frontend/sea/sdk/commits/c192352))


## [0.2.9](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.8...v0.2.9) (2019-04-26)


### Features

* 重新支持非大后台环境 ([951e021](https://git.shuiditech.com/frontend/sea/sdk/commits/951e021))



## [0.2.8](https://git.shuiditech.com/frontend/sea/sdk/compare/v0.2.7...v0.2.8) (2019-04-26)


### Reverts

* revert非大后台dom权限 ([2e6e24a](https://git.shuiditech.com/frontend/sea/sdk/commits/2e6e24a))



## 0.2.7 (2019-04-25)


### Features

* 非大后台环境dom权限依然可用 ([6b2cff8](https://git.shuiditech.com/frontend/sea/sdk/commits/6b2cff8))



# 版本更新记录（旧）

- 0.1.6: 添加蒙层
- 0.1.8: 增加跨项目跳转
- 0.1.9: 跨项目跳转支持打开新页面
- 0.2.0: 1.存储登录信息增加$$防止重名，2.配合控制dom元素是否显示，每次页面跳转调获取页面权限接口，3.router更改后postMessage内容更改，不再区分项目内跳转和菜单点击跳转。4.整体结构优化，依赖升级
- 0.2.2: 将auth放入sdk中，获取登录信息时兼容旧项目方便过渡
- 0.2.3: 发送请求兼容水滴保（会将登录信息写入localStorage）
- 0.2.6: 修复element表格内使用v-auth不隐藏的bug