Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Apr 22, 2024
1 parent 9ceee86 commit 12ed785
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
0.31.0
------
- chore: Improve typing in registry
- refactor: Add getPathComponent function in registry, to separate from generic getComponent function
- feat: add parseSearchQueryParamFunction in registry
- feat: Modify getItemsColumns function in client
- fix: Default value checkbox

Breaking changes:

In items columns properties, updated the child prop.

Before:

(m: ItemModel, _navigate: () => void, search: boolean) => React.ReactNode

After:

({ model, search, link }: ItemColumnChild) => React.ReactNode



0.30.1
------
- fix: size param in elasticsearch function
Expand Down

0 comments on commit 12ed785

Please sign in to comment.