Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosten committed Oct 26, 2024
1 parent abb800d commit 13c106a
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
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]

0 comments on commit 13c106a

Please sign in to comment.