Releases: camertron/rux-rails
Releases · camertron/rux-rails
v2.0.0
2.0.0
- Remove the
Image,Audio, andVideocomponents (was anyone actually using these?) - Remove support for Rails 6.1 and 6.0.
- Upgrade to onload v1.1 and rux to v1.3.
- Add
config.rux.ignore_pathto Rails config for controlling which ignore file should be populated with generated paths.
- Add
- Add a series of Rails helper components:
Rails::ButtonToRails::LinkToRails::ContentTagRails::FormWithRails::LabelRails::ButtonRails::HiddenFieldRails::PasswordFieldRails::TextField
- Add the
Rux::Componentcomponent for rendering component instances.- Eg:
<Rux::Component instance={@child} />.
- Eg: