Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 18, 2024
1 parent 5b61a76 commit ca1ec04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Added support for phoenix_html `v4`. You can also continue using phoenix_html `v3`.
- Added support for phoenix_html `v4`. You can also continue using phoenix_html `v3`. To replace `Phoenix.HTML.Form` input helpers removed in phoenix_html `v4`, new components `ui_raw_input` and `ui_raw_label` were added.
- Added support for bitstyles `v5.0.0`. You can continue using bitstyles_phoenix with a lower bitstyles version, or migrate your codebase to bitstyles `v5.0.0`.

### How to migrate to bitstyles `v5.0.0`
Expand Down
2 changes: 1 addition & 1 deletion lib/bitstyles_phoenix/component/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ defmodule BitstylesPhoenix.Component.Form do

@doc """
Renders an input, select, or textarea.
Direct usage is discouraged in favor of `ui_input` that comes with a label and errors.
Direct usage is discouraged. Use `ui_input` instead that comes with a label and errors.
A `Phoenix.HTML.FormField` may be passed as argument,
which is used to retrieve the input name, id, and values.
Expand Down

0 comments on commit ca1ec04

Please sign in to comment.