Skip to content

Commit

Permalink
Update changelog and version for v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Devindra committed Mar 29, 2022
1 parent 90b4a90 commit a26c4f5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
46 changes: 26 additions & 20 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
v0.6.3:
date: 2022-03-29
changes:
- Update to twitter-text 2+
- Allow support for Rails 7

v0.6.2:
date: 2020-10-20
changes:
- Allow superscript tags
date: 2020-10-20
changes:
- Allow superscript tags

v0.6.1:
date: 2020-02-12
changes:
- Rails 6 support
date: 2020-02-12
changes:
- Rails 6 support

v0.6.0:
date: 2019-02-19
changes:
- Added custom_block_types to improve block class lookup performance
changes:
- Added custom_block_types to improve block class lookup performance

v0.4.0:
date: 2014-05-20
changes:
- Renamed gem sir_trevor_rails (used to be sir-trevor-rails)
- Removed sir trevor JS and all its dependencies (should install files manually or from bower from now on)
- Removed all the view helpers appart from sir_trevor_markdown (render_sir_trevor, render_sir_trevor_block, render_sir_trevor_image, sir_trevor_image_tag, parse_sir_trevor are all gone)
- Removed the form helper (no more sir_trevor_text_area)
- Added has_sir_trevor_content.rb as a concern for models with ST content
- Remove jQuery rails dependency
- Use view resolvers and to_partial_path to render ST content (instead of the view helper)
- Add block array class
- Add block classes
- Add lookup methods on the block array
date: 2014-05-20
changes:
- Renamed gem sir_trevor_rails (used to be sir-trevor-rails)
- Removed sir trevor JS and all its dependencies (should install files manually or from bower from now on)
- Removed all the view helpers appart from sir_trevor_markdown (render_sir_trevor, render_sir_trevor_block, render_sir_trevor_image, sir_trevor_image_tag, parse_sir_trevor are all gone)
- Removed the form helper (no more sir_trevor_text_area)
- Added has_sir_trevor_content.rb as a concern for models with ST content
- Remove jQuery rails dependency
- Use view resolvers and to_partial_path to render ST content (instead of the view helper)
- Add block array class
- Add block classes
- Add lookup methods on the block array
2 changes: 1 addition & 1 deletion lib/sir_trevor_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SirTrevorRails
VERSION = "0.6.2"
VERSION = "0.6.3"
end

0 comments on commit a26c4f5

Please sign in to comment.