- Sep 26, 2016
-
-
Ray Schamp authored
Because these are peer dependencies, we should be lenient about the required version of React required to use the components. I didn't use the caret because the x's work and it's obvious what they mean, unlike ^ and ~.
-
Ray Schamp authored
-
Ray Schamp authored
-
- Sep 25, 2016
-
-
Ray Schamp authored
Now they don't have to be built and rebuilt every npm install
-
- Sep 23, 2016
-
-
Ray Schamp authored
-
- Sep 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Update webpack config and vm usage to match updates in scratch-vm
-
- Sep 19, 2016
-
-
Ray Schamp authored
Also make the toolbox actually get used by scratch-blocks, and update the import of scratch-blocks to use the new shimming method.
-
Ray Schamp authored
Multiple installations of React can cause issues if the package is used just for the components.
-
- Sep 16, 2016
-
-
Ray Schamp authored
-
- Sep 15, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
This way we can have a consistent style for Node and web code.
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Add skeleton toolbox component
-
Ray Schamp authored
Thanks to babel-loader and babel-eslint, we can use the same linting everywhere. This makes our imports easier since we don't need to think about the extension. Also export things more succinctly in src/index.js
-
Ray Schamp authored
-