CHANGELOG.md in pageflow-12.0.0.rc5 vs CHANGELOG.md in pageflow-12.0.0.rc6

- old
+ new

@@ -1,7 +1,22 @@ # CHANGELOG +### Version 12.0.0.rc6 + +2017-08-09 + +[Compare changes](https://github.com/codevise/pageflow/compare/v12.0.0.rc5...v12.0.0.rc6) + +- Export `measure` from `react-measure` + ([#823](https://github.com/codevise/pageflow/pull/823)) +- Allow using `state_machine_job` gem 1.x + ([#819](https://github.com/codevise/pageflow/pull/819)) +- Improve `pageflow-support` gem + ([#818](https://github.com/codevise/pageflow/pull/818)) +- Update semmy + ([#820](https://github.com/codevise/pageflow/pull/820)) + ### Version 12.0.0.rc5 2017-05-31 [Compare changes](https://github.com/codevise/pageflow/compare/v12.0.0.rc4...v12.0.0.rc5) @@ -15,23 +30,9 @@ To keep existing functionality from previous Pageflow versions, add this line to the Pageflow initializer in your host application: config.plugin(Pageflow.built_in_widget_types_plugin) - -- The built-in widget types must now be registered in the host - application. - - To keep existing functionality from previous Pageflow versions, add - these lines to `config/initializers/pageflow.rb` in your host - application: - - # Register the built-in widget types. - # You can remove these or add different versions with the same name. - config.widget_types.register(Pageflow::BuiltInWidgetType.navigation, default: true) - config.widget_types.register(Pageflow::BuiltInWidgetType.mobile_navigation, default: true) - config.widget_types.register(Pageflow::BuiltInWidgetType.classic_player_controls, default: true) - config.widget_types.register(Pageflow::BuiltInWidgetType.slim_player_controls) ##### Bug Fixes - Upgrade to Sinon 2 ([#777](https://github.com/codevise/pageflow/pull/777))