Changelog

Follow up on the latest improvements and updates.

RSS

✨ New Features
  • ✨ support function editor component
  • ✨ support dynamic domain class list field type
  • ✨ support domain object field type
  • ✨ dynamic domainc class field support options
  • ✨ Support vertical layout wizard form
  • ✨ refactor gantt component & support multiple task dragging
🐛 Bugfixes
  • 🐛 Fix close icon position
  • 🐛 fix subTable sorting issue
  • 🐛 won't cache invalid id for object label
Misc
  • ⚡️ Enable global object label cache
  • 💄 Add logo in sidebar
  • ♻️ refactor domain auto refresh service
✨ New Features
  • ✨ Support dynamic creation of domain definition on web UI
  • ✨ DynamicLogic support auto reload in dev env
  • ✨ DynamicService support
  • ✨ Support separate logo on menu collapse and expand mode
  • ✨ Support dynamic plugin
  • ✨ Support import seed data package
  • ✨ Refactor Gantt render logic
  • ✨ Support vertical layout wizard form
🐛 Bugfixes
  • 🐛 Fix PR comment wrong backend URL
  • 🐛 Fix multi tenant issue
  • 🐛 Trigger reimport dynamic logic to fix csv import failure
  • 🐛 Add name column to dynamicMenu as a business primary key
  • 🐛 Fix import seed data package action parameter import failure
  • 🐛 Fix NPE
Misc
  • ♻️ Refactor cache refresh service and domain data push service
  • 🔊 Throw exception if domainClass not found via cache
  • ⚡️ Optimize DynamicLogic execution performance

improved

fixed

Backend 0.27.11

  • 🐛 Fix mail template line break
  • ✨ Support max tokens limitation for open ai
  • ✨ Support to pass custom model name when call OpenAI API from dynamiclogic

new

improved

Backend 0.27.10

💄 Add i18n for "discard changes"
🐛 Fix not return status 404 when attachment not found
✨ Enable HEAD request for /attachment/direct/**
✨ Add double confirm while closing update/create form after editing.
🐛 Fix SubTable row not shown if the column contains null object
✨ Show empty content page if no data in entity attribute form
✨ Show init data in search panel
✨ Deleting not existed record in csv will treat as NO_UPDATE
  • ✨ Support updateFormName on master detail and list form, detailFormName on master detail form
  • 🐛 Fix ObjectOperateDropdown not shown in ObjectSelect component
  • 🐛 Fix SubTable not working in wizard

fixed

new

0.27.12

Backend version 0.27.7
  • 🐛 Fix deploy to dokku failure
  • ✨ ObjectConverter support Number type query field
Frontend version 0.27.12
  • 🐛 Fix dokku deployment
  • 🐛 Fix review app creation and destroy failure
  • 🐛 Fix createFormName not passed to header on master detail and full text search form
  • 🐛 fix useContext(ModalLockContext) triggering infinity updates
  • 🐛 fix error while searching with no result in object select
  • 🐛 fix always loading attributes in create form
Load More