420 Commits

Author SHA1 Message Date
github-actions[bot]
3ad4ebc86b [ci] release 2023-04-17 12:25:39 -07:00
Dylan Piercey
c7a197a5c2 feat: add strict types for native html tags 2023-04-17 12:13:20 -07:00
Tim Gates
ffa9bc3115 docs: Fix a few typos
There are small typos in:
- packages/marko/docs/marko-json.md
- packages/marko/docs/state.md
- packages/marko/docs/vite.md

Fixes:
- Should read `properties` rather than `properites`.
- Should read `individual` rather than `individial`.
- Should read `automatically` rather than `automaticall`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2023-04-07 21:13:59 -07:00
github-actions[bot]
11e53b5a31 [ci] release 2023-03-27 11:55:32 -07:00
Dylan Piercey
62afb3256a fix: remove class lifecycle types 2023-03-27 11:45:53 -07:00
github-actions[bot]
9ce05e1b7d [ci] release 2023-03-24 09:18:29 -07:00
Dylan Piercey
1fe71a5020 fix: avoid using typeof window checks 2023-03-24 09:07:13 -07:00
Dylan Piercey
f0c697d7b5 fix: avoid package.json remap for preserve tag 2023-03-24 09:07:13 -07:00
github-actions[bot]
6ab48ca259 [ci] release 2023-03-21 13:36:55 -07:00
github-actions[bot]
c4be8ba881 [ci] release 2023-03-17 14:07:54 -07:00
Michael Rawlings
ac1d5062a7
fix: modify/remove some inefficient regexes (#1916)
* fix: modify/remove some inefficient regexes
2023-03-17 13:34:06 -04:00
github-actions[bot]
43b5da5a7d [ci] release 2023-03-15 14:18:47 -07:00
Dylan Piercey
e8f1370cf6 feat: allow attr tags without a marko.json
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Luke LaValva <lukelavalva@gmail.com>
Co-authored-by: Ryan Turnquist <rturnq@gmail.com>
2023-03-15 14:13:09 -07:00
Dylan Piercey
2d3155e7b7
fix: avoid using eval in dev mode (#1913) 2023-03-15 14:09:41 -07:00
Dylan Piercey
8512cf3976
fix: remove circular dependencies (#1910) 2023-03-15 14:08:27 -07:00
github-actions[bot]
c49de3d5f2
[ci] release (#1908)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 19:21:19 -07:00
Dylan Piercey
7211a6937b
feat: expose a shorthand for out.global (#1907) 2023-03-07 18:57:39 -07:00
github-actions[bot]
413a37df0e [ci] release 2023-02-28 16:46:04 -07:00
github-actions[bot]
ef6b073976 [ci] release 2023-02-27 16:52:03 -07:00
Dylan Piercey
230523adf1 fix: issue with Marko.Component registered too late 2023-02-27 16:07:10 -07:00
github-actions[bot]
760fb1a6af
[ci] release (#1894)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-24 14:43:02 -05:00
Michael Rawlings
9f68641729 docs: TypeScript usage
Co-authored-by: Ryan Turnquist <rturnq@gmail.com>
Co-authored-by: Luke LaValva <lukelavalva@gmail.com>
2023-02-24 14:32:28 -05:00
github-actions[bot]
f1cb9dc595 [ci] release 2023-02-24 12:01:33 -07:00
DylanPiercey
35f29b66da [ci] format 2023-02-24 11:55:00 -07:00
Dylan Piercey
c55ae937c4 chore: improve types 2023-02-24 11:55:00 -07:00
github-actions[bot]
8a3b5f29ab [ci] release 2023-02-22 10:13:02 -07:00
Dylan Piercey
768fa17cb6 fix: improve state types 2023-02-22 10:09:03 -07:00
github-actions[bot]
2239b143c2 [ci] release 2023-02-17 16:15:30 -07:00
DylanPiercey
f19f1c61d2 [ci] format 2023-02-17 16:10:23 -07:00
Dylan Piercey
d110b0b5f6 chore: improve typescript support 2023-02-17 16:10:23 -07:00
github-actions[bot]
ae33e8779d [ci] release 2023-02-10 20:44:18 -07:00
Dylan Piercey
23e36a04b0
fix: ensure marko type definitions are exposed 2023-02-10 20:22:39 -07:00
github-actions[bot]
25f9744805 [ci] release 2023-02-10 20:12:06 -07:00
Taylor Hunt
ee8303ca15 Overhaul Rollup docs
- Better sell why you might want to use this integration in the first place
- More examples
- Copyediting
2023-02-10 18:07:06 -07:00
Taylor Hunt
a8bf4df09d
Mention TLS record sizes & MIME sniffing (#1882)
Smaller record sizes can have massive TTFB improvements for clients, and `X-CTO: nosniff` is something sites should really be doing anyway for security reasons.
2023-02-10 18:05:33 -07:00
Dylan Piercey
f1efd707aa
feat: add taglib extensions and type definitions for typescript support (#1885)
* feat: add taglib extensions and type definitions for typescript support

* [ci] format

---------

Co-authored-by: DylanPiercey <DylanPiercey@users.noreply.github.com>
2023-02-10 15:58:52 -07:00
Taylor Hunt
aaa1a91ccc
Renovate README (#1870)
See PR #1870 for deets
2023-02-01 15:45:21 -05:00
github-actions[bot]
ef20de41fd
[ci] release (#1881)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-18 09:12:32 -07:00
Dylan Piercey
c4cce33e8c
fix: ensure delimeter added when scripts merged across async writers (#1880) 2023-01-18 08:38:15 -07:00
github-actions[bot]
ae0da720b9
[ci] release (#1876)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-08 14:23:29 -07:00
Dylan Piercey
b744720db5
chore: upgrade magic-string module and lock file (#1875) 2023-01-08 14:04:28 -07:00
Taylor Hunt
a0970494e0
Update URLs (#1871)
- `http://`→`https://`
- Fixed the broken Code of Conduct links
- Updated stale reference URLs in the core taglib definition to point at current docs pages
- `www.ebaytechblog.com` started redirecting to `tech.ebayinc.com`, so I updated those URLs too
2022-12-07 13:46:50 -05:00
Voon Siong Wong
3077d39a27
Showcase interpolation in shorthand notation (#1869) 2022-11-30 08:09:13 -07:00
Taylor Hunt
bc7d2c98e3
Update Express docs (#1868)
* Update Express docs

Addresses #1867, fixes a dead link to available bundlers, and copyediting improvements.
2022-11-28 13:25:06 -07:00
github-actions[bot]
e27c61bc91
[ci] release (#1866)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-02 10:16:38 -07:00
github-actions[bot]
e110024da2
[ci] release (#1863)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-26 09:11:25 -07:00
Dylan Piercey
30e0ea43d5
fix: avoid template instance mutation in HMR mode (#1862) 2022-10-26 09:04:09 -07:00
github-actions[bot]
8909ef3e76
[ci] release (#1861)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-12 11:36:29 -07:00
BEN00262
86ae4013e5
Update vite.md (#1852)
correcting *createViteServer* to *createServer*, *createViteServer* is not imported
2022-09-11 21:45:59 -07:00
Taylor Hunt
50143dfe2c
Copyedit compiler docs (#1848)
* Copyedit compiler docs
2022-08-30 15:59:20 -07:00