Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactive-coding-playground/react-hardware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iamdustan/react-hardware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 64 files changed
  • 4 contributors

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    85b4fc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    01dd542 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Fiber (iamdustan#22)

    * Reorg files: create stack and firmata dirs
    
    * Initial commit of the ReactHardwareFiber impl
    
    * Test file to follow renderer path
    
    * Firmata typedef
    
    * It’s alive!
    
    * Composite components work like a champ. setState updates the board.
    
    This means your favorite blinking LEDs are back in action! 💥
    
    Also reorganized the files a bit to put the fiber stuff in ./src/fiber
    
    * gitignore some things
    
    * mv types flow-typed
    
    * Update children. Bridge to HardwareManager.g
    
    Examples known to now work:
    
    * basic (Flashing LED)
    * pulse (pulsing LED)
    * button (led's changing state based on button press)
    
    * mv old unit tests
    
    * travis [email protected]
    
    * patch <container /> support for backwards compatibility
    
    * Flow!
    
    * Start cleaning up examples
    
    * support johnny-five as a render target
    
    * useAsyncScheduling (thanks @acdlite
    
    * add filler `getRootHostContext` for latest nightly
    
    * flow-bin
    
    * Basic update to 16 alpha.2
    
    * devtools!
    
    * Update Devtools demo
    iamdustan authored Feb 17, 2017
    Configuration menu
    Copy the full SHA
    a6afb75 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    597c6fd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    70b4d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9c7b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4e1ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95df2a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Fix typo in ReadMe (iamdustan#33)

    Change componentDidUmount to componentWillUnmount
    dennisja authored and iamdustan committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    0452471 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. add babel-eslint back in

    iamdustan committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    c7d6d2b View commit details
    Browse the repository at this point in the history
  2. no flow errors somehow

    iamdustan committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    f3e9dad View commit details
    Browse the repository at this point in the history
  3. move stuff to devDeps

    iamdustan committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    71b0b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3233afe View commit details
    Browse the repository at this point in the history
  5. useHooks

    iamdustan committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    808a630 View commit details
    Browse the repository at this point in the history
  6. maybe travis

    iamdustan committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    1c7646a View commit details
    Browse the repository at this point in the history
  7. travis iamdustan#2

    iamdustan committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    0235848 View commit details
    Browse the repository at this point in the history
  8. Merge pull request iamdustan#32 from iamdustan/react-reconciler

    Upgrade the dependencies
    iamdustan authored Mar 16, 2019
    Configuration menu
    Copy the full SHA
    f687786 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Configuration menu
    Copy the full SHA
    b22fa06 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Moves Button-test beforeEach code to individual tests

    Shawn Hoerner committed May 22, 2019
    Configuration menu
    Copy the full SHA
    dc69b8f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Merge pull request iamdustan#34 from shoerner/button-pullup

    Implements support for Arduino internal pull-up on buttons
    iamdustan authored May 23, 2019
    Configuration menu
    Copy the full SHA
    6b8036d View commit details
    Browse the repository at this point in the history
Loading