Changelog
- Updated performance when rendering large layouts
- Added shift key support to maintain aspect ratio during resize
- Fixed an issue where the image object lock attribute was not included in the data exported from the toolkit
- Adds a new event handler named
onImageHover
which is applicable in User mode
- Fixed an issue where the custom selected seat icon is not visible
- Removed a few unused types from custom styles
- Complete UI overhaul with a new design system
- Adds support for element rotation
- Adds support for passing external shapes into the toolkit
- Fixes an issue where the styles of the category and section selector were not being applied correctly.
- Adds 2 new actions,
actions.selectElement
andactions.getState
to select an element and retrieve the updated state respectively. - Exposes the
store
object which is the Redux store used by the toolkit to manage its state.
- Styling conflicts with other design systems by scoping the Tailwind base styles
- Wraps the toolkit with a div with the class name "stk-core" to enable scoping of the toolkit styles. An additional property is added to the style prop under
core
to allow customization of the core div.