CHANGELOG.md in ccs-frontend_helpers-0.1.1 vs CHANGELOG.md in ccs-frontend_helpers-0.1.2
- old
+ new
@@ -1,4 +1,9 @@
+## [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.
+
## [0.1.1] - 2023-10-25
Fix some bugs with various helpers and update dependencies
## [0.1.0] - 2023-02-22