# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
-

### Changed

-

### Removed

-

## [0.1.7] - 2025-01-14
### Changed
- Added an Image Button Collection component
### Fixed
- Fixed use of `PageSearch` LiveView component in `ButtonCollection`

## [0.1.6] - 2025-01-15
### Fixed
- Image URL for image components is now presigned S3 URL

## [0.1.5] - 2025-01-14
### Changed
- Added a Page Search component, to make searching for internal pages nice and easy
- Edited the Buttons to use the new Page Search component

## [0.1.4] - 2025-01-10
### Changed
- Renamed button components:
  - button > cta_button
  - simple_button > button
- Added a new component: `button_collection`

## [0.1.3] - 2024-12-20
### Fixed
- A bug prevented the custom components from getting listed

## [0.1.2] - 2024-12-20
### Changed
- Added several compoents
- Changed the components serializers so they can be overwritten
- Fixed some docs

## [0.1.1] - 2024-12-17
### Changed
- Moved heroicons around

## [0.1.0] - 2024-12-17
### Added
- This is our initial version

[unreleased]: https://github.com/fishonfire/scales_cms/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/fishonfire/scales_cms/releases/tag/v0.1.0
