Skip to content

Commit 84c68ae

Browse files
committed
mashlib@2.1.1
1 parent 361d9d7 commit 84c68ae

3 files changed

Lines changed: 32 additions & 17 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ to show a novel way for your Solid project to interact with a Solid pod server.
2222
You can also join the Matrix chat [for solidcommunity.net](https://matrix.to/#/#solid_solidcommunity.net:gitter.im)
2323
or [for Pivot as piece of config+software](https://matrix.to/#/#solid_pivot:matrix.org).
2424

25+
## Changelog
26+
27+
### - mashlib v2.0.0
28+
29+
As from mashlib v2 the config/customise-me.json contains new parameters to :
30+
- remove CSS default `Markdown to Html converter`
31+
- include `mashlib chunks` in the static assets entries
32+
33+
### - removal of css-mashlib dependency
34+
35+
With the removal of css-mashlib dependency, templates are located in the `/templates folder`. The config/customise-me.json has been updated accordingly.
36+
37+
38+
2539
## Warning
2640
With Pivot's default settings, when a pod owner authenticates to a Solid app, this app can get full access to that user's data, on their own pod and elsewhere. This is not how we envision Solid's trinity of WebId's, Pods, and Solid apps, but it's what we have implemented so far. This is a problem that is not specific to Pivot, but that is shared among all WAC-based implementations of Solid.
2741

package-lock.json

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@inrupt/solid-client-authn-core": "^3.1.1",
4040
"@solid/community-server": "^7.1.8",
41-
"mashlib": "^2.1.0",
41+
"mashlib": "^2.1.1",
4242
"rdflib": "^2.3.5"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)