β¨ New features:
- Support adding npm plugins. Now you can develop your customized components that are consistent with native components using Openblocks-SDK!
![drawing](https://user-images.githubusercontent.com/118174126/206467084-28c8c0b3-dc86-40bd-9ea5-80946c7fda5e.png)
- A brand new data explorer for UI components! Components are organized in tree structures, and modals can be found easily:laughing:.
#32
![drawing](https://user-images.githubusercontent.com/118174126/206468528-cd1c1380-1a20-4fdb-9e40-3287eb58d7aa.png)
- Support GraphQL data source. #9
- Support granular permissions for managing data sources.
![drawing](https://user-images.githubusercontent.com/118174126/206469040-85fb37d1-dd22-4bb3-811b-683ba2ccf570.png)
- Support the ability to search by keyword in Tree Select component. #81
- Support solo workspace for self-hosted instances.
- Support adding parameters to module methods.
- Support dynamically setting table columns. #41
- Support syntax check for new JavaScript features, such as nullish coalescing operator ??.
π Bug fixing:
- Fix word-break issue. #96
- Fix issue: apply chown to /run directory not recursively. #38
- Fix issue: can't access navigation menu item properties if label is empty. #92
- Fix REST API import issue. #94
- Fix issue: hidden&active properties of submenu in Navigation component do not work. #101
- Fix the highlight bug of the code editor.