Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (30 loc) · 970 Bytes

CHANGELOG.md

File metadata and controls

35 lines (30 loc) · 970 Bytes

0.0.3 (September 6, 2015)

  • Reorganize config files.
  • Add UJS helpers:
    • getComponent
    • createComponent
    • renderComponent
  • Add docs.
  • Add various Readme fixes.
  • Bump dependencies.

0.0.2 (August 29, 2015)

  • Use rails like names.
  • Simplify webpack setup.
  • Make registerComponent helper part of ujs.

migration 0.0.1 -> 0.0.2

  • In application.js replace:

    //= require react-integration
    //= require generated/bundle

    with:

    //= require react_integration
    //= require react_bundle

0.0.1 Initial release (August 25, 2015)