CHANGELOG.md in ecoportal-api-v2-0.8.28 vs CHANGELOG.md in ecoportal-api-v2-0.8.29
- old
+ new
@@ -1,16 +1,26 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.8.28] - 2022-05-31
+## [0.8.29] - 2022-06-xx
### Added
- - `Ecoportal::API::V2::Page::Component::File` added `label`
- - `Ecoportal::API::V2::Page::Component::Image` added `upload_id` and `file_file_name`
+ - `Ecoportal::API::V2::Page::Component::ActionField#permitted_person_schema_ids`
+ - Integration for the new feature
+ - `Ecoportal::API::V2::Pages::PageStage#uid` new method for directly rendering the uid
### Changed
+ - `Ecoportal::API::V2::Page::Component::PeopleField#configure_permits`
+ - Allow for `can_view` to prevent unnecessary errors
### Fixed
+ - `Ecoportal::API::V2::Page::PermissionFlags#configure` fixed typo
+
+## [0.8.28] - 2022-05-31
+
+### Added
+ - `Ecoportal::API::V2::Page::Component::File` added `label`
+ - `Ecoportal::API::V2::Page::Component::Image` added `upload_id` and `file_file_name`
## [0.8.27] - 2022-04-25
### Added
- `Ecoportal::API::Common::Content::CollectionModel#clear`