Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 683dc81

Browse files
update changelog for v2.7.0
1 parent e77883b commit 683dc81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
## Unreleased
66

7-
## 2.6.1
7+
## 2.7.0 ( January 20, 2022 )
88

99
### New features
1010

1111
- The `Image` component now takes an optional prop `allowDelete`, which renders a default delete button that will remove the value from the dataset. It is also possible to pass a `deleteComponent` to render a custom delete button in place of the default.
1212

13+
## 2.6.1
14+
15+
### New features
16+
1317
- The `Image` component now allows for a new image to be saved even if the property is not found in the dataset, by passing a `solidDataset` where the Thing should be set after updating, and a `saveLocation` where the image file should be stored.
1418

1519
### Bugfixes

0 commit comments

Comments
 (0)