3754 Commits

Author SHA1 Message Date
Aoshi Fujioka
8899e657ad Modify wrong link to documentation on README (#1278)
* fix: Modify link to component documentation on README

* fix: Modify several links' scheme
2019-03-11 09:04:22 -07:00
Dylan Piercey
f6b4c9f8b3
4.15.4 v4.15.4 2019-03-05 14:57:30 -08:00
Dylan Piercey
7522e4473e
Update changelog 2019-03-05 14:57:20 -08:00
Dylan Piercey
a85230075f
Forward error events from nested out of order async outs (#1275)
* Forward error events from nested out of order async outs
2019-03-05 14:52:06 -08:00
Michael Rawlings
e5f5149b58 Merge branch 'master' of github.com:marko-js/marko 2019-03-04 19:52:41 -08:00
Dylan Piercey
1ac5c384d8
4.15.3 v4.15.3 2019-03-01 16:05:05 -08:00
Dylan Piercey
0c4036706e
Fix changelog 2019-03-01 16:04:59 -08:00
Dylan Piercey
ea0e7ea735
4.15.2 2019-03-01 16:03:12 -08:00
Dylan Piercey
304174203d
Update changelog 2019-03-01 16:03:03 -08:00
Dylan Piercey
cbf934d576
Prevent logging false positive deprecations for legacy nested tags (#1271) 2019-03-01 16:01:17 -08:00
Dylan Piercey
cb07ad5c10
Documentation fixes 2019-03-01 14:21:47 -08:00
Michael Rawlings
fc674c0043 4.15.2 v4.15.2 2019-02-20 16:32:12 -08:00
Michael Rawlings
d3d63360fe Update changelog 2019-02-20 16:32:02 -08:00
Michael Rawlings
376ce66247
move legacy api into guarded block so it's not included in a server bundle (#1267)
Moves the legacy dependencies api (used by older versions of lasso-marko) into a block that's guarded by !process.env.BUNDLE. APIs inside this block use dynamic requires and are either intended for development or are legacy apis. This is needed so that webpack does not throw warnings or errors when building a bundle for node.
2019-02-20 16:23:55 -08:00
Dylan Piercey
29a8210e2e
4.15.1 v4.15.1 2019-02-15 15:52:01 -08:00
Dylan Piercey
3967ed28b2
Update changelog 2019-02-15 15:51:53 -08:00
Dylan Piercey
95c515e66f
Fix function as event handler when server side rendering (#1262) 2019-02-15 15:49:08 -08:00
Dylan Piercey
a3e480eeca
Fix some broken links in docs 2019-02-15 09:14:34 -08:00
Dylan Piercey
83837cb6b2
Update examples in main README 2019-02-14 16:56:53 -08:00
Dylan Piercey
644b2b4b23
fix changelog link 2019-02-14 16:52:30 -08:00
Dylan Piercey
07f157e1f5
4.15.0 v4.15.0 2019-02-14 16:47:14 -08:00
Dylan Piercey
933f70c67f
Update changelog 2019-02-14 16:47:01 -08:00
Michael Rawlings
d2a0de5a2e fix <html-comment> tag (#1261) 2019-02-14 16:26:31 -08:00
Dylan Piercey
bfe194d8c9 Implement modern arguments support for dynamic tags (#1259) 2019-02-14 15:12:09 -08:00
Dylan Piercey
c7c32a900c Deprecate some tags, and add notes for future deprecations (#1258) 2019-02-14 15:11:20 -08:00
Dylan Piercey
cdb60996d5 Fix regression with dynamic attributes as a string on server side (#1257) 2019-02-14 15:11:01 -08:00
Michael Rawlings
1b7659f3fe
Modernize docs (#1260)
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
2019-02-14 15:09:18 -08:00
Michael Rawlings
2ebe7b7838
Merge pull request #1248 from marko-js/tag-param-core-tags
Core tags switch to tag params.
2019-02-07 12:20:12 -08:00
Dylan Piercey
9e1577fff4
Migrate legacy macro syntax to tag params 2019-02-07 11:54:00 -08:00
Dylan Piercey
59ce9e8f07
Update <for> to use tag params and add migration (#1238) 2019-02-07 11:53:59 -08:00
Dylan Piercey
24753a7674
Upgrade <await> tag to use tag parameters and attribute tags. Add migration from old syntax. (#1244) 2019-02-07 11:50:49 -08:00
Dylan Piercey
681ba112cd Remove unneeded hasRenderBody check (#1255) 2019-02-07 11:30:10 -08:00
Neville Mehta
8cc3f12c40 add test for whitespace between class {} and <html> (#1256) 2019-02-07 11:28:29 -08:00
Dylan Piercey
e4137ba00b
4.14.25 v4.14.25 2019-02-05 11:33:41 -08:00
Dylan Piercey
bbb791e2f0
Update changelog: 2019-02-05 11:33:26 -08:00
Dylan Piercey
f7698fb774
Fix regression with escaped sequences in non standard template literals (#1254) 2019-02-05 11:31:05 -08:00
Michael Rawlings
5df77ec33e
4.14.24 v4.14.24 2019-02-02 12:27:17 -08:00
Michael Rawlings
c92a09511a
update changelog 2019-02-02 12:27:07 -08:00
Michael Rawlings
67d10cb596 update test snapshots to reflect new await flushes 2019-02-02 12:13:08 -08:00
Spark Liu
cd0eb6997f Fix #1251 - add flush before begin await 2019-02-02 12:13:08 -08:00
Michael Rawlings
91f54c5b9b update render-async tests to show flush points, skip vdom client-reorder tests 2019-02-02 12:13:08 -08:00
Dylan Piercey
a5d80a4b5c
4.14.23 v4.14.23 2019-01-31 15:05:05 -08:00
Dylan Piercey
2a0ecec208
Update changelog 2019-01-31 15:04:56 -08:00
Dylan Piercey
6ed4e9dd7f
Improve optimization for nested tags wrapped in an if statement (#1249)
* Improve optimization for nested tags wrapped in an if statement with whitespace
2019-01-31 15:03:09 -08:00
Dylan Piercey
ecae71cde2
Fix 'marko is using deprecated features' message (#1250) 2019-01-31 15:02:56 -08:00
Dylan Piercey
354576ba29
4.14.22 v4.14.22 2019-01-29 14:06:54 -08:00
Dylan Piercey
33be1e7612
Update changelog 2019-01-29 14:06:43 -08:00
Michael Rawlings
086d55af58 Client-reorder handle removed placeholder gracefully. (#1243) 2019-01-29 13:56:35 -08:00
Dylan Piercey
465ebee841
Treat importing tags the same as using the tag within the template. (#1245) 2019-01-29 13:56:18 -08:00
Dylan Piercey
cf9525c671
Fix regression when migrating include tags with side effects. (#1246) 2019-01-29 13:55:54 -08:00