Cameron Westland
27d9df994c
add some documentation
2017-04-12 16:38:50 -07:00
Cameron Westland
8753db3e61
add Provider#getFillsByName and Provider#getChildrenByName which can help with testing via enzyme
2017-04-12 16:36:36 -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
Cameron Westland
c8618fd99a
Add missing email and name to git config
2017-03-21 16:51:24 -07:00
Cameron Westland
e69a2faf9d
add deploy script to green builds on master
2017-03-21 16:45:43 -07:00
Cameron Westland
47a0a9569e
remove react-dom peerDependency. react-slot-fill should work with react-native now
...
update react-scripts
2017-03-21 16:34:36 -07:00
Cameron Westland
eb28cde3bf
remove out of date snapshot
2017-03-21 11:09:27 -07:00
Brandon Boone
76323a8728
Added some tests
2017-03-20 17:12:56 -07:00
Cameron Westland
40ad547988
update yarn.lock
2017-03-20 17:08:30 -07:00
Cameron Westland
e99f4b1799
Update changelog
2017-03-20 17:05:26 -07:00
Cameron Westland
b91d3a3dda
1.0.0-alpha.4
v1.0.0-alpha.4
2017-03-20 17:00:33 -07:00
Craig Michael Thompson
7c4bac3d4c
feat: Replace DOM usage with mitt pub-sub
...
* mitt is a mini pub-sub library that has the same interace as the Node.EventListener class
* Replaces the need for a faux pub-sub via DOM node i.e. `document.createElement`
* Should allow us to use this for server-side rendering now without the need for JSDOM etc.
* Removed the `detail` sub-object in the event payload, can just use `fill` now.
2017-03-20 17:00:02 -07:00
Cameron Westland
62bd1720ce
1.0.0-alpha.3
2017-03-17 23:40:26 -07:00
Cameron Westland
7bb1b32d5a
change build-lib to prepublish
2017-03-17 23:40:16 -07:00
Cameron Westland
a25db69888
update README to include note about Provider component
2017-03-17 23:37:12 -07:00
Cameron Westland
f81b4738a8
1.0.0-alpha.2
v1.0.0-alpha.2
2017-03-17 23:33:20 -07:00
Cameron Westland
1ecfea1a35
add coverage reporting
...
add badges
2017-03-17 23:05:53 -07:00
Cameron Westland
787392e25a
move eslint config to eslintrc.json for codacy
2017-03-17 22:40:04 -07:00
Cameron Westland
ce1eb9b820
remove lib from repo
...
add coverage to circle build
add npmignore and update gitignore
2017-03-17 22:37:19 -07:00
Cameron Westland
788a7d5b90
add circle.yml
2017-03-17 22:27:14 -07:00
Cameron Westland
328acc2f72
fix lint issues
2017-03-17 22:25:33 -07:00
Cameron Westland
617410f882
move components into their own files
2017-03-17 22:21:58 -07:00
Cameron Westland
b5166d365e
add Provider component to avoid global state
...
add react-test-renderer
refactor simple and advanced demo to use provider
create simple test
2017-03-17 22:01:33 -07:00
Cameron Westland
1cf755b758
update yarn.lock
2017-03-17 21:11:48 -07:00
Cameron Westland
748448161b
re-enable survey
2017-03-17 21:11:43 -07:00
Rogelio Guzman
c3179db4b5
Use react@next and react-dom@next as dev and peer deps
2017-03-17 21:03:29 -07:00
Rogelio Guzman
d3c5b0f76f
Remove local react and react-dom dependencies
2017-03-17 21:03:29 -07:00
Rogelio Guzman
cf503bf31f
Update README to clarify local setup
2017-03-16 11:56:26 -07:00