Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## 2.8.2 ( October 19th, 2022 )

- Added the ability to prevent the automatic loading of WebID's and Profiles from SessionProvider, this is useful when building provisioning applications where the user has logged in, but doesn't yet have a WebID or Pod or Profile documents.
- Fixed issue with sourcemaps not being included in our package tarballs

## 2.8.1 ( October 10, 2022)
## 2.8.1 ( October 10, 2022 )

- Upgrade Inrupt SDKs to latest versions
- Upgrade typescript to ^4.8.4, this should help with sporadic issues with mismatches in the `fetch` type definitions

## 2.8.0 ( June 6, 2022)
## 2.8.0 ( June 6, 2022 )

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-ui-react",
"version": "2.8.1",
"version": "2.8.2",
"description": "Set of UI libraries using @solid/core",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/context/sessionContext/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface ISessionProvider {
/** @since 2.3.0 */
onSessionRestore?: (url: string) => void;
/**
* @since unreleased
* @since 2.8.2
* @experimental
* */
skipLoadingProfile?: boolean;
Expand Down