Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-23 | 3.9 kB | |
v1.1.8.tar.gz | 2023-03-23 | 103.8 MB | |
v1.1.8.zip | 2023-03-23 | 105.4 MB | |
Totals: 3 Items | 209.3 MB | 3 |
✨ 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
andselectedIndexes
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 callingclearValue()
method.