Releases: SolidOS/solid-ui
Releases · SolidOS/solid-ui
v2.4.6
v2.2.0
Fixed a bug in create.newThingUI
Making use of new context object
We've introduced a new context object that views will make use of. Read more about it in [email protected]
Bug fix
v1.2.4 (22 October 2019)
Note that version 1.2.3 was skipped; halfway during its publication, it turned out it included a bug for TypeScript users, so it was aborted.
Bugs fixed
- The version of rdflib that was included did not send
PATCH
requests to Node Solid Server instances other than the one on which it was running. - When the current user's preferences file could not be fetched (e.g. because the origin on which the code is running did not have access to it), the code would stop running. This caused folders to not expand in the Data Browser.
Changed
- solid-ui is now authored in TypeScript, and thus now includes type definitions. Nothing should change for people not using TypeScript. For those using TypeScript, note that the type definitions are still very much incomplete and include lots of
any
s - this should improve in the future.