Skip to content
Snippets Groups Projects
  1. Oct 21, 2016
    • Ray Schamp's avatar
      Pin React devDependencies, add peerDependencies · 534feb9f
      Ray Schamp authored
      When the package is installed as a dependency, it should warn the installer that React is a peerDependency.  When installed this way, the devDependencies won't be installed, so only one version of React will be present. However when it's installed as a standalone project, React should be installed automatically as a devDependency.
      
      I think this gives us the best of both worlds — simple development setup as well as supporting usage as an installed package.
      534feb9f
    • Tim Mickel's avatar
      Merge pull request #7 from tmickel/feature/libraries · 13efe77b
      Tim Mickel authored
      Initial rough sprite/costume/backdrop libraries
      13efe77b
  2. Oct 20, 2016
  3. Oct 19, 2016
  4. Oct 18, 2016
  5. Oct 17, 2016
  6. Oct 16, 2016
    • Ray Schamp's avatar
      Recoupling refactor · 716c979d
      Ray Schamp authored
      Confine the logic for adding/removing event listeners between the VM and the components to the relevant components.  While this tightens the coupling between the component and the environment, it makes using the individual components more self-contained.
      716c979d
  7. Oct 14, 2016
    • Ray Schamp's avatar
      Decoupling refactor · 51d5b7a9
      Ray Schamp authored
      Use fewer refs, these had weird behavior that caused the order of components to matter.
      Attach events eagerly, as soon as the necessary objects are available.
      Make VMManager an actual class instantiated with a VM so we don't have to pass it to every method.
      Use bindAll everywhere for convenience.
      51d5b7a9
  8. Oct 13, 2016
Loading