Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

82 lines (45 loc) · 4.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[middleware-0.4.2] - 2023-01-30

@semapps/crypto

  • Move proxy service to signature package, split keypair service ab62eebc3 (⚠️ Breaking changes)
  • Handle non-GET methods on proxy endpoint through multipart/form-data 81793af4

@semapps/notifications

  • Add formatLink method to single-mail notifications a5dda0e2
  • Allow to add delay before processing notifications 42a82ebf

@semapps/auth

  • Local login: allow to redirect /auth to a given frontend URL (formUrl) 22e5f1cc
  • Fix reset password mails if frontendUrl has a trailing slash 4b16b950

@semapps/webacl

  • Fix getAclUriFromResourceUri if ending slash is missing from baseUrl 923de06f

[frontend-0.4.2] - 2023-01-30

@semapps/semantic-data-provider

  • Pod login & proxy authentication #1091 (⚠️ Breaking changes)
  • Convert sparqlwhere parameter to object if it is a string #1104

@semapps/auth-provider

  • Don't throw error if permissions cannot be fetched 54500de0

@semapps/interop-components

[middleware-0.4.1] - 2023-01-13

  • Use named routes for moleculer-web #1099

@semapps/core

  • Fix bug created datasets are always secure d181bfbc

@semapps/activitypub

  • Fix activitypub.actor.getProfile action 41fa295f

@semapps/auth

  • Fix auth.local.login action: return newUser false 6603dc86

@semapps/ldp

  • ldp.resource.upload: fix files type caddbf43

@semapps/inference

  • InferenceService: handle cases where triples are undefined fab3aaef

[frontend-0.4.1] - 2022-12-08

@semapps/activitypub-components

  • CommentsField: prevent page to scroll to input on load 1183b6f3
  • CommentsField: add placeholder prop abebb823

@semapps/interop-components

  • LexiconAutocompleteInput: fix no suggestion to add to dictionary on modal show a3902b68

[0.4.0] - 2022-11-23

For all changes prior to v0.4.0, see the Github releases