Skip to content

Commit

Permalink
Update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dennispassway committed Feb 3, 2021
1 parent acd9a48 commit 0cb1382
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.5

- add select component
- add custom fields to local values

## 1.0.4

- @Aratramba fixed a bug that showed a month as 'undefined'.
- Added listener to events. Fixes assets not being updated and reduces requests to Sanity Dataset.
- @Aratramba added lazy loading to asset, reducing requests to Sanity Dataset.
## 1.0.3

- Add support for `customFields` in config object.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-media-library",
"description": "The missing media library for Sanity. With filters per tag and filtetype. And it's fully themeable.",
"version": "1.0.3",
"version": "1.0.5",
"license": "MIT",
"author": "Dennis Passway",
"main": "lib/index.js",
Expand Down

0 comments on commit 0cb1382

Please sign in to comment.