You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
13
14
14
### Changed
15
15
16
-
*[BREAKING] The API of Flowbite::InputField::RadioButton now follows the same structure as the other components for hints. Instead of passing a String (`hint: "This is the hint"`) you now have to pass a Hash that's passed along to the Hint component (ie`hint: {content: "This is the hint"}`), allowing you to customize other options (eg HTML attributes like class) as well.
16
+
*[BREAKING] The API of Flowbite::InputField::RadioButton now follows the same structure as the other components for hints. Instead of passing a String (`hint: "This is the hint"`) you now have to pass a Hash that's passed along to the Hint component (i.e.`hint: {content: "This is the hint"}`), allowing you to customize other options (eg HTML attributes like class) as well.
17
17
18
18
### Removed
19
19
@@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
25
25
* Flowbite::Link component to render links.
26
26
* Flowbite::Card now displays a title via the title argument/slot.
27
27
* Improved error message when an unknown style is requested.
28
-
* Input-elements now support forms without an object; ie forms built with `form_tag` - not `form_for` or `form_with`.
28
+
* Input-elements now support forms without an object; i.e. forms built with `form_tag` - not `form_for` or `form_with`.
29
29
30
30
### Changed
31
31
@@ -34,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments