dyne / starters

📐 Projects template starters of Dyne.org
7 stars 1 forks source link

feat(collectionManager): improved relations API #340

Closed bbtgnn closed 1 month ago

bbtgnn commented 1 month ago

Changelog

1 - Breaking change

CollectionManager prop inverseExpand has been removed.

Now all possible relations are available in the expand prop:

Screenshot 2024-10-31 alle 02 15 24

2 - Change

CollectionManager prop subscribe has changed type

export let subscribe: 'off' | 'expand-collections' | CollectionName[] = 'expand-collections'

NOTE By default, the collection manager subscribes to the main collection and the authorizations collection

3 - Refactoring

Codegen has been improved