Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 2.82 KB

Changelog

Unreleased

Version 4.0.0

  • Pull Request 28 - [Development] remove .ruby-version file - by @JuanitoFatas

  • Pull Request 26 - Scope JavaScript methods under controller name and action - by @sohymg.

Full Changelog

Version 3.3.6

  • Pull Request 27 - Add Ruby 2.3 Frozen string literal pragma - by @JuanitoFatas

Full Changelog

Version 3.3.5

Full Changelog

Version 3.3.4

Full Changelog

Version 3.3.3

  • Pull Request 21 - Fix page controller class bug for nested-level controllers - by @allenwq.

Full Changelog

Version 3.3.2

  • 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.

Full Changelog

Version 3.3.1

  • Pull Request 10 - Allow overiding of default for page_title - by @choonkeat.

Version 3.3.0

  • Pull Request 8 - Add button_html and button_class options for flash_messages - by @choonkeat.
  • Pull Request 9 - Remove timedout from flash that's specific to Devise.

Version 3.2.2

Version 3.2.1

  • Update page_title to support I18n interpolation - by @JuanitoFatas.

Version 3.2.0

  • Add page_title that supports I18n - by @huynhquancam.

Version 3.1.2

  • Add alert-danger class to flash error messages for Bootstrap 3 support.

Version 3.1.1

Version 3.1.0

  • Drop string controller from page_class and javascript_initialization.

Version 3.0.0

  • Controller namespace added to page_class and javascript_initialization.