CHANGELOG.md in ccs-frontend_helpers-0.5.0.beta0 vs CHANGELOG.md in ccs-frontend_helpers-0.5.0.beta1
- old
+ new
@@ -1,109 +1,115 @@
# Changelog
-## Unreleased
+All notable changes to this project will be documented in this file.
-## [0.5.0.beta0] - 2024-06-07
+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).
-Internal change to use CCS Frontend fixtures to test the CCS frontend components.
-This included some minor changes to the HTML for the components.
+## [Unreleased]
-## [0.4.0] - 2024-05-20
+## [0.5.0.beta1] - 2024-06-07
-Update components to be compatible with GOV.UK Frontend v5.4
+### Changed
-## [0.3.0] - 2024-04-12
+- Internal change to use CCS Frontend fixtures to test the CCS frontend components.
+ This included some minor changes to the HTML for the components.
-Update components to be compatible with GOV.UK Frontend v5.3
+## [0.4.0] - 2024-05-20
-### 🆕 New features
+### Added
-The following GOV.UK helpers have been added:
+- Update components to be compatible with GOV.UK Frontend v5.4
-- Password input
+## [0.3.0] - 2024-04-12
-## [0.2.0] - 2024-03-13
+### Added
-### 💥 Breaking changes
+- Update components to be compatible with GOV.UK Frontend v5.3
+- The following GOV.UK helpers have been added:
+ - Password input
-Update components to be compatible with GOV.UK Frontend v5.2
+## [0.2.0] - 2024-03-13
-For pagination, the option to enable ellipsis is now:
-```ruby
-{
- ellipsis: true
-}
-```
-instead of:
-```ruby
-{
- type: :ellipsis
-}
-```
+### Changed
-### 🏠 Internal changes
+- Update components to be compatible with GOV.UK Frontend v5.2
+- For pagination, the option to enable ellipsis is now:
+ ```ruby
+ {
+ ellipsis: true
+ }
+ ```
+ instead of:
+ ```ruby
+ {
+ type: :ellipsis
+ }
+ ```
+- Add tests for GOV.UK Frontend fixtures
-Add tests for GOV.UK Frontend fixtures
+### Added
-### 🆕 New features
+- The following GOV.UK helpers have been added:
+ - Exit this page
+ - Task list
-The following GOV.UK helpers have been added:
-
-- Exit this page
-- Task list
-
## [0.1.2] - 2023-11-16
-Fix issue with radios component which, when passed a model or form, would treat the value as an array.
-This did not cause an issue for strings as the `include?` method still works for them but if the value was a boolean or a number then an error would be thrown.
+### Fixed
+- Fix issue with radios component which, when passed a model or form, would treat the value as an array.
+ This did not cause an issue for strings as the `include?` method still works for them but if the value was a boolean or a number then an error would be thrown.
+
## [0.1.1] - 2023-10-25
-Fix some bugs with various helpers and update dependencies
+### Fixed
+- Fix some bugs with various helpers and update dependencies
+
## [0.1.0] - 2023-02-22
-Initial release of CCS Frontend Helpers.
-This release contains view helpers that are used to create GOV.UK and CCS components.
+### Added
-The following GOV.UK helpers have been added:
+- Initial release of CCS Frontend Helpers.
+ This release contains view helpers that are used to create GOV.UK and CCS components.
-- Accordion
-- Back link
-- Breadcrumbs
-- Button
-- Character count
-- Checkboxes
-- Cookie banner
-- Date input
-- Details
-- Error message
-- Error summary
-- Fieldset
-- File upload
-- Footer
-- Form group
-- Header
-- Hint
-- Inset text
-- Notification banner
-- Pagination
-- Panel
-- Phase banner
-- Radios
-- Select
-- Skip link
-- Step by step navigation
-- Summary list
-- Table
-- Tabs
-- Tag
-- Text input
-- Textarea
-- Warning text
+- The following GOV.UK helpers have been added:
+ - Accordion
+ - Back link
+ - Breadcrumbs
+ - Button
+ - Character count
+ - Checkboxes
+ - Cookie banner
+ - Date input
+ - Details
+ - Error message
+ - Error summary
+ - Fieldset
+ - File upload
+ - Footer
+ - Form group
+ - Header
+ - Hint
+ - Inset text
+ - Notification banner
+ - Pagination
+ - Panel
+ - Phase banner
+ - Radios
+ - Select
+ - Skip link
+ - Step by step navigation
+ - Summary list
+ - Table
+ - Tabs
+ - Tag
+ - Text input
+ - Textarea
+ - Warning text
-The following CCS helpers have been added:
-
-- Dashboard Panels
-- Logo
-- Header
-- Footer
+- The following CCS helpers have been added:
+ - Dashboard Panels
+ - Logo
+ - Header
+ - Footer