Skip to content

Commit 934edbb

Browse files
committed
CHANGELOG for v0.1.0
1 parent 95aa2bf commit 934edbb

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

CHANGELOG.md

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
99

10-
## Changed
10+
## [0.1.0] - 2025-02-20
11+
12+
### Added
1113

12-
- removed pnpm dependency
13-
- works for Node 20 LTS
14-
- general API cleanup
15-
- separated into more targeted modules
16-
- Reworded some labels to make loama fit better in the solid ecosystem vocabulary
1714
- Introduced select component which can create new permission subjects
18-
- clone index item permission array to remove references
15+
- Added a toaster component to loama for better ux when an error occurs
16+
- Add confirm dialog when granting control permission
17+
- Adds a switch will remove the access of a user. It preserves the given permissions in the index & will prevent remote from overwriting these when an item is disabled
18+
- Add button to remove access from resource for subject
19+
- Add pinia store for external state management in loama
20+
- Add default image for logged in user
21+
22+
### Fixed
23+
24+
### Changed
25+
26+
- Works for Node 20 LTS
27+
- General API cleanup
28+
- Separated into more targeted modules
29+
- Reworded some labels to make loama fit better in the solid ecosystem vocabulary
30+
- Clone index item permission array to remove references
1931
- Replace seperate npm lock files with yarn workspaces
2032
- Add [nx](nx.dev) as monorepo tool to run multipe jobs at once
2133
- Removed /loama prefix in url
2234
- Rewritten the controller package to make the store & permission management logic modulair
23-
- Added a toaster component to loama for better ux when an error occurs
2435
- Try to refresh existing sessions (0-click refresh)
25-
- Add confirm dialog when granting control permission
2636
- Load index eagerly when requesting info about container resources
27-
- Adds a switch will remove the access of a user. It preserves the given permissions in the index & will prevent remote from overwriting these when an item is disabled
28-
- Add button to remove access from resource for subject
2937
- Change components so everything uses typescript
30-
- Add pinia store for external state management in loama
31-
- Add default image for logged in user
32-
- Apps can run in a non-empty base path ([issue #41](https://github.com/SolidLabResearch/loama/issues/41))
38+
- Apps can run in a configurable, non-empty base path ([issue #41](https://github.com/SolidLabResearch/loama/issues/41))
39+
40+
### Deleted
41+
42+
- Removed pnpm dependency
43+
44+
[0.1.0]: https://github.com/SolidLabResearch/loama/releases/tag/v0.1.0
45+
[Unreleased]: https://github.com/SolidLabResearch/loama/compare/v0.1.0...HEAD

0 commit comments

Comments
 (0)