Skip to content

Releases: cellbang/cell

Bug Fixes

05 Oct 08:18
Compare
Choose a tag to compare
  • fix(cli) Add missing leven module
  • fix(cli) 添加缺少的 leven 模块

Features

28 Sep 04:01
Compare
Choose a tag to compare
  • feat(pwa) Add pwa component
  • feat(eslint) Add eslint component
  • feat(cli) Remove pwa function
  • feat(cli) Remove eslint function
  • feat(cli) Simplified application template configuration
  • feat(fc-adapter + scf-adapter) Simplifies the stage configuration and automatically judges the stage according to the operating mode. When test mode is included, stage is test, when pre mode is included, stage is pre, and when prod mode is included, stage is prod
  • feat(cli) Add cli hook, through this plug-in you can add new commands and extend old commands
  • feat(cli) Beautify the command line output log
  • feat(cli) Add command smart suggestions
  • feat(pwa) 添加 pwa 组件
  • feat(eslint) 添加 eslint 组件
  • feat(cli) 移除 pwa 功能
  • feat(cli) 移除 eslint 功能
  • feat(cli) 简化应用模板配置
  • feat(fc-adapter + scf-adapter) 简化 stage 配置,根据运行模式自动判断 stage。当包含 test 模式,则 stage 为 test,当包含 pre 模式,则 stage 为 pre,当包含 prod 模式,则 stage 为 prod
  • feat(cli) 添加 cli hook,通过该插件可以添加新的命令和扩展老的命令
  • feat(cli) 美化命令行输出日志
  • feat(cli) 添加命令智能建议

Features & Bug Fixes

23 Sep 10:15
Compare
Choose a tag to compare
  • feat(cli) malagu init command supports specifying template options, you can specify the built-in template name and remote GitHub address, such as: malagu init demo fc-backend-app or malagu init demo [email protected]:cellbang/cellbang-site.git

  • feat(widget+shell) component property change: malagu.widget.locales changed to malagu.locales

  • feat(widget) component property change: malagu.widget.themes changed to malagu.themes

  • feat(cli) malagu init 命令支持指定模板选项,可以指定内置模板名称和远端 GitHub 地址,如:malagu init demo fc-backend-app 或者 malagu init demo [email protected]:cellbang/cellbang-site.git

  • feat(widget+shell) 组件属性变更:malagu.widget.locales 变更为 malagu.locales

  • feat(widget) 组件属性变更:malagu.widget.themes 变更为 malagu.themes

Bug Fixes

15 Sep 14:21
Compare
Choose a tag to compare
  • fix(cli) Fix the problem of fc-admin-app template package shortage
  • fix(cli) Fix template configuration file error
  • fix(cli) 修复fc-admin-app 模板少包问题
  • fix(cli) 修复模板配置文件错误问题

Features

11 Sep 11:01
Compare
Choose a tag to compare
  • feat(fc-adapter + scf-adapter + vercel + cli) Remove the configuration attribute deployConfig, and put the configuration attributes under deployConfig to the child of the specific adaptation component

  • feat(fc-adapter) When configuring the route of a custom domain name, the route configuration is changed to be updated by appending instead of overwriting (#1)

  • feat(fc-adapter) When configuring the route of a custom domain name, you can automatically calculate the service, function and alias name without specifying it

  • feat(fc-adapter + scf-adapter + vercel + cli) 移除配置属性 deployConfig,将 deployConfig 下面的配置属性放到具体适配组件子级

  • feat(fc-adapter) 配置自定义域名的路由时,路由配置改为以追加的方式进行更新,而非覆盖

  • feat(fc-adapter) 配置自定义域名的路由时,可以不指定服务、函数以及别名名称,自动计算

Features

10 Sep 06:55
Compare
Choose a tag to compare
  • feat(oauth2): add oauth2-core, oauth2-jose, oauth2-client components

Bug Fixes

08 Sep 14:59
Compare
Choose a tag to compare
  • fix(cli) When the backend uses webpack to exclude a certain package and installs the package to the build directory when building, after publishing it online, the excluded package is not packaged and uploaded correctly
  • fix(cli) 当后端使用 webpack 排除某一个包,并构建的时候安装该包到构建目录时,发布到线上后,排除的包没有被正确打包上传

Bug Fixes

27 Aug 16:38
Compare
Choose a tag to compare
  • fix(fc-adaper+scf-adaper) Fix the code file permission problem under Windows system
  • fix(fc-adaper+scf-adaper) 修复 Windows 系统下代码文件权限问题

Bug Fixes

22 Aug 02:10
Compare
Choose a tag to compare
  • fix(web+fc-adapter) fix cors function release to function calculation does not take effect

  • fix(typeorm) fix the local running modification code hot loading causes the database link to have an error

  • fix(core) fix the "EventEmitter memory leak detected" warning caused by hot loading of local running modified code

  • fix(web+fc-adapter) 修复 cors 功能发布到函数计算不生效

  • fix(typeorm) 修复本地运行修改代码热加载导致数据库链接已经存在错误

  • fix(core) 修复本地运行修改代码热加载导致 “EventEmitter memory leak detected” 警告

Features & Bug Fixes

21 Aug 12:42
Compare
Choose a tag to compare
  • feat(cli + core) property file supports regular expression properties: ${{'.*\.google\.com$'|regexp}}

  • fix(web) run locally to remove the hard-coded configuration of cors

  • feat(cli + core) 属性文件支持正则表达式属性:${{'.*\.google\.com$'|regexp}}

  • fix(web) 本地运行去掉 cors 硬编码配置