Releases: SolidOS/pane-registry
Releases · SolidOS/pane-registry
v2.5.1
What's Changed
- Bump lint-staged from 16.1.5 to 16.1.6 by @dependabot[bot] in #40
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- New node version 20.19.2 by @timea-solid in #37
- Update dep by @timea-solid in #38
Full Changelog: v2.4.27...v2.5.0
v2.4.6
v2.4.5
v2.4.4
v2.4.1
v2.4.0
v2.0.1-0
Introducing data browser context
Breaking change
We're changing signatures of some central methods, namely label, mintNew, and render, which all make use of the new context object.
The context object passes some useful methods and properties to the various views, most significantly the ability to refer to other views (through context.session.paneRegistry) and the global store (through context.session.store). You can also still refer to the DOM object, e.g. for creating HTML elements, with context.dom. Not that there's also a getOutliner method on the context object, but this is only there as a hack to not break some existing functionality in older views.
Check index.d.ts for types.