Skip to content
This repository was archived by the owner on May 25, 2021. 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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Solid React Application Generator

## 0.4.1 (April 4, 2019)

#### Solid React Application Base

##### Added
- Profile page now receives updates in real time. If you change your profile elsewhere, such as the data browser, the profile page will immediately be updated to reflect those changes
- Language Selection dropdown now includes flag icons

##### Removed
- Welcome page no longer has a logout button

##### Fixed
- Max image size is now displayed in the error message displayed when the size is exceeded
- Profile image in top nav is now updated immediately when a new profile image is uploaded
- Footer now has a mobile-friendly display when resolution is too low

## 0.4.0 (March 20, 2019)

#### Solid React Application Base
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@fortawesome/free-brands-svg-icons": "^5.8.0",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"@inrupt/solid-react-components": "^0.4.0-rc",
"@inrupt/solid-react-components": "^0.3.2",
"@inrupt/solid-style-guide": "^0.1.26",
"@rdfjs/data-model": "^1.1.1",
"@solid/query-ldflex": "^2.4.0",
Expand Down