You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-15Lines changed: 28 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,41 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## [Unreleased]
9
9
10
-
## Changed
10
+
## [0.1.0] - 2025-02-20
11
+
12
+
### Added
11
13
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
17
14
- 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
19
31
- Replace seperate npm lock files with yarn workspaces
20
32
- Add [nx](nx.dev) as monorepo tool to run multipe jobs at once
21
33
- Removed /loama prefix in url
22
34
- 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
24
35
- Try to refresh existing sessions (0-click refresh)
25
-
- Add confirm dialog when granting control permission
26
36
- 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
29
37
- 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))
0 commit comments