Skip to content

Release v1.1.3

Compare
Choose a tag to compare
@neon-balcony neon-balcony released this 30 Dec 09:55
· 387 commits to develop since this release
b09f2e0

✨ New features & improvements

  • New UI component "Scanner" is available now! πŸŽ‰

drawing

  • Query library:
    • Support importing/exporting queries from/to JSON files. #115
    • Support disabling prepared statements for SQL queries. Discord
  • Table component:
    • New methods: setPage, setSort and setFilter. #139 #118
    • New events: filterChange and sortChange. #139
    • Support setting the position of Toolbar: bottom/top/hidden. #138
    • Support disabling spinner effect during data loading. #97
  • Support expanding input box when customizing color in "Style" property. #124
  • Support adding icons in Input, Select, File, Date, Tabbed Container, etc. #95
  • Expose selectedIndex and selectedLabel for Select component.
  • Support disabled for Form and Container.
  • Support disabling background mask for Modal and Drawer. #135
  • Change the methods of triggering JS queries to "On page load" and "Manually invoked".
  • Support passing parameters when running library queries in a JS query. #153
  • Support multiple JSON types for REST API, such as HAL. #103
  • Support "Extra body" parameters for REST API data sources. #84
  • Optimize the display of audit logs.
  • Support self-hosting on Heroku.
  • Support removing workspace members in self-hosted Openblocks. Discord

πŸ› Bug fixes

  • Optimize the display of "Links" and "Button" types of table columns. #142
  • Fix issue: table column orders are not inconsistent with dynamic column setting. #41
  • Fix issue: image debounce in Container. #134
  • Fix issue: third-party JS libraries are not executed sequentially. #149
  • Fix issue: fail to parse file upload parameters in REST API queries. #137