Sha256: 19a9cf239c1daa3045f34d90bb314ff5bac03c5a721d0be0dea326a234cddded

Contents?: true

Size: 523 Bytes

Versions: 1

Compression:

Stored size: 523 Bytes

Contents

# v 0.2.1
(Oct 24, 2017)

* Fixes bugs, and supports IE.

# v 0.2.0
(July, 10, 2017)

* Supports multiple content_highlightable columns per model
  ```
  acts_as_content_highlightable_on [:summary, :content]
  ```
* Added ActsAsContentHighlightabl.extract_text_from_html(text) method
  - can be used to extract text from HTML content.
* Extract `can_remove_highlight?(user)` method from controller to ContentHighlight model
  - Can customize removal permissions - better than just checking (highlight.user == current_user)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_content_highlightable-0.2.1 changelog.md