Skip to content

v1.3.0

Latest

Choose a tag to compare

@xinthose xinthose released this 25 Jul 19:42
· 1 commit to master since this release
  • update packages (Angular 20)
  • use a different background
  • fix a potential issue when editing a record in the grid when you click the cancel button
  • improve some of the logging in the components when debugging
  • in server.js use app.all(/(.*)/, function (req, res) instead of app.all('*', function (req, res)