Sha256: 7f50a87b1ae21791a04e642eb7bf367d50bad792ebe82fbeebe53a40b49211ed

Contents?: true

Size: 466 Bytes

Versions: 5

Compression:

Stored size: 466 Bytes

Contents

# 4.0

* Get rid of the annoying `ActionController` dependency that needs to be passed into each cell. We only need it for "contextual links", when people wanna link to the same page. Make them pass in a URL generator object as a normal argument instead.
* Generated cells will be view models per default.
* Introduce Composition as in Reform, Representable, etc, when passing in a hash.
    ```ruby
      include Composition
      property :id, on: :comment
    ```

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
cells-jamie-4.0.0.alpha1 TODO.md
cells-3.11.3 TODO.md
cells-3.11.2 TODO.md
cells-3.11.1 TODO.md
cells-3.11.0 TODO.md