Skip to content

Releases: cellbang/cell

Features & Bug Fixes

12 Mar 03:26
Compare
Choose a tag to compare
  • 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

11 Mar 07:33
Compare
Choose a tag to compare
  • 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

08 Mar 07:20
Compare
Choose a tag to compare
  • fix(vue) 加载 vue 的样式部分文报错

Features & Bug Fixes

08 Mar 06:08
Compare
Choose a tag to compare
  • 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

07 Mar 15:27
Compare
Choose a tag to compare
  • feat(vue) Update vue configuration file
  • feat(vue) 更新 vue 配置文件

Features

07 Mar 14:55
Compare
Choose a tag to compare
  • 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

27 Feb 14:53
Compare
Choose a tag to compare
  • feat(shell) Optimize the display of login status
  • feat(shell) 优化登录状态的显示

Features

20 Feb 01:41
Compare
Choose a tag to compare
  • feat (core) remove the TenantProvider interface

  • feat(web) Context adds get or set Tenant method

  • feat(security) remove the implementation of the TenantProvider interface and set the Tenant in the security context middleware

  • feat (core) 移除 TenantProvider 接口

  • feat(web) Context 添加获取或设置 Tenant 方法

  • feat(security) 移除 TenantProvider 接口实现,并在安全上下文中间件中设置 Tenant

Features

28 Jan 13:45
Compare
Choose a tag to compare
  • feat (web) code optimization, the convenience methods of getUrl and getPath added to the UrlUtil tool class
  • feat(web) 代码优化,UrlUtil 工具类添加 getUrlgetPath 便捷方法

Bug Fixes

28 Jan 02:19
Compare
Choose a tag to compare
  • fix(rpc) fix the GlobalConverter not found error and optimize the code
  • fix(rpc) 修复做不到 GlobalConverter 错误,并优化代码