All Versions
130
Latest Version
Avg Release Cycle
61 days
Latest Release
607 days ago

Changelog History
Page 3

  • v11.2.2 Changes

    December 26, 2018

    ๐Ÿ‘Œ Improved

    • rails_context can more easily be called from controller methods. The mandatory param of server_side has been made optional.
  • v11.2.1

    December 06, 2018
  • v11.2.0 Changes

    December 06, 2018

    ๐Ÿš€ Do not use. Unpublished. Caused by an issue with the release script.

  • v11.1.8 Changes

    October 14, 2018

    ๐Ÿ‘Œ Improved

    • Improved tutorial and support for HMR when using rails/webpacker for Webpack configuration. PR 1156 by justin808.
  • v11.1.7 Changes

    October 11, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug where intl parsing would fail when trying to parse integers or blank entries. by sepehr500
  • v11.1.6 Changes

    October 06, 2018

    ๐Ÿ›  Fixed

    • Fix client startup invoking render prematurely, AGAIN. Fix additional cases of client startup failing during interactive readyState". Closes issue #1150. PR 1152 by rakelley.
  • v11.1.5 Changes

    October 03, 2018

    ๐Ÿ›  Fixed

  • v11.1.4 Changes

    September 13, 2018

    ๐Ÿ›  Fixed

  • v11.1.3 Changes

    August 27, 2018

    ๐Ÿ›  Fixed

  • v11.1.2 Changes

    August 18, 2018

    ๐Ÿ›  Fixed

    • โœ… Tests now properly exit if the config.build_test_command fails!
    • 0๏ธโƒฃ Source path for project using Webpacker would default to "app/javascript" even if when the node_modules directory was set to "client". Fix now makes the configuration of this crystal clear.
    • renamed method RenderOptions.has_random_dom_id? to RenderOptions.random_dom_id? for rubocop rule. PR 1133 by justin808