diff --git a/CHANGELOG.md b/CHANGELOG.md index 566750bd..4c175355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Unreleased -* Allow custom errors classes to inputs . [@feliperenan](https://github.com/feliperenan) +* Add API to register custom components.[@feliperenan](https://github.com/feliperenan) +* Allow custom errors classes to inputs.[@feliperenan](https://github.com/feliperenan) * Remove support from Rails 4.0, 4.1 and 4.2. [@feliperenan](https://github.com/feliperenan) * Add support for citext, hstore, json & jsonb column types. [@swrobel](https://github.com/swrobel) diff --git a/README.md b/README.md index ee2c5a4f..aa2dc812 100644 --- a/README.md +++ b/README.md @@ -989,6 +989,92 @@ when the content is present. end ``` +## Custom Components + +When you use custom wrappers, you might also be looking for a way to add custom components to your +wrapper. The default components are: + +```ruby +:label # The