Skip to content

Releases: joelmoss/phlexible

v2.0.0

15 Apr 11:06
Compare
Choose a tag to compare
  • BREAKING: As per the change in Phlex 1.10.0, the template method is renamed to vew_template. This release exclusively uses that new name.

Full Changelog: v1.0.0...v2.0.0

v1.0.0

21 Feb 12:32
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v1.0.0

  • breaking: ControllerAttributes is now ControllerVariables with a friendlier API.
  • feat: Support for ControllerVariables in Phlex::Rails::Layout.
  • feat: Added MetaTags component to aid in easy HTML meta tag definitions.
  • fix(ImplicitRender): Use camelize instead of classify on view path.

0.7.0

24 Nov 17:02
Compare
Choose a tag to compare

Full Changelog: v0.6.2...v0.7.0

  • feat(ButtonTo) add form_attributes option, which will assigned to the form tag.

0.6.1

24 Nov 16:48
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

  • fix safe_constantize for phlex_view_path to ensure responders gem compatibility.

0.6.0

24 Nov 17:00
Compare
Choose a tag to compare

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 is classify'ed
    and constantized. You can override this by defining a phlex_view_path method in your controller.

    def phlex_view_path(action_name)
      "views/#{controller_path}/#{action_name}"
    end

0.5.0

11 Sep 14:43
Compare
Choose a tag to compare

Full Changelog: v0.4.2...v0.5.0

  • [feat] Accept :params keyword argument to ButtonTo
  • [feat] ControllerAttributes - Raise on undefined controller instance variable
  • [chore] Update dependencies

0.1.0

10 Jan 21:51
Compare
Choose a tag to compare