CHANGELOG.md in ecoportal-api-v2-0.8.21 vs CHANGELOG.md in ecoportal-api-v2-0.8.22
- old
+ new
@@ -1,18 +1,26 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [0.8.22] - 2021-12-23
+
+### Added
+### Changed
+### Fixed
+ - `Ecoportal::API::V2::Page::Section#add_component` was not using correctly `before` and `after`
+ - It was not correctly translating them into the existing component
+
## [0.8.21] - 2021-12-15
### Added
- To children of `Ecoportal::API::V2::Page::Component` added method `#to_s` (for exporting)
- `Ecoportal::API::V2::Page::Component::ReferenceField`
- added `#references` (the lookup results)
- added `#reference_ids` (the `ids` of the referenced oozes)
### Changed
- Re-exposed `Ecoportal::API::V2::Stages#ordered`
-
+
### Fixed
- `Ecoportal::API::V2::Page::Component::ImagesField#images` typo in `klass`
## [0.8.20] - 2021-12-09