Todd Kennedy
02c3c81f37
Fix assert call for subscriptions
2016-06-19 11:38:36 -07:00
Yoshua Wuyts
129221e8ab
Merge pull request #51 from johnotander/fix-typo
...
Fix typo in server rendering view
2016-06-19 12:38:23 +02:00
John Otander
ec81364906
Fix typo in server rendering view
2016-06-18 18:55:12 -06:00
Yoshua Wuyts
cd6144123a
2.2.1
2016-06-16 11:52:41 +01:00
Yoshua Wuyts
b0b8bf7d03
Merge pull request #47 from yoshuawuyts/greenkeeper-send-action-2.0.2
...
Update send-action to version 2.0.2 🚀
2016-06-16 12:51:30 +02:00
Yoshua Wuyts
848724983a
Merge pull request #48 from toddself/choo-root-note
...
Clarify documentation on id overwrite
2016-06-16 12:50:50 +02:00
Todd Kennedy
85d2ec3632
Clarify documentation on id overwrite
2016-06-15 20:16:03 -07:00
greenkeeperio-bot
52993422ea
chore(package): update send-action to version 2.0.2
...
https://greenkeeper.io/
2016-06-15 19:11:32 +02:00
Yoshua Wuyts
8059e7ddbc
Merge pull request #43 from toddself/documentation-fix
...
Fix order of arguments to effects
2016-06-14 00:40:14 +02:00
Seth Vincent
7f9441a97f
small typo fix: model -> state
2016-06-13 11:01:55 -07:00
Todd Kennedy
b2e2dd1ed9
Fix order of arguments to effects
...
This confused me a bit since it was the reverse of the `action` and `state` arguments for reducers.
2016-06-12 19:45:44 -07:00
Yoshua Wuyts
25fb0c1bdf
docs: update arch view
2016-06-12 02:40:49 +02:00
Yoshua Wuyts
36b16a874a
2.2.0
2016-06-09 12:16:48 +02:00
Yoshua Wuyts
077c280d1d
Merge pull request #40 from timwis/hash
...
router: add hash routing
2016-06-09 12:13:18 +02:00
timwis
fed766843c
add opts.hash to docs
2016-06-08 05:59:24 -04:00
Yoshua Wuyts
aaddc43d5e
docs: clarify subscriptions
2016-06-07 13:01:59 +02:00
timwis
957f41bea9
use ternary, hash is opt-in
2016-06-04 19:53:05 -04:00
timwis
a5f8093dc0
Merge branch 'master' into hash
2016-06-04 19:25:12 -04:00
timwis
7e837a47eb
use hash history for initial location
2016-06-04 18:43:38 -04:00
timwis
97d7122ff2
listen to hash changes
2016-06-04 18:00:00 -04:00
Yoshua Wuyts
8066c450be
examples: deploy http to hyperdev
2016-06-04 21:20:13 +02:00
Yoshua Wuyts
3d70f872b5
2.1.6
2016-06-04 20:11:34 +02:00
Yoshua Wuyts
c5bb46c3b5
docs: add downloads
2016-06-04 20:11:26 +02:00
Yoshua Wuyts
d867a75ac4
2.1.5
2016-06-04 15:55:21 +02:00
Yoshua Wuyts
296cde1836
Merge pull request #38 from emilbayes/patch-1
...
Fix #37 `rootId` should clear if only `opts` is passed
2016-06-04 15:54:55 +02:00
Emil Bay
3f38810d64
Fix #37 rootId should clear if only opts is passed
...
`rootId` is optional to `start`, but has lower precedence than `opts`. Currently it is not cleared when the value is passed to `opts`
2016-06-04 15:48:27 +02:00
Yoshua Wuyts
a1be33269d
Merge branch 'master' of github.com:yoshuawuyts/choo
2016-06-02 23:35:07 +02:00
Yoshua Wuyts
ead46e2a9c
Merge pull request #36 from jlipps/patch-1
...
fix some typos in readme
2016-06-02 22:52:40 +02:00
Jonathan Lipps
a418de92b2
fix some typos in readme
2016-06-02 13:48:49 -07:00
Yoshua Wuyts
3aba685193
site: remove
2016-06-02 13:12:55 +02:00
Yoshua Wuyts
0d2cf933fc
docs: fix indent
2016-06-01 11:26:38 +02:00
Yoshua Wuyts
dd29da368c
Merge pull request #31 from yoshuawuyts/getting-started
...
docs: usage -> getting started
2016-06-01 18:20:14 +09:00
Yoshua Wuyts
cb5e1ec2e0
docs: usage -> getting started
2016-06-01 01:03:25 +02:00
Yoshua Wuyts
842f25ac84
docs: rm empty styles header
2016-06-01 00:40:32 +02:00
Yoshua Wuyts
763f1c55f0
docs: add demos note
2016-06-01 00:36:45 +02:00
Yoshua Wuyts
dc2f53f293
2.1.4
2016-05-31 16:02:08 +02:00
Yoshua Wuyts
5149ab0a0a
Merge pull request #30 from yoshuawuyts/validate-update
...
start: throw err for render races
2016-05-31 23:01:44 +09:00
Yoshua Wuyts
d46a129d2c
Merge pull request #28 from chrisbuttery/master
...
Updates Keyboard example
2016-05-31 22:57:24 +09:00
Yoshua Wuyts
3749ffb477
start: throw err for render races
2016-05-31 15:54:46 +02:00
Yoshua Wuyts
7f66f7d4dc
Merge branch 'view-docs'
2016-05-31 14:37:36 +02:00
Yoshua Wuyts
fb6441fcc3
Merge pull request #27 from yoshuawuyts/suppress-re-render
...
router: suppress re-render on same state
2016-05-31 21:07:07 +09:00
Yoshua Wuyts
3153fcb26c
router: suppress re-render on same state
...
- views will no longer be re-rendered if the state hasn't changed
- `oldState` is passed as the final argument in a view. E.g. `params,
state, send, oldState`. This is mostly because it will usually only be
used for optimizing - changing the order would be a breaking change
:(
2016-05-31 12:30:40 +02:00
Yoshua Wuyts
145cfa4ed2
docs: reorder
2016-05-30 09:35:39 +09:00
Chris Buttery
df9403fee1
Updates Keyboard example
2016-05-29 20:02:53 +10:00
Callum
bd28e93cd1
docs: update form docs to use FormData
...
Signed-off-by: Yoshua Wuyts <i@yoshuawuyts.com >
2016-05-28 16:25:28 +09:00
Yoshua Wuyts
e275d16fa8
Merge pull request #20 from timwis/patch-1
...
Use submit hook instead of click hook in form example
2016-05-26 22:29:22 +09:00
Tim Wisniewski
7faecd76ee
Use submit hook instead of click hook in form example
2016-05-26 07:02:23 -04:00
Yoshua Wuyts
9b32e8fe07
Merge pull request #19 from dmotz/patch-1
...
docs: fix typo
2016-05-26 12:00:19 +09:00
Dan Motzenbecker
2a45a0496a
tiny doc fix
2016-05-25 17:58:11 -04:00
Yoshua Wuyts
924a7dd61d
docs: add form docs
2016-05-25 16:18:04 +09:00