-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Architectural changes
Switching from a nested parent-child structure to a more flat one where all components do not rely only on being nested to be mounted.
Breaking changes
- Remove
createApp(replaced byregisterComponent) - Make custom events bubble up by default ([Feature] Enable bubbling and cancelation for custom events #630)
- Remove the
$parentproperty - Remove the
$rootproperty
Potential breaking changes
- Refactor
ChildrenManager(is it still needed?) - Refactor
EventsManagerwith the new bubbling of events
New features
- Add support for querying other components ([Feature] Add
queryComponentutility functions #669)
Other changes
Breaking changes
- Remove ability to configure the blocking feature
- Maybe remove prefix and attributes feature configuration (to reduce size)
- Update default breakpoints to match updated breakpoints from @studiometa/tailwind-config
- Remove the
LoadService - Make
ResponsiveOptionsManagerthe default, maybe remove manager configuration?
New features
Some features from @studiometa/ui might be included in the framework when their API is stable enough.
-
Actioncomponent -
Transitioncomponent -
Fetchcomponent -
DataModel,DataBind,DataComputedandDataEffectcomponents
Metadata
Metadata
Assignees
Labels
No labels