·
30 commits
to development
since this release
This release adds more flexible interface-building options, improves model-state handling, and updates App Builder's component foundation.
New features:
- Add configurable toolbar containers, including built-in controls for viewport actions, exports, model states, and custom actions.
- Add a filterable database option for string parameters. Data can be sourced from CSV, JSON, or exports and filtered, searched, and loaded progressively.
- Image widgets can now display PDF files.
- Customize the success message shown after an Add to cart action.
- Protect unsaved parameter changes when loading or creating model states. This behaviour can be configured through the App Builder theme or
VITE_STATE_PROTECTIONenvironment variable.
Improvements:
- Upgrade the UI foundation to Mantine v9, with compatibility support for existing v8 themes.
- Add GitHub Actions workflows for automated App Builder deployments.
Bug fixes:
- Fix empty Button Flex string-list parameters so their layout can be configured correctly.
- Resolve Content Security Policy failures caused by scripts loaded from
eval:. - Fix distance labels in drawing tools.
- Fix stacks nested in tabs so they open correctly.
- Fix screenshots captured while creating a model state.
- Fix authentication failures in the Saved States widget.
- Ensure Stargate
GET_DATArequests use the correct session/parameter namespace for the current model.
What's Changed
- SS-9792: Openai package update by @LemToUp in #140
- SS-9795 fix plausible tracking to two domains by @snabela in #141
- SS-9697 fix icon and manifest links by @snabela in #142
- SS-9823 mantine v9 by @LemToUp in #145
- SS-9717 filterable database component by @LemToUp in #144
- SS-9753: Github Actions by @MajorMeerkatThe3rd in #148
- Task/ss 9879 by @LemToUp in #150
- SS-9745 WebMCP support for App Builder by @LemToUp in #151
- Task/ss 9817 improve button flex by @LemToUp in #152
- SS-9620: Add config validation command by @LemToUp in #143
- SS-9721: Add manage state protection theme variable by @LemToUp in #154
Full Changelog: https://github.com/shapediver/AppBuilderSdk/compare/AppBuilderMain@1.9.0...AppBuilderMain@1.10.0