4758 Commits

Author SHA1 Message Date
github-actions[bot]
a1f79845e5
[ci] release (#1956)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.27.9
2023-05-16 09:38:15 -07:00
Dylan Piercey
ca9bfa2a2b
fix: type definition for MarkoTagBody AST (#1955) 2023-05-16 09:33:19 -07:00
github-actions[bot]
aa756f68ba
[ci] release (#1954)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.25.14
2023-05-16 08:32:55 -07:00
Luke LaValva
2b88703d5f
fix(input): make type optional (#1953)
* fix(input): make type optional

* chore: add changeset
2023-05-16 08:25:47 -07:00
github-actions[bot]
e2cf5c7c35
[ci] release (#1952)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.25.13
2023-05-08 11:20:39 -07:00
Dylan Piercey
946f596c2d
chore: improve types (#1951) 2023-05-08 11:05:45 -07:00
github-actions[bot]
e81d431ce2
[ci] release (#1950)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.27.8 @marko/translator-default@5.25.8 marko@5.25.12
2023-05-08 10:30:15 -07:00
Dylan Piercey
7f6b65a4b6
fix: use internal node_modules for remapped files (#1949)
* fix: use internal node_modules for remapped files

* [ci] format

---------

Co-authored-by: DylanPiercey <DylanPiercey@users.noreply.github.com>
2023-05-08 10:21:16 -07:00
github-actions[bot]
516319d2c7
[ci] release (#1948)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.25.11
2023-04-26 17:23:12 -07:00
Luke LaValva
7264e6ce63
fix(typescript): add missing event handlers (#1947)
* fix(typescript): add missing event handlers

Co-authored-by: LuLaValva <LuLaValva@users.noreply.github.com>
2023-04-26 16:08:15 -07:00
github-actions[bot]
c4e7e9571c
[ci] release (#1946)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.25.10
2023-04-25 13:28:35 -07:00
Luke LaValva
ce2ab47637
fix(typescript): add no-update-body and no-update-body-if (#1945)
* fix(typescript): add no-update-body and no-update-body-if

* Create changeset
2023-04-25 13:01:01 -07:00
Dylan Piercey
e940554405
chore: update contributing doc 2023-04-21 14:51:03 -07:00
github-actions[bot]
dc8db47363
[ci] release (#1941)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.25.9
2023-04-21 12:46:57 -07:00
Eugene Fidelin
ed74ab32f8
Add note that dynamic tag doesn't work for macro (#1925) 2023-04-21 12:31:43 -07:00
Lucas Gonze
dd433d7706
Add OpenSSF Best Practices badge (#1933)
* Add OpenSSF Best Practices badge.

Signed-off-by: Lucas Gonze <lucas@gonze.com>

---------

Signed-off-by: Lucas Gonze <lucas@gonze.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
2023-04-21 12:16:38 -07:00
Dylan Piercey
00c1535387
chore: fix format ci action 2023-04-21 12:10:38 -07:00
Dylan Piercey
5e8486c0d5 chore: improve typescript docs, link to type-check cli 2023-04-21 11:39:27 -07:00
Dylan Piercey
b314879466 fix: add back NativeTagInput and NativeTagReturn deprecated types 2023-04-21 11:39:27 -07:00
github-actions[bot]
23f7f44e7a [ci] release marko@5.25.8 2023-04-20 19:57:04 -07:00
Dylan Piercey
d8a922085e fix: improve form control types 2023-04-20 19:50:10 -07:00
github-actions[bot]
d959fcf1a6 [ci] release marko@5.25.7 2023-04-20 16:02:40 -07:00
Dylan Piercey
f216ca2540 feat: add ability to extend css properties 2023-04-20 15:53:53 -07:00
Dylan Piercey
f99e6deff2 fix: input tag type regression 2023-04-20 15:53:53 -07:00
github-actions[bot]
63faa46009 [ci] release @marko/compiler@5.27.7 @marko/translator-default@5.25.7 marko@5.25.6 2023-04-20 11:07:56 -07:00
Dylan Piercey
722467a6cf chore: loosen the requirements for the input tags types 2023-04-20 11:01:56 -07:00
Dylan Piercey
a5fbf6cb3b chore: expose attribute directive types 2023-04-20 11:01:56 -07:00
Dylan Piercey
4523d7ce1b chore: allow HTMLAttribute types to omit generic 2023-04-20 11:01:56 -07:00
Dylan Piercey
c492349a84 fix: style attribute types 2023-04-20 11:01:56 -07:00
Dylan Piercey
04d6fad6d5 fix: strip types from inline component class 2023-04-20 11:01:56 -07:00
github-actions[bot]
3ad4ebc86b [ci] release @marko/compiler@5.27.6 @marko/translator-default@5.25.6 marko@5.25.5 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
github-actions[bot]
550e50bfa2 [ci] release @marko/compiler@5.27.5 @marko/translator-default@5.25.5 2023-04-12 10:12:17 -07:00
LuLaValva
712f680623
chore: add changeset 2023-04-12 10:05:23 -07:00
LuLaValva
c99e3c2b22 feat(ts): type override for imports 2023-04-12 10:02:50 -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 @marko/compiler@5.27.4 @marko/translator-default@5.25.4 marko@5.25.4 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 @marko/compiler@5.27.3 @marko/translator-default@5.25.3 marko@5.25.3 2023-03-24 09:18:29 -07:00
Dylan Piercey
c41cda53c8 refactor: avoid config deduping via global (it has not been working since Marko 4 anyway and is probably bad) 2023-03-24 09:07:13 -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 @marko/compiler@5.27.2 @marko/translator-default@5.25.2 marko@5.25.2 2023-03-21 13:36:55 -07:00
Dylan Piercey
396ca10e9e
fix: remove babel plugins now enabled by default and update test snapshots 2023-03-21 13:26:39 -07:00
Dylan Piercey
7d5dab41c3 feat: support declared ts class members, remove extra export in stripTypes mode 2023-03-21 12:58:29 -07:00
Dylan Piercey
cceab7d206 fix: loosen babel parse errors 2023-03-21 11:00:29 -07:00
github-actions[bot]
c4be8ba881 [ci] release @marko/compiler@5.27.1 @marko/translator-default@5.25.1 marko@5.25.1 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 @marko/compiler@5.27.0 @marko/translator-default@5.25.0 marko@5.25.0 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