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
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
Michael Rawlings
ecc7763f26
Update lasso.md
2018-02-14 11:35:25 -08:00
Ajaykumar
09ed886009
Updated the docs to use lasso-marko-taglib.
...
Make sure to use lasso-marko-taglib, when we are using latest lasso versions.
2018-02-14 11:35:25 -08:00
Michael Rawlings
4d11fa6802
Spread attributes. Completes #878 ( #967 )
...
* add spread operator and update docs.
2018-02-06 16:01:25 -08:00
Guru Prasath
74f6dcd3fa
Updated the marko-fastify project link ( #977 )
...
Fixed the incorrect marko-fastify project link.
2018-01-24 08:20:12 -05:00
Scott Davis
de45c3aa12
update docs for advanced attribute definition ( #968 )
2018-01-08 17:27:51 -05:00
Rohit Gohri
413618bc73
Update Docs: Fix framework integrations' doc links ( #936 )
...
The links for express, hapi, koa, huncwot were not working. Appended '.md' to them to resolve the issue.
2017-11-29 16:17:36 -08:00
Austin Kelleher
6ed3628846
Add 10 Awesome Marko Features article.
2017-10-26 07:31:41 -04:00
Patrick Steele-Idem
0344faf8ab
Fixes #861 - Add docs for the :scoped modifier on attributes
2017-10-12 17:12:47 -06:00
Austin Kelleher
084e0613a0
Fixes #865 - Add documentation for Fastify.
2017-09-27 09:12:57 -07:00