4776 Commits

Author SHA1 Message Date
Sean Gates
071a3ac566 Fixed misspelled "gelEl" to "getEl" (#1296) 2019-03-19 16:26:47 -07:00
Dylan Piercey
0cfc726622
4.16.2 v4.16.2 2019-03-19 16:16:47 -07:00
Dylan Piercey
7b7a1d8f64
Update changelog 2019-03-19 16:16:37 -07:00
Dylan Piercey
8be4a5d00d
Remove redundant part of key path for nested macros (#1295) 2019-03-19 16:14:05 -07:00
Dylan Piercey
070b09becd
Fix issue with hydrating nested fragments that are adjacent in the dom (#1294) 2019-03-19 16:08:37 -07:00
Ersun Warncke
ba7ab297d8 Update webpack property loaders to rules (#1293)
loaders is incorrect syntax using latest webpack (4.29.6)
2019-03-19 16:08:21 -07:00
Dylan Piercey
856185d833
4.16.1 v4.16.1 2019-03-15 13:01:46 -07:00
Dylan Piercey
df33e8d2ad
Update changelog 2019-03-15 13:01:37 -07:00
Dylan Piercey
2f54313613
Fix regression for no-update on dynamic tag html attributes (#1292)
* Fix regression for no-update on dynamic tag html attributes
2019-03-15 13:00:47 -07:00
Michael Rawlings
7fbdf14e84 4.16.0 v4.16.0 2019-03-15 11:39:03 -07:00
Michael Rawlings
c9c7e1a98f Update Changelog 2019-03-15 11:38:56 -07:00
Michael Rawlings
f3155e538c
add option to revert to old hydrate (pre 4.9) behavior (#1289) 2019-03-15 11:33:54 -07:00
Melissa Quan
3b63b51112 fix broken methods link (#1288) 2019-03-13 15:30:08 -07:00
Dylan Piercey
e74687c6b8
4.15.6 v4.15.6 2019-03-13 15:28:28 -07:00
Dylan Piercey
3930753246
Update changelog 2019-03-13 15:28:22 -07:00
Dylan Piercey
563786ea05
Fix startup regression in older browsers 2019-03-13 15:27:17 -07:00
Dylan Piercey
e04382da02
4.15.5 v4.15.5 2019-03-13 14:08:17 -07:00
Dylan Piercey
ed29e4d7b8
Update changelog 2019-03-13 14:07:14 -07:00
Dylan Piercey
979c813190
Improve parsing of arguments (#1286)
* Improve parsing of arguments
2019-03-13 14:03:31 -07:00
J. G. Sebring
ad560b0a1f docs: fix links (#1283)
Fixes broken links in docs.
2019-03-13 14:00:45 -07:00
Dylan Piercey
c96d181cd1
Fix issue with <title> namespace inside an svg (#1284) 2019-03-13 13:59:56 -07:00
Michael Rawlings
f46c8d5f14
Update README.md 2019-03-12 22:56:44 -07:00
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