Dylan Piercey
e7057f140e
Add test for top level transcluded content. ( #1108 )
2018-08-13 16:03:41 -07:00
Michael Rawlings
168dc9b71e
support functions as event handlers ( #1106 )
2018-08-07 14:58:47 -07:00
Michael Rawlings
b749da95ed
Use capture for event delegation ( #1104 )
...
use delegation for all events
2018-08-06 15:50:55 -07:00
Michael Rawlings
ce1b8bd765
update changelog
2018-08-02 12:09:19 -07:00
Michael Rawlings
4745dcf3a3
4.12.4
v4.12.4
2018-08-02 12:08:59 -07:00
Michael Rawlings
671ef757e3
don't render invalid attribute names on the server ( #1103 )
2018-08-02 11:40:53 -07:00
Dylan Piercey
97253639e1
4.12.3
v4.12.3
2018-07-26 10:41:49 -07:00
Dylan Piercey
2c8762bc9d
Update changelog.
2018-07-26 10:41:34 -07:00
Dylan Piercey
e4a01a9558
Remove extra parenthesis from compiled javascript. ( #1099 )
2018-07-26 10:38:21 -07:00
Austin Wei
ffb5a0b51b
typo in code example ( #1093 )
...
First time looking at marko, but I think that `users` should be `user`
2018-07-20 16:33:13 -04:00
Michael Rawlings
492361c73d
update changelog
2018-07-19 16:57:47 -07:00
Michael Rawlings
d3c9b8d919
4.12.2
v4.12.2
2018-07-19 16:47:46 -07:00
Michael Rawlings
c7b993db08
fix all for loop types ( #1091 )
2018-07-19 16:47:10 -07:00
Michael Rawlings
14d2943863
update changelog
2018-07-16 13:39:46 -07:00
Michael Rawlings
0ca3778363
4.12.1
v4.12.1
2018-07-16 13:37:10 -07:00
Michael Rawlings
7b7e6328bb
fixes #1022 - transcluded keys don't match, stateful component not preserved ( #1086 )
2018-07-16 13:22:33 -07:00
Michael Rawlings
b5f5f669ae
update changelog
2018-07-10 13:22:38 -07:00
Michael Rawlings
c6829e1efe
4.12.0
v4.12.0
2018-07-10 13:22:12 -07:00
Michael Rawlings
8bcb848297
enable style arrays ( #1082 )
2018-07-10 13:06:14 -07:00
Michael Rawlings
280f734f70
fixes #1075 - cannot compile dynamic tag at root with user key ( #1081 )
2018-07-10 13:05:43 -07:00
Michael Rawlings
f48e22c414
Fixes #1078 - don't mutate spread attributes ( #1080 )
2018-07-10 13:05:14 -07:00
Michael Rawlings
f5ebda8f2a
Tag params ( #1076 )
2018-07-10 13:04:46 -07:00
Michael Rawlings
63b0aeb58a
dynamic tag fixes
2018-07-10 10:57:31 -07:00
Michael Rawlings
2ec6695bd3
update changelog
2018-07-02 14:38:48 -07:00
Michael Rawlings
0b80f57aef
4.11.5
v4.11.5
2018-07-02 14:37:44 -07:00
Michael Rawlings
c6a2bf2819
Deprecation warnings ( #1073 )
...
* update complain
* use fallback location for deprecation if node does not have a position
2018-07-02 14:20:47 -07:00
Sandeep Vattapparambil
8e0cb388a7
Documentation on components updated ( #1061 )
2018-06-29 13:52:47 -07:00
Cameron Braid
d49498cb94
added failing test for #1059 ( #1072 )
...
* added failing test for #1059
2018-06-29 13:19:25 -07:00
Michael Rawlings
9722e2d809
update changelog
2018-06-28 15:35:50 -07:00
Michael Rawlings
916f12792f
4.11.4
v4.11.4
2018-06-28 15:30:44 -07:00
Michael Rawlings
5fe6cbec2e
fix nextsibiling error caused by components not being removed from lookup ( #1068 )
...
* fix nextSibiling error caused by components not being removed from lookup
2018-06-28 15:13:31 -07:00
Dylan Piercey
6d9c11d072
No longer set scoped attributes as default keys. ( #1069 )
...
* No longer set scoped attributes as default keys.
* Remove now unnecessary variable from compiled output
2018-06-28 12:19:31 -07:00
Michael Rawlings
1e4c5ce720
Merge pull request #1071 from marko-js/jsdom-context-require
...
switch to using extracted jsdom-context-require
2018-06-28 12:05:48 -07:00
Michael Rawlings
5729a7efd9
remove artificial memory limit, npm test is just mocha now
2018-06-28 10:13:32 -07:00
Michael Rawlings
bdd13e6449
update context-require
2018-06-28 10:12:37 -07:00
Michael Rawlings
505dd1e1ba
switch to using extracted jsdom-context-require
2018-06-27 14:12:41 -07:00
Michael Rawlings
47e2dfef0a
update changelog
2018-06-25 21:53:43 -07:00
Michael Rawlings
4c197199e1
4.11.3
v4.11.3
2018-06-25 21:50:53 -07:00
Michael Rawlings
a5b93ebb25
fix for loop autokeys ( #1067 )
2018-06-25 21:35:39 -07:00
Michael Rawlings
a78c54d25e
fix formatting, ignore ~* when formatting
2018-06-24 17:55:36 -07:00
Dustin Brown
2d307739df
Improve parity between React and Marko example ( #1037 )
...
* improve parity between React and Marko example
There was some unnecessary cruft in the opening React example. This simplifies it to make it more in line with the Marko example.
* fix broken React example
The example I gave didn't work. I've fixed it and changed `var` use to `const` and `let`.
2018-06-22 09:43:56 -04:00
Dylan Piercey
8679a3e681
4.11.2
v4.11.2
2018-06-21 13:03:08 -07:00
Dylan Piercey
66f7de0530
Fix regression with dynamic tag converting attributes to camelCase.
2018-06-21 13:02:52 -07:00
Austin Kelleher
97b4d8a78a
Update dependencies ( #1060 )
2018-06-21 12:31:07 -07:00
Austin Kelleher
d9805d0e28
Update prettier ( #1062 )
...
* update prettier
* format files with new version of prettier
2018-06-21 10:40:44 -07:00
Michael Rawlings
76137568f2
update changelog
2018-06-20 17:26:30 -07:00
Michael Rawlings
fb7575772c
4.11.1
v4.11.1
2018-06-20 17:22:34 -07:00
Michael Rawlings
ec9b644a92
Dynamic class style ( #1058 )
...
* fix dynamic tag class/style attributes
* allow object/arrays as class/style attributes in spread attributes
2018-06-20 17:13:27 -07:00
Michael Rawlings
9d0a3feff6
update changelog
2018-06-19 17:23:27 -07:00
Michael Rawlings
d9a3e18199
4.11.0
v4.11.0
2018-06-19 17:12:17 -07:00