Sha256: 3a533331cae79223522885aec9ba2c93142c89ed032dc305461ce691b267e9e0

Contents?: true

Size: 503 Bytes

Versions: 22

Compression:

Stored size: 503 Bytes

Contents

# 4.0

* Add tests for with_assets config


* 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

22 entries across 22 versions & 1 rubygems

Version Path
cells-4.0.0.beta2 TODO.md
cells-4.0.0.beta1 TODO.md