-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and version for v0.6.3
- Loading branch information
Devindra
committed
Mar 29, 2022
1 parent
90b4a90
commit a26c4f5
Showing
2 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |