Sha256: af81c221934bf8cf844071002855abdcf2efc2f6797e076cd0e853ecb590d0a8
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# v1.3.3 * Do not raise error when sidecar files that are not templates exist. *Joel Hawksley* # v1.3.2 * Support rendering views from inside component templates. *Patrick Sinclair* # v1.3.1 * Fix bug where rendering nested content caused an error. *Joel Hawksley, Aaron Patterson* # v1.3.0 * Components are rendered with enough controller context to support rendering of partials and forms. *Patrick Sinclair, Joel Hawksley, Aaron Patterson* # v1.2.1 * `actionview-component` is now tested against Ruby 2.3/2.4 and Rails 5.0.0. # v1.2.0 * The `render_component` test helper has been renamed to `render_inline`. `render_component` has been deprecated and will be removed in v2.0.0. *Joel Hawksley* * 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. *Joel Hawksley* # v1.1.0 * Components now inherit from ActionView::Component::Base *Joel Hawksley* # v1.0.1 * Always recompile component templates outside production. *Joel Hawksley, John Hawthorn* # v1.0.0 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionview-component-1.3.3 | CHANGELOG.md |