Leo
|
1d8021500a
|
improve docs re: redraw
|
2017-01-08 14:09:10 -05:00 |
|
Leo Horie
|
82ebff4336
|
tut
|
2017-01-08 13:35:56 -05:00 |
|
Leo Horie
|
9ad16858a5
|
#1520 ospec: report duplicate test names
|
2017-01-08 13:05:27 -05:00 |
|
Leo Horie
|
3bac29bf78
|
Clarify distinctions between RouteResolvers and components
|
2017-01-08 11:34:56 -05:00 |
|
Leo Horie
|
7c00aad19c
|
beef up docs and defrag setup flow
|
2017-01-08 10:53:54 -05:00 |
|
Leo Horie
|
f0d6b0d58b
|
Merge remote-tracking branch 'origin/rewrite' into rewrite
|
2017-01-08 08:21:46 -05:00 |
|
Leo Horie
|
be27f4d525
|
more documentation tweaks
|
2017-01-08 08:21:33 -05:00 |
|
Leo
|
151f578d59
|
Merge remote-tracking branch 'origin/rewrite' into rewrite
|
2017-01-07 17:56:49 -05:00 |
|
Leo
|
db0063362c
|
fix typo
|
2017-01-07 17:56:29 -05:00 |
|
Gandalf-the-Bot
|
4b626896fc
|
Bundled output for commit 4fc9368a30 [skip ci]
|
2017-01-07 20:20:45 +00:00 |
|
Leo Horie
|
4fc9368a30
|
Merge pull request #1516 from tivac/issues/1014
Render false as an empty string
|
2017-01-07 15:19:16 -05:00 |
|
Leo
|
6284a3bd86
|
es6 and jsx docs
|
2017-01-07 14:54:48 -05:00 |
|
Leo
|
26a5d7d6bb
|
autoredraw docs
|
2017-01-07 12:04:30 -05:00 |
|
Gandalf-the-Bot
|
6b15378c41
|
Bundled output for commit 74ded82165 [skip ci]
|
2017-01-07 03:36:49 +00:00 |
|
Leo Horie
|
74ded82165
|
Merge pull request #1517 from barneycarroll/object-create-component
Avoid intermediary component constructor
|
2017-01-06 22:36:04 -05:00 |
|
Barney Carroll
|
e1ea2822c9
|
Fix state initialisation logic
|
2017-01-06 17:12:56 +00:00 |
|
Barney Carroll
|
a19eae2792
|
Avoid creating intermediary constructor in component state creation
|
2017-01-06 16:59:52 +00:00 |
|
Pat Cavit
|
9f32267259
|
tests: Update tests for false -> "" behavior
|
2017-01-05 23:07:47 -08:00 |
|
Pat Cavit
|
6170573c29
|
feat: Return empty string node for false values
Very specifically doing a strict `false` check here to try & avoid
coercion perf costs.
|
2017-01-05 23:07:34 -08:00 |
|
Leo Horie
|
baa630f2a6
|
Merge pull request #1511 from orbitbot/clarify-route-example
Remove extra code from example that is not required
|
2017-01-05 12:38:46 -05:00 |
|
Patrik Johnson
|
4c84eafbdd
|
Remove extra code from example that is not required, since it's confusingly similar to previous block
|
2017-01-05 15:08:43 +02:00 |
|
Gandalf-the-Bot
|
3e3834a762
|
Bundled output for commit f149003d03 [skip ci]
|
2017-01-04 14:56:55 +00:00 |
|
Leo Horie
|
f149003d03
|
Merge pull request #1423 from barneycarroll/array-isArray
Replace x instanceof Array with Array.isArray(x)
|
2017-01-04 09:54:28 -05:00 |
|
Barney Carroll
|
fbb454c6fd
|
Merge branch 'rewrite' into array-isArray
|
2017-01-04 14:24:07 +00:00 |
|
Barney Carroll
|
ec9e258ae9
|
Merge remote-tracking branch 'upstream/rewrite' into rewrite
|
2017-01-04 14:22:38 +00:00 |
|
Leo Horie
|
33fb63a72b
|
fix merge
|
2017-01-03 10:47:35 -05:00 |
|
Leo Horie
|
2f73e9d01d
|
Merge pull request #1506 from bruce-one/reactivate-tests
Remove o.only call to ensure other tests are run.
|
2017-01-02 22:10:50 -05:00 |
|
Leo Horie
|
b779f3cbb4
|
Merge pull request #1505 from bruce-one/patch-3
Recommend usage of fragments
|
2017-01-02 19:49:35 -05:00 |
|
Bryce Gibson
|
7868d97006
|
Remove o.only call to ensure other tests are run.
|
2017-01-03 11:19:55 +11:00 |
|
bruce-one
|
933266670d
|
Recommend usage of fragments
|
2017-01-03 10:49:30 +11:00 |
|
Leo Horie
|
a7ed24cbf5
|
Merge pull request #1504 from hugufc/patch-3
Remove duplicated install
|
2017-01-02 16:24:52 -05:00 |
|
Hugo Freitas
|
ba96c23b84
|
Remove duplicated install
|
2017-01-02 17:30:49 -03:00 |
|
Leo Horie
|
f86140996b
|
Merge pull request #1502 from pygy/ospec-array-deepEquals-corner-cases
[ospec] deepEquals corner cases with undefined values
|
2017-01-01 11:12:17 -05:00 |
|
Pierre-Yves Gerardy
|
df1e19b86c
|
[ospec] Fix for objects with undefined properties
|
2017-01-01 16:13:11 +01:00 |
|
Pierre-Yves Gerardy
|
027a220779
|
[ospec:tests] Add assertion for object with undefined properties vs none
|
2017-01-01 16:09:15 +01:00 |
|
Pierre-Yves Gerardy
|
02545a8a98
|
[ospec] Fix array deepEquals corner cases
|
2017-01-01 15:52:54 +01:00 |
|
Pierre-Yves Gerardy
|
af39796da3
|
[ospec:tests] Add assertions for array deepEquals corner cases
|
2017-01-01 15:28:26 +01:00 |
|
Leo Horie
|
fab51f583a
|
clean up docs
|
2016-12-31 19:27:53 -05:00 |
|
Leo Horie
|
b62663bdc1
|
ensure properties in arrays are tested #1497
|
2016-12-31 19:27:23 -05:00 |
|
Leo Horie
|
d7732d3560
|
syntax highlighting
|
2016-12-31 09:41:30 -05:00 |
|
Leo Horie
|
afcf28ab19
|
more documentation
|
2016-12-31 09:38:35 -05:00 |
|
Leo Horie
|
c71ebf18ed
|
tweaks in docs
|
2016-12-31 08:35:50 -05:00 |
|
Leo Horie
|
c8f2564cfe
|
Merge pull request #1501 from dmitriz/patch-1
Recommend 'budo' for the quickest start ever
|
2016-12-31 08:05:44 -05:00 |
|
Dmitri Zaitsev
|
b14ca82c2e
|
Recommend 'budo' for the quickest start ever
Fewer steps to get a complete app running in the browser with live reload.
|
2016-12-31 03:32:57 +00:00 |
|
Barney Carroll
|
3fa771ac28
|
Test for onbeforeremove delayed resolution
|
2016-12-30 19:31:51 +00:00 |
|
Leo Horie
|
8746e397b7
|
link mentioned tools
|
2016-12-30 07:54:01 -05:00 |
|
Leo Horie
|
ad920483c6
|
reference CDN in vanilla section
|
2016-12-30 07:51:03 -05:00 |
|
Leo Horie
|
dd81bcd639
|
add more docs about global/local installs
|
2016-12-30 07:48:55 -05:00 |
|
Leo Horie
|
2b1cd9b8f0
|
add save flag
|
2016-12-30 07:45:33 -05:00 |
|
Leo Horie
|
2d1594714c
|
Merge remote-tracking branch 'origin/rewrite' into rewrite
|
2016-12-30 07:44:24 -05:00 |
|