-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
<!-- You should *NOT* be adding new change log entries to this file. | ||
You should create a file in the news directory instead. | ||
For helpful instructions, please see: | ||
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request | ||
--> | ||
|
||
<!-- towncrier release notes start --> | ||
|
||
# 1.2.0 (2024-10-26) | ||
|
||
- Add CHANGELOG.md [fosten] | ||
- Add customSettings.js [fosten] | ||
|
||
# 1.1.0 (2024-06-27) | ||
|
||
- Add multiple locations [fosten] | ||
- Add land_type_selector [fosten] | ||
- Export/import customizer, loginSchema, WholeDataResponse, WholePlantTypeResponse [fosten] | ||
- Add default startdate if start_date_selector is null [fosten] | ||
- Add start_date_selector and end_date_selector [fosten] | ||
- Add sort_selector [fosten] | ||
- Add status_selector [fosten] | ||
- Add logchoices array [fosten] | ||
- Move plant_type filter into farm.log.fetch filter [fosten] | ||
- If both filters are unset, prompt user to set filter [fosten] | ||
- Add PlantLogs block [fosten] | ||
- Replace farm.remote.request with farm.asset.fetch [fosten] | ||
|
||
# 1.0.0 (2024-06-06) | ||
|
||
- Replace axiosClient.get with farm.remote.request [fosten] | ||
- Store combodata IDs and URLs in arrays [fosten] | ||
- Sort API requests by name [fosten] | ||
- Retrieve paginated API data in Sidebar.jsx [fosten] | ||
- Remove localStorage, filter on plant_type.id [fosten] | ||
- Add taxonomy_term/plant_type API call to Sidebar.jsx [fosten] | ||
- Retrieve paginated API data in View.jsx [fosten] | ||
- Add customizer function, require lodash [fosten] | ||
- Limit response2 response3 to data.attributes.name [fosten] | ||
|
||
# 0.2.0 (2023-07-28) | ||
|
||
- Create APIlogin [fosten] | ||
- Add PlantType volto block [fosten] | ||
- Call PlantAsset relationships links [fosten] | ||
- Add README.md [fosten] | ||
- Add farmOS.js dependency [fosten] | ||
- Add PlantAssets block [fosten] | ||
|
||
# 0.1.0 (2023-04-13) | ||
|
||
- Initial commit [fosten] |