Pat Cavit
33aa1fa735
docs: merge docs from next to master
2017-03-24 15:36:53 -07:00
Pat Cavit
2a61e17332
feat: partial integrate to fix linting issue
2017-03-24 14:43:35 -07:00
Pat Cavit
2d03dc5dad
feat: partial integrate of release changes
2017-03-24 14:41:22 -07:00
Leo Horie
d31e0a88f8
Merge pull request #1612 from bruce-one/xhr-abort
...
Avoid inaccurately inferring xhr abort.
2017-02-18 10:01:43 -05:00
Bryce Gibson
a946ef5315
Fix xhr abort test.
...
Need to be more creative about ensuring that onreadystatechange is
called, but that the test conditions execute after that the function
(that does nothing...) is called.
2017-02-15 13:30:50 +11:00
Bryce Gibson
27881af668
Ignore xhr.status for "file://" requests.
2017-02-15 08:34:40 +11:00
Bryce Gibson
6a617aeb87
Add tests for abort functionality.
2017-02-12 16:38:45 +11:00
Bryce Gibson
9558c8e2e9
Avoid inaccurately inferring xhr abort.
...
xhr.status can equal zero in non-abort scenarios, eg timeout or CORS
failure.
Instead use a variable to track aborts.
2017-02-10 18:18:14 +11:00
Leo Horie
a85f595dcd
Merge pull request #1610 from ytetsuro/fix-IE11-input-type-error
...
Error in IE11 due to setting of type attribute
2017-02-09 10:05:13 -05:00
Tetsuro Yoshikawa
fdf2985adf
Error in IE11 due to setting of type attribute
...
If you assign an input type that is not supported by IE11 with an
assignment expression, an error will occur.
2017-02-09 22:27:55 +09:00
Leo
5faa996805
fix some links
2017-02-02 08:30:41 -05:00
Leo
c861ade3fa
fix typo
2017-02-02 07:46:29 -05:00
Leo
432dbe9662
Merge remote-tracking branch 'origin/next' into next
2017-02-02 07:40:46 -05:00
Isiah Meadows
0e3101095e
Merge pull request #1584 from pine3ree/patch-1
...
fix doc typo
2017-02-02 01:46:16 -05:00
Sumanth Kumar Mora
3d12cf13f1
docs: Update change-log.md ( #1586 )
2017-02-01 22:37:24 -08:00
maks feltrin
0ec2bd9ac3
fix doc typo
2017-02-02 00:37:48 +01:00
Eric Zaporzan
02bd5107a5
docs: Adding license file. ( #1583 )
2017-02-01 09:25:00 -08:00
Leo Horie
78022364fb
Merge pull request #1581 from JTBrinkmann/next
...
suggest alternative to animating `box-shadow`
2017-01-31 21:04:59 -05:00
JTBrinkmann
29a14f2600
suggest alternative to animating box-shadow
2017-02-01 00:56:04 +01:00
Barney Carroll
f89f08f086
cocs: vnode copy proofing ( #1580 )
2017-01-31 12:01:19 -08:00
Barney Carroll
c12b3e8fc2
docs: fix key anti-pattern snippet ( #1577 )
2017-01-31 10:06:21 -08:00
Paul D. Fernhout
37b38f5822
docs: clarify speed comparison chart ( #1576 )
2017-01-31 10:06:00 -08:00
Hugo Freitas
ca46e62156
docs: useCredentials -> withCredentials ( #1575 )
2017-01-31 10:05:15 -08:00
Barney Carroll
c8ed22fb08
docs: intro: valid HTML snippet ( #1574 )
...
Declaring scripts after the closing body tag looks like a typo
2017-01-31 10:04:26 -08:00
Barney Carroll
dba5ee7d98
docs: fix text size variations on mobile webkit ( #1571 )
2017-01-31 10:03:24 -08:00
alexander_travov
402ae96d37
docs: mithril does not autoredraw on Promise resolution. ( #1570 )
2017-01-31 10:02:10 -08:00
Patrik Johnson
70ee93d6ae
docs: Fix broken link ( #1569 )
2017-01-30 16:39:28 -08:00
Leo
04aadb27ef
Merge remote-tracking branch 'origin/next' into next
2017-01-30 18:58:47 -05:00
Leo
3640464841
fix hamburger link
2017-01-30 18:58:20 -05:00
Gheorghe Anghelescu
aaa9c17117
docs: use https in installation docs ( #1568 )
2017-01-30 13:47:49 -08:00
Isiah Meadows
761d6f7b40
Merge pull request #1565 from barneycarroll/patch-8
...
Fix typos in CSS-in-JS, qualify J2C recommendation
2017-01-30 14:42:19 -05:00
Leo
bb481eb77c
fix html tag
2017-01-30 11:48:42 -05:00
Barney Carroll
315c77c9ac
Fix typos in CSS-in-JS, qualify J2C recommendation
2017-01-30 16:30:48 +00:00
Leo
1620b147da
clean up repo
2017-01-30 11:18:47 -05:00
Leo
e1d1691cb9
fix readme style
2017-01-30 11:11:42 -05:00
Leo
6ab2b6b6c3
merge to next
2017-01-30 11:04:14 -05:00
Leo
40592d328c
v1.0.0
2017-01-30 10:44:31 -05:00
Leo
58f70873a4
Merge remote-tracking branch 'origin/rewrite' into rewrite
2017-01-30 10:43:53 -05:00
Leo
431436bd6a
prep docs
2017-01-30 10:43:22 -05:00
Pat Cavit
49815c6028
docs: component.onunload was removed
2017-01-27 22:58:45 -08:00
Leo
81efa4db49
gen docs to right place
2017-01-27 00:44:04 -05:00
Leo
12bef1972d
Merge remote-tracking branch 'origin/rewrite' into rewrite
2017-01-26 20:48:06 -05:00
Leo
3d23ece284
remove files
2017-01-26 20:47:35 -05:00
Leo
aee13901d8
docs tweaks
2017-01-26 20:46:32 -05:00
alexander_travov
643d9be8c2
Docs: fix Vue's dbmonster link. ( #1563 )
2017-01-25 10:14:53 -08:00
Leo
1780985036
make callback signature consistent w/ return value
2017-01-24 08:29:54 -05:00
Leo
64ce1b891c
Merge remote-tracking branch 'origin/rewrite' into rewrite
2017-01-23 18:11:46 -05:00
Leo
c25b068868
fix docs for withattr
2017-01-23 18:11:28 -05:00
Gandalf-the-Bot
ef3beb43df
Bundled output for commit 78e1edd37d [skip ci]
2017-01-23 23:10:34 +00:00
Leo
78e1edd37d
Merge remote-tracking branch 'origin/rewrite' into rewrite
2017-01-23 18:09:30 -05:00