Skip to content

Releases: SolidOS/pane-registry

v2.5.1

19 Sep 08:12

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

20 Aug 07:40
f7042b9

Choose a tag to compare

What's Changed

Full Changelog: v2.4.27...v2.5.0

v2.4.6

27 Jan 17:35

Choose a tag to compare

2.4.6

v2.4.5

27 Dec 11:24

Choose a tag to compare

Merge branch 'main' of https://github.com/solid/pane-registry into main

v2.4.4

20 Dec 16:29

Choose a tag to compare

2.4.4

v2.4.1

10 Mar 18:14

Choose a tag to compare

2.4.1

v2.4.0

03 Mar 18:13
fcb8a8b

Choose a tag to compare

adds solid logic to data browser session

v2.0.1-0

20 Dec 10:42

Choose a tag to compare

v2.0.1-0 Pre-release
Pre-release

Adding LiveStore and ConnectedStore, as well as upgrading to prerelease of rdflib (v1.0.7-2)

Introducing data browser context

23 Nov 10:46

Choose a tag to compare

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.