Skip to content

v2.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 13:43
· 335 commits to master since this release
v2.7.3
92ff757

v2.7.3 (2023-12-28)

Features

  • ci: add dry-run mode for build workflow
  • cmd: support cli flag for creating admin account

Bug Fixes

  • ui/init: stack overflow when merging with config defaults (#717)

Performance Improvements

  • ui/build: better dts generation (#689)

Code Refactoring

  • ci: better release workflow
  • docker: add --build-arg argument to skip ui build
  • test/ui: add more ui api tests
  • ui: refactor directory structure (#712)
  • ui/conf: better handling of mutable config (#722)
  • ui/test: add vitest for unit testing

Documentation

  • update ui api documentation

BREAKING CHANGE

Directly referencing artalk.conf and artalk.$root is deprecated. Please use functions instead: artalk.getConf() and artalk.getEl().