Skip to content

v1.1.8

Latest
Compare
Choose a tag to compare
@lmx1117 lmx1117 released this 23 Mar 11:01
· 4 commits to develop since this release
648aae5

✨ New features & improvements

  • Brand new Calendar component is available now! It is capable of managing daily events in month/week/day/list views with drag-and-drop functions. Try it out now! 🀩 #140
  • More enhancements on Table component: πŸŽ‰
    • Support modifying column settings in batches, including Hidden, Editable, Auto-width, Sortable, and Alignment.
    • Add toUpdateRows property, making bulk updates with SQL much easier.
    • Add selectedIndex and selectedIndexes properties.
    • Add new events: Page change, Refresh.
  • Optimize the installation and management of JavaScript third-party libraries.
  • Support πŸ” search function and πŸ“ folder management for query editor. #312
  • Support πŸ” searching component property by keyword in Properties pane.
  • Support new Action for Navigation menu items: Go to URL. Discord
  • Support forwarding cookies for GraphQL data source. Discord
  • Support ldapsearch for LDAP ID provider.
  • Support background-color setting for Carousel component.
  • Optimize value display of Time Range component when filtered by validation rules.
  • Optimize property display between component-focus switches by memorizing expand/collapse status of every section in Properties pane. Discord
  • Optimize application display in "preview" and "view" modes: remove the blank section at the bottom of Canvas. Discord
  • Optimize display of Date-type columns in tables: show empty when the field content is not legal, rather than the default date value. Discord

πŸ› Bug fixes

  • Fix issue: wrong margin after disabling toolbar for nested tables in expanded view of table component. #303
  • Fix issue: invalid text font of confirmation modal. #307
  • Fix issue: query runs before the value of table's selected row changes. #308
  • Fix issue: incorrect sorting result of Table component. #313
  • Fix issue: back-end logs flooded with error messages. #315
  • Fix issue: checkbox items are wrongly checked. Discord
  • Fix issue: multiple tags in a table cell turn into a single one during editing.
  • Fix issue: columns of nested tables in expanded view do not change with data fields.
  • Fix issue: incomplete display of component labels when positioned at top.
  • Fix issue: parsedValue of File Upload component is not cleared after calling clearValue() method.