Releases: cellbang/cell
Releases · cellbang/cell
Features & Bug Fixes
- fix(faas-adapter) fix profile loading priority
- feat(fc-adapter) The name of the API gateway group defaults to the name property of package.json
- fix(faas-adapter) 修复 profile 加载优先级
- feat(fc-adapter) API 网关组的名称默认为 package.json 的 name 属性
Features & Bug Fixes
- fix(fc-adapter) fixes the second deployment error of a function of the api-gateway type
- feat (fc-adapter) the default service name is the name property of package.json
- fix(fc-adapter) 修复 api-gateway 类型的函数第二次部署报错
- feat(fc-adapter) 默认服务名称为 package.json 的 name 属性
Bug Fixes
- fix(vue) 加载 vue 的样式部分文报错
Features & Bug Fixes
-
fix(cli) to fix the error when using hook in
vue-app
template -
feat(vue) supports Vue CSS file parsing
-
fix(cli) 修复
vue-app
模板在使用 Hook 时候报错 -
feat(vue) 支持 vue css 文件解析
v1.15.1
- feat(vue) Update vue configuration file
- feat(vue) 更新 vue 配置文件
Features
-
feat(cli) add vue related application templates: vue-app
-
feat(vue) Added
@malagu/vue
component, integrated vue capability -
feat(cli) 添加 vue 相关应用模板:vue-app
-
feat(vue) 添加
@malagu/vue
组件,集成 vue 能力
Features
- feat(shell) Optimize the display of login status
- feat(shell) 优化登录状态的显示
Features
-
feat (core) remove the
TenantProvider
interface -
feat(web)
Context
adds get or setTenant
method -
feat(security) remove the implementation of the
TenantProvider
interface and set theTenant
in the security context middleware -
feat (core) 移除
TenantProvider
接口 -
feat(web)
Context
添加获取或设置Tenant
方法 -
feat(security) 移除
TenantProvider
接口实现,并在安全上下文中间件中设置Tenant
Features
- feat (web) code optimization, the convenience methods of
getUrl
andgetPath
added to theUrlUtil
tool class - feat(web) 代码优化,
UrlUtil
工具类添加getUrl
和getPath
便捷方法
Bug Fixes
- fix(rpc) fix the GlobalConverter not found error and optimize the code
- fix(rpc) 修复做不到 GlobalConverter 错误,并优化代码