258 Commits

Author SHA1 Message Date
Coding Girl
551cf63d2e Update installing.md (#1349)
Add lasso configuration description for "Initializing server-rendered components", let it clearly to read and more easy in practice.
2019-06-24 14:28:29 -07:00
J. G. Sebring
fac1eb4b6b docs: fix broken link (#1358) 2019-06-18 07:39:58 -07:00
Matt Stow
a5778de6b9 Fixed bold text in differences (#1353) 2019-06-13 09:51:26 -07:00
Andrew Gliga
8fc2ec4c85
Merge pull request #1332 from marko-js/body-only-if-tag
Deprecated body-only-if tag
2019-06-12 14:52:51 -07:00
Will
6517e9c5f8 typo (#1351) 2019-06-11 06:59:04 -06:00
J. G. Sebring
37ff4ff263 docs: fix broken link (#1352) 2019-06-11 06:58:14 -06:00
Andrew Gliga
af95c09e94
Merge branch 'master' of github.com:marko-js/marko into body-only-if-tag 2019-06-06 12:20:36 -07:00
Danilo Cabello
56aa98e9bc Fix typo in events.md (#1337) 2019-05-21 14:07:11 -07:00
Danilo Cabello
c53a3567c7 Fix typo in body-content.md (#1338) 2019-05-21 14:06:59 -07:00
Andrew Gliga
9194b14349
Updated code for review comments 2019-05-16 08:51:52 -07:00
Andrew Gliga
3b4d8484fe
Fixed test failures and cleaned up code 2019-05-15 14:46:38 -07:00
Nitin Surana
15e8ec6d44 Fix typo (#1325) 2019-05-06 11:04:47 -07:00
Lucas Machado
92822703d9 Fixed typo in events.md (#1316) 2019-04-09 09:14:33 -07:00
Lucas Machado
25d3d0d5ff Corrected typos (#1315)
* Corrected typos

Corrected two types, from its to it's and cumbersum to cumbersome

* Reverted change to its
2019-04-09 06:23:21 -06:00
J. G. Sebring
ff2c26d3a2 docs: fix link text (#1299)
Correction of link text.
2019-03-27 15:32:46 -07:00
Sean Gates
071a3ac566 Fixed misspelled "gelEl" to "getEl" (#1296) 2019-03-19 16:26:47 -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
Melissa Quan
3b63b51112 fix broken methods link (#1288) 2019-03-13 15:30:08 -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
cb07ad5c10
Documentation fixes 2019-03-01 14:21:47 -08:00
Dylan Piercey
a3e480eeca
Fix some broken links in docs 2019-02-15 09:14:34 -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
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
Michael Rawlings
75f1628d99 update to new htmljs-parser which supports pipe params, add flagged tag param migration (#1236)
* update to new htmljs-parser which supports pipe params, add flagged tag param migration
2019-01-17 13:26:59 -08:00
Michael Rawlings
3afd7d4264
regenerate package-lock and run prettier 2018-12-11 13:19:07 -08:00
Damodaran
8ad3c30a7a Update lasso.md (#1089) 2018-12-06 13:27:12 -08:00
De Oliveira Tristan
1bfe909c36 added scoped link feature (#1172)
* added scoped link feature
* added scoped link to documentation
2018-11-21 13:10:45 -08:00
Denis Sikuler
d49055beed Fix several typos in components documentation (#1141)
* Fix several typos in components documentation

* Remove redundant word from components docs
2018-10-02 10:11:49 -04:00
Thord Setsaas
d1d3aa04d3 Fixed typos in components.md (#1127)
Removed two instances of duplicated words, "to to" and "so so"
2018-09-13 13:35:01 -06:00
Michael Rawlings
1303efaa27
fixes #800 - add docs for boolean attributes 2018-08-29 13:03:00 -07:00
Michael Rawlings
4937dcd3fc
closes #847 - allow discovering tags where the template name matches the directory (#1117)
* closes #847 - allow discovering tags in the directory structure components/tag-name/tag-name.marko

* add docs for discovering tags with template name matching parent directory
2018-08-28 16:35:22 -07:00
Michael Rawlings
9e7c334946
fixes #999 remove non-existant method from docs 2018-08-28 14:48:52 -07:00
Anton Wilhelm
de9674efe6 fix missing module to install (#1110)
lasso module is missing

CLI installation globally is not enough, otherwise I get this error:
Error while applying option of "plugin". 
Cause: Error: Cannot find module 'lasso/package'
2018-08-16 05:59:45 -04:00
Michael Rawlings
168dc9b71e
support functions as event handlers (#1106) 2018-08-07 14:58:47 -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
8bcb848297
enable style arrays (#1082) 2018-07-10 13:06:14 -07:00
Sandeep Vattapparambil
8e0cb388a7 Documentation on components updated (#1061) 2018-06-29 13:52:47 -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
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
e2fd5b63da
dynamic tag (#1057) 2018-06-19 17:11:54 -07:00
Michael Rawlings
d84a1d79a0
format 2018-06-19 13:54:03 -07:00
Damodaran
2aeac694a4 Adding docs for new package types for Marko with Lasso (#1047) 2018-06-19 13:42:33 -07:00
Sandeep Vattapparambil
afc473d892 DOCS Updated. (#1054)
Documentations on split components has beed edited and updated.
2018-06-19 13:29:28 -07:00
Austin Kelleher
6e55f146a0 Fix #1049 - Fix documentation urls on the website. 2018-05-23 17:11:40 -04:00
kounelios13
d7c135891b Use http variable (#1024)
Instead of requiring the http module again use the http variable.
2018-03-23 11:45:50 -04:00
Michael Rawlings
0f5e639775 Format + lint (#1016)
* add prettierignore

* switch to eslint:recommended + eslint-config-prettier

* fix eslint violations

* remove more .jshintrc files

* better conditional structure

* add prettier and update prettier ignore

* add precommit hook to run prettier

* add lint check to precommit and format check to ci

* format all the things

* add generated files

* let npm do it's thing with package.json
2018-03-09 10:02:11 -08:00
Scott Davis
f76bfff323 Add once-[event] directive Fixes #985 (#990)
* Add `once-[event]` directive.
* Improve docs for attaching events.
2018-02-20 10:33:43 -08:00