112 Commits

Author SHA1 Message Date
Craig Michael Thompson
6025f5c2b0 chore: Remove alpha status from README (#32)
Now thta 2.0.0 is out the door this little snippet can be removed! 👍. Also, is it possible to list the 2.0.0 in GitHub's releases page? It's a handy way to tell what versions the library is currently on for those of us who don't want to check NPM.
2017-11-16 19:42:38 -08:00
Cameron Westland
a78d423868 version bump v2.0.0 2017-11-02 21:37:12 -07:00
Cameron Westland
9f7d58dc1a update and fix build issues 2017-11-02 21:36:28 -07:00
Nathan Smith
e0aabc751b Fixes #24 Provider only accepts a single child (#29)
* Provider allows multiple children

* Remove `react-dom` dependency from `Slot.ts`

* Update `react` and `react-dom` devDependencies to align with peerDependencies
* Update `enzyme` to support `react@16`
* Update `react-scripts-ts` and `typescript` to fix "Debug Failure. False expression: Output generation failed" error in `$ npm run test`
* Add `tsconfig.test.json` to support `react-scripts-ts` update. See https://github.com/wmonk/create-react-app-typescript#migration
2017-11-02 21:04:20 -07:00
Matthieu Lemoine
44a97e12c5 update rollup and fix mitt import (#31) 2017-11-02 21:02:22 -07:00
Cameron Westland
5926ed36cb update version 2017-10-16 13:19:00 +08:00
Matthieu Lemoine
be929599c6 update React peer dependency to 16.0.0 (#23) 2017-10-15 22:03:00 -07:00
Matthieu Lemoine
5acd752c89 fix mitt import in Provider.ts (#25) 2017-10-15 22:02:40 -07:00
Cameron Westland
f4087870aa fix mitt import 2017-08-18 15:51:30 -04:00
Cameron Westland
5066e840de update to 1.0.0 2017-08-18 14:57:51 -04:00
Patrick Lienau
7905a90732 Update Fill.ts (#21) 2017-08-09 09:45:16 -07:00
Benjamin Otto
f81c9759fe switched to rollup-plugin-typescript2 (#22)
* switched to rollup-plugin-typescript2

* fixed broken CI
2017-08-08 14:08:25 -07:00
Cameron Westland
f23ba95c0d release notes 2017-05-10 12:11:07 -07:00
Cameron Westland
041b62eb9f 1.0.0-alpha.12 v1.0.0-alpha.12 2017-05-10 12:10:42 -07:00
Cameron Westland
19406a51ed fix mitt es6 import issue 2017-05-10 12:10:37 -07:00
Cameron Westland
1f55ebf06a fix missing semicolon 2017-04-21 16:35:42 -07:00
Cameron Westland
7e374e7e75 1.0.0-alpha.11 v1.0.0-alpha.11 2017-04-21 11:43:25 -07:00
Cameron Westland
e598672882 update to support TypeScript 2.3.0 and React 15.5.x
Also emitting es2015 module version
2017-04-21 11:43:11 -07:00
Cameron Westland
be0eeb9b0a 1.0.0-alpha.10 v1.0.0-alpha.10 2017-04-17 11:08:21 -07:00
Cameron Westland
1f04b37733 update changelog 2017-04-17 11:08:19 -07:00
Cameron Westland
e6edbd1dc2 lockdown mitt due to es module break 2017-04-17 11:07:27 -07:00
Cameron Westland
c2faba1dcd Update CHANGELOG.md 2017-04-12 16:44:34 -07:00
Cameron Westland
d7fb29e133 1.0.0-alpha.9 v1.0.0-alpha.9 2017-04-12 16:43:52 -07:00
Cameron Westland
1f8608edf9 Merge branch 'master' of github.com:camwest/react-slot-fill 2017-04-12 16:43:36 -07:00
Cameron Westland
1ad25ee86f update changelog 2017-04-12 16:43:03 -07:00
Cameron Westland
641ca9f59b 1.0.0-alpha.8 v1.0.0-alpha.8 2017-04-12 16:42:33 -07:00
Cameron Westland
93285e098e add Provider#getFillsByName and Provider#getChildrenByName (#13)
This help with testing via enzyme. See documentation in README for more details.
2017-04-12 16:42:04 -07:00
Cameron Westland
48e0a41943 1.0.0-alpha.7 v1.0.0-alpha.7 2017-04-04 14:29:09 -07:00
Cameron Westland
d490784139 update changelog 2017-04-04 14:29:06 -07:00
Cameron Westland
313d90d7aa fix a bug where slot could not return null in render callback 2017-04-04 14:28:32 -07:00
Cameron Westland
187dcb8e1e 1.0.0-alpha.6 v1.0.0-alpha.6 2017-04-03 15:57:10 -07:00
Cameron Westland
a8750b3c36 update changelog 2017-04-03 15:57:08 -07:00
Cameron Westland
3b44ef958a update docs 2017-04-03 15:53:37 -07:00
Cameron Westland
49ef55d5b0 add lint script 2017-04-03 15:53:37 -07:00
Cameron Westland
133fde8fc6 add missing dependencies 2017-04-03 15:53:37 -07:00
Cameron Westland
642979e39b dump lint rules directly in to make codacy happy 2017-04-03 15:53:37 -07:00
Cameron Westland
29dd97bd51 make linter happy 2017-04-03 15:53:37 -07:00
Cameron Westland
8e6f7ef5f4 fix failing tests
remove unmount test since current react-test-renderer has no unmount method
2017-04-03 15:53:37 -07:00
Cameron Westland
41f97b34bb refactor to support react 15.6 2017-04-03 15:53:37 -07:00
Cameron Westland
3ea3cbf4c3 add node_modules_type to gitignore 2017-04-03 15:53:37 -07:00
Cameron Westland
66f4b7bfda fix Jest accidentally testing .d.ts file 2017-04-03 15:53:37 -07:00
Cameron Westland
c5693862d3 Add modified @types/react until fiber is released 2017-04-03 15:53:37 -07:00
Cameron Westland
bf9402aadb fix tests for typescript 2017-04-03 15:53:37 -07:00
Cameron Westland
6865e29b16 add typescript support to prepublish 2017-04-03 15:53:37 -07:00
Cameron Westland
839b85ae01 wip initial typescript conversion 2017-04-03 15:53:37 -07:00
Cameron Westland
eb2621cc92 add view source link 2017-03-21 17:39:20 -07:00
Cameron Westland
055989586a add simple glitch demo 2017-03-21 17:38:12 -07:00
Cameron Westland
f2c408455d update CHANGELOG.md 2017-03-21 17:03:17 -07:00
Cameron Westland
354f77da03 1.0.0-alpha.5 v1.0.0-alpha.5 2017-03-21 17:01:27 -07:00
Cameron Westland
b628e8f4cf move mitt to dependencies 2017-03-21 17:00:11 -07:00