Michael Rawlings
|
0d6004f3ba
|
remove deprecated stuff from non-deprecated tests
|
2017-01-28 14:08:56 -08:00 |
|
Patrick Steele-Idem
|
b9871ae422
|
Fixes #551 - <Select> is not working properly
|
2017-01-28 12:55:58 -07:00 |
|
Michael Rawlings
|
eb7fe13474
|
remove console.logs
|
2017-01-27 15:10:09 -08:00 |
|
Michael Rawlings
|
2b00ce0f96
|
Merge branch 'master' of github.com:marko-js/marko
|
2017-01-27 15:07:52 -08:00 |
|
Michael Rawlings
|
3afe156b71
|
persist input data across re-renders
|
2017-01-27 15:07:48 -08:00 |
|
Patrick Steele-Idem
|
b67f864071
|
Restored tests after switch from "data" to "input" #549
|
2017-01-26 22:34:02 -07:00 |
|
Patrick Steele-Idem
|
489321cf54
|
Fixes #549 - Migrate from "data" to "input"
|
2017-01-26 17:18:12 -07:00 |
|
Patrick Steele-Idem
|
96a360e515
|
Fixes #548 - Switch from <style lang="less"> to style.less { } for inline component styles
|
2017-01-26 16:53:15 -07:00 |
|
Patrick Steele-Idem
|
82dbdb1fcd
|
Changes to allow compiler to work in the browser
|
2017-01-26 15:38:53 -07:00 |
|
Patrick Steele-Idem
|
2b97936d35
|
Bug: subscriptions not stored with widget instance
|
2017-01-26 15:38:53 -07:00 |
|
Patrick Steele-Idem
|
e26ae0cd5b
|
Avoid widget include check if not nested within a custom tag or an HTML tag
|
2017-01-26 15:38:53 -07:00 |
|
Patrick Steele-Idem
|
54b3fec8d0
|
Added "input" to the whitelist for bubbling events
|
2017-01-26 15:38:53 -07:00 |
|
Michael Rawlings
|
07e06f273d
|
fix regex for discovering supporting component files
|
2017-01-25 15:13:52 -08:00 |
|
Michael Rawlings
|
aba2371523
|
Merge branch 'master' of github.com:marko-js/marko
|
2017-01-24 17:47:19 -08:00 |
|
Michael Rawlings
|
678d384978
|
deprecate <script> with export and template-helpers. fixes #547
|
2017-01-24 17:47:10 -08:00 |
|
Patrick Steele-Idem
|
a98a453ada
|
Various optimizations
|
2017-01-24 16:08:34 -07:00 |
|
Michael Rawlings
|
bce3836d09
|
update custom tags doc
|
2017-01-24 10:23:25 -08:00 |
|
Michael Rawlings
|
de157dd671
|
slight improvement to core tags docs
|
2017-01-24 00:26:18 -08:00 |
|
Michael Rawlings
|
8b14f3f35d
|
add static tag
|
2017-01-23 20:36:37 -08:00 |
|
Michael Rawlings
|
4b1f2a5372
|
begin removal of restriction to index.marko for single-file components
|
2017-01-23 20:36:21 -08:00 |
|
Michael Rawlings
|
3bd85d0707
|
add support for class tag
|
2017-01-23 17:58:48 -08:00 |
|
Michael Rawlings
|
01f1182b63
|
Merge branch 'master' of github.com:marko-js/marko
|
2017-01-23 14:00:10 -08:00 |
|
Michael Rawlings
|
9dd41d36a2
|
beginning of v4 docs
|
2017-01-23 14:00:04 -08:00 |
|
Patrick Steele-Idem
|
f098090d1c
|
4.0.0-rc.8
v4.0.0-rc.8
|
2017-01-21 16:08:17 -07:00 |
|
Patrick Steele-Idem
|
c393e310e9
|
Fixed deprecated test
|
2017-01-21 16:03:35 -07:00 |
|
Patrick Steele-Idem
|
225ae2729f
|
Various fixes
|
2017-01-21 15:44:21 -07:00 |
|
Patrick Steele-Idem
|
c70fbc5cac
|
Removed extra whitespace
|
2017-01-21 15:43:37 -07:00 |
|
Patrick Steele-Idem
|
f4121f9d22
|
4.0.0-rc.7
v4.0.0-rc.7
|
2017-01-21 09:40:07 -07:00 |
|
Patrick Steele-Idem
|
68eb6717dc
|
Fixes #544 - Usage of macro before it is defined not handled correctly
Register macro when the node is created instead of waiting until code generation
|
2017-01-21 09:39:49 -07:00 |
|
Patrick Steele-Idem
|
44a32d34c4
|
Fixed expected
|
2017-01-20 14:36:23 -07:00 |
|
Patrick Steele-Idem
|
a48caf85a0
|
Test case for #543 - Expression grouping with parentheses not respected
|
2017-01-20 13:58:37 -07:00 |
|
Patrick Steele-Idem
|
694421470b
|
Internal refactoring: V prefix for VDOM nodes
|
2017-01-20 13:40:21 -07:00 |
|
Patrick Steele-Idem
|
4d24c8bdfa
|
4.0.0-rc.6
v4.0.0-rc.6
|
2017-01-19 15:11:05 -07:00 |
|
Patrick Steele-Idem
|
271b726ecc
|
Fixes #541 - Fixed handling of placeholders in string attribute value
|
2017-01-19 15:04:38 -07:00 |
|
Patrick Steele-Idem
|
d91fc9efa8
|
Merge pull request #533 from marko-js/532-markoc-version
Add --version | -v support to markoc.
|
2017-01-19 13:30:12 -07:00 |
|
Michael Rawlings
|
5884343390
|
4.0.0-rc.5
v4.0.0-rc.5
|
2017-01-18 22:34:37 -08:00 |
|
Patrick Steele-Idem
|
f816916939
|
Added test for calling toString() on object
|
2017-01-18 22:43:35 -07:00 |
|
Patrick Steele-Idem
|
46cf960aec
|
Use UTC date for test
|
2017-01-18 22:43:17 -07:00 |
|
Michael Rawlings
|
cd855f6edf
|
work around issues with server bundling
|
2017-01-18 18:22:14 -08:00 |
|
Michael Rawlings
|
a3733dbdd8
|
Merge branch 'master' of github.com:marko-js/marko
|
2017-01-18 16:36:38 -08:00 |
|
Michael Rawlings
|
3d4b70dbd9
|
improve inline style attribute performance
|
2017-01-18 16:36:30 -08:00 |
|
Patrick Steele-Idem
|
011104bb89
|
4.0.0-rc.4
v4.0.0-rc.4
|
2017-01-18 16:31:48 -07:00 |
|
Patrick Steele-Idem
|
09b45ba190
|
Fixes #539 - Marko template prints only string values
|
2017-01-18 16:26:22 -07:00 |
|
Patrick Steele-Idem
|
05028dc02c
|
Use tagString for handling the var tag
|
2017-01-18 16:25:46 -07:00 |
|
Patrick Steele-Idem
|
9e4a638c51
|
Moved handling of String includes into the core tag
|
2017-01-18 07:12:45 -07:00 |
|
Austin Kelleher
|
7dc0bf3eeb
|
Merge pull request #535 from marko-js/greenkeeper/fs-extra-2.0.0
Update fs-extra to the latest version 🚀
|
2017-01-16 14:03:11 -05:00 |
|
greenkeeper[bot]
|
7ff3d9bea5
|
chore(package): update fs-extra to version 2.0.0
https://greenkeeper.io/
|
2017-01-16 15:33:31 +00:00 |
|
austinkelleher
|
f26e6ef22b
|
Add --version | -v support to markoc.
|
2017-01-16 07:44:34 -05:00 |
|
Patrick Steele-Idem
|
f419c9f8e4
|
Added a test for using computed props when doing an assignment
|
2017-01-15 11:18:11 -07:00 |
|
Patrick Steele-Idem
|
346797a89d
|
4.0.0-rc.3
v4.0.0-rc.3
|
2017-01-13 19:49:35 -07:00 |
|