Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Actions values to a more standard format #550

Closed
wants to merge 27 commits into from

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    3561582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1256e03 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Improve README

    Kerumen committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    914ae8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from aksonov/master

    Merge upstream.
    cridenour committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    ea8aad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa74423 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'jn-direction1' of github.com:joenoon/react-native-route…

    …r-flux into feature/react-native-24
    
    # Conflicts:
    #	src/DefaultRenderer.js
    cridenour committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    a3a6087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f2c98c View commit details
    Browse the repository at this point in the history
  6. Remove optionals.

    cridenour committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    495c794 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    546c00c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6aac7bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff69aaa View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Merge pull request aksonov#536 from cridenour/feature/react-native-24

    [WIP] Get Example app working with React 0.24+
    aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    d0ff592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bb2d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request aksonov#538 from aksonov/revert-536-feature/react-…

    …native-24
    
    Revert "[WIP] Get Example app working with React 0.24+ "
    aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    f44d50c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    915d3a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request aksonov#539 from aksonov/revert-538-revert-536-fea…

    …ture/react-native-24
    
    Revert "Revert "[WIP] Get Example app working with React 0.24+ ""
    aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    c4ea2f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d12464 View commit details
    Browse the repository at this point in the history
  7. fix typo in readme

    lynndylanhurley committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    61967e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request aksonov#542 from lynndylanhurley/master

    Update redux instructions in README
    aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    3be4fc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71f58a1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request aksonov#543 from lynndylanhurley/master

    improve redux setup README
    aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    a8e383a View commit details
    Browse the repository at this point in the history
  11. Merge pull request aksonov#535 from Kerumen/patch-1

    Improve README
    aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    a74ef41 View commit details
    Browse the repository at this point in the history
  12. publish new version

    Pavlo Aksonov committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    59821c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. add render title callback

    timzaak committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    12f18a5 View commit details
    Browse the repository at this point in the history
  2. fix the comment

    timzaak committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    e278588 View commit details
    Browse the repository at this point in the history
  3. Merge pull request aksonov#547 from timzaak/renderTitle

    add render title callback
    aksonov committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    7e6d0ee View commit details
    Browse the repository at this point in the history
  4. Updated Actions values to a more standard format

    Is there any reason for using lowercase actions?  This actions name are the ones used by Redux/Flux and 99% of the time the actions used with redux are uppercase :)
    I and also added `"ROUTER_"` in front of them.  
    Let me know what you think of the change (I'm testing it only since two hours ago and it seems to not break the router).
    **It is a breaking change for anyone using the previous actions names**
    mmazzarolo committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    2a5279b View commit details
    Browse the repository at this point in the history