Releases: joelmoss/phlexible
Releases · joelmoss/phlexible
v2.0.0
- BREAKING: As per the change in Phlex 1.10.0, the
template
method is renamed tovew_template
. This release exclusively uses that new name.
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Full Changelog: v0.7.0...v1.0.0
- breaking:
ControllerAttributes
is nowControllerVariables
with a friendlier API. - feat: Support for
ControllerVariables
inPhlex::Rails::Layout
. - feat: Added
MetaTags
component to aid in easy HTML meta tag definitions. - fix(ImplicitRender): Use
camelize
instead ofclassify
on view path.
0.7.0
Full Changelog: v0.6.2...v0.7.0
- feat(ButtonTo) add
form_attributes
option, which will assigned to the form tag.
0.6.1
Full Changelog: v0.6.0...v0.6.1
- fix
safe_constantize
forphlex_view_path
to ensure responders gem compatibility.
0.6.0
Full Changelog: v0.5.0...v0.6.0
-
fix(ImplicitRender) Change view path as per Phlex defaults.
The default path to a Phlex view is[:controller_path]/[:action_name]_view
, which isclassify
'ed
and constantized. You can override this by defining aphlex_view_path
method in your controller.def phlex_view_path(action_name) "views/#{controller_path}/#{action_name}" end
0.5.0
Full Changelog: v0.4.2...v0.5.0
- [feat] Accept
:params
keyword argument toButtonTo
- [feat]
ControllerAttributes
- Raise on undefined controller instance variable - [chore] Update dependencies
0.1.0
Initial release! 🔥
Full Changelog: https://github.com/joelmoss/phlexible/commits/v0.1.0