- Furthermore support Rails 7.0
- Removing the dependencies for sprocket-rails as a consequences of that gem no longer needed in Rails 7
- Add dependencies to support Rails 6.1
- parent_name is deprecated in rails 6 and gone in 6.1
- Update I18n translation function
- Change assertion function in spec
- Bump ruby version to be at least 3.0
-
Pull Request 28 - [Development] remove
.ruby-versionfile - by @JuanitoFatas -
Pull Request 26 - Scope JavaScript methods under controller name and action - by @sohymg.
- Pull Request 27 - Add Ruby 2.3 Frozen string literal pragma - by @JuanitoFatas
- Pull Request 25 - Cache
page_titleresult - by @choonkeat.
- Pull Request 23 - Fix #flash_messages not properly apply
html_safeed.
- Pull Request 21 - Fix page controller class bug for nested-level controllers - by @allenwq.
-
Pull Request 15 - Updated javascript_initialization to take in options to define custom action name - by @yzdong.
-
Pull Request 13 - Add config to choose between underscored or hyphenated class names - by @jsyeo.
- Pull Request 10 - Allow overiding of
defaultforpage_title- by @choonkeat.
- Pull Request 8 - Add
button_htmlandbutton_classoptions forflash_messages- by @choonkeat. - Pull Request 9 - Remove
timedoutfromflashthat's specific toDevise.
- Pull Request 5 - Minor updates - by @JuanitoFatas.
- Update
page_titleto support I18n interpolation - by @JuanitoFatas.
- Add
page_titlethat supports I18n - by @huynhquancam.
- Add
alert-dangerclass to flash error messages for Bootstrap 3 support.
- Pull Request 1 Support for Rails 4.1.
- Drop string
controllerfrompage_classandjavascript_initialization.
- Controller namespace added to
page_classandjavascript_initialization.