Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
update client changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-stebbings authored and adaburrows committed Nov 30, 2023
1 parent b074599 commit 309b8f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to the `@neighbourhoods/client` package will be documented in this file.

## v0.0.9 - 2023-11-30
- `getMethods()` method created on the store which returns all Methods from the global Sensemaking space (created from an applet config or through the UI).
- `getMethodsForDimension()` method created on the store which returns all Methods created with a particular input or output dimension entry hash.
- `GetMethodsForDimensionQueryParams` input type added for the above method, which needs a `dimensionEh` and a `dimensionType` `"output"` or `"input"`.
## v0.0.8 - 2023-11-21
- `ResourceDef` fields have been updated: `name` is now `resource_name`, and the following three fields have been added to store where the resource entry is stored: `installed_app_id`, `role_name` and `zome_name`.
- `resource_defs` in `AppletConfig` has been reverted to type `{ [resourceDefName: string]: EntryHash, }` and `resource_defs` in `AppletConfigInput` has been reverted to type `Array<ConfigResourceDef>`.
Expand Down

0 comments on commit 309b8f0

Please sign in to comment.