We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab653d commit 33eb295Copy full SHA for 33eb295
1 file changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.6.1] - 2025-08-28
4
+
5
### Breaking Changes
6
7
This release includes several breaking changes to improve consistency with Phlex 2.x conventions and better organize the codebase.
@@ -107,7 +109,7 @@ Run bundle update to update dependencies:
107
109
- Safe mass assignment protection against unauthorized attributes
108
110
- Field input type helper methods for Rails forms:
111
- `field.email` for email input type
- - `field.password` for password input type
112
+ - `field.password` for password input type
113
- `field.url` for URL input type
114
- `field.tel` (with `phone` alias) for telephone input type
115
- `field.number` for number input type
0 commit comments