Releases: joelmoss/phlexible
Releases · joelmoss/phlexible
v3.0.0
What's Changed
- Phlex 2 support by @triskweline in #2
New Contributors
- @triskweline made their first contribution in #2
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.0.0
- BREAKING: As per the change in Phlex 1.10.0, the
templatemethod 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:
ControllerAttributesis nowControllerVariableswith a friendlier API. - feat: Support for
ControllerVariablesinPhlex::Rails::Layout. - feat: Added
MetaTagscomponent to aid in easy HTML meta tag definitions. - fix(ImplicitRender): Use
camelizeinstead ofclassifyon view path.
0.7.0
Full Changelog: v0.6.2...v0.7.0
- feat(ButtonTo) add
form_attributesoption, which will assigned to the form tag.
0.6.1
Full Changelog: v0.6.0...v0.6.1
- fix
safe_constantizeforphlex_view_pathto 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_pathmethod 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
:paramskeyword 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