Skip to content

Releases: ViewComponent/view_component

v1.2.1

28 Aug 23:20
ac773dd
Compare
Choose a tag to compare

actionview-component is now tested against Ruby 2.3/2.4 and Rails 5.0.0.

v1.2.0

28 Aug 18:30
1783742
Compare
Choose a tag to compare
  • The render_component test helper has been renamed to render_inline. render_component has been deprecated and will be removed in v2.0.0.

  • Components are now rendered with render MyComponent, foo: :bar syntax. The existing render MyComponent.new(foo: :bar) syntax has been deprecated and will be removed in v2.0.0.

v1.1.0

27 Aug 19:23
42f4746
Compare
Choose a tag to compare

This release moves the base class to ActionView::Component::Base.

This release introduced a breaking change and thus broke SemVer protocol.

v1.0.1

23 Aug 17:00
a9570d4
Compare
Choose a tag to compare

This release fixes a bug where component templates were not reloaded in development.

ActionView::Component v1.0.0

20 Aug 16:23
41974a2
Compare
Choose a tag to compare

This release extracts the ActionView::Component library from the GitHub application.

It will be published on RubyGems under the existing actionview-component gem name, as @chancancode has passed us ownership of the gem.