All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Add
crossorigin
attribute for stylesheets (#77)
- Daniel Roe (@danielroe)
- Treat
.pcss
extension as a CSS extension (#69) - Improve type safety of
ssrContext
andcreateRenderer
(#73)
- Migrate to eslint v9 (#74)
- Remove explicit dev dependency on
expect-type
(bc09fa9) - Add prepack step (7ec1ec8)
- Test against node v18 (f080973)
- Daniel Roe (@danielroe)
- Aman Desai (@amandesai01)
⚠️ Addpreload
andprefetch
attributes to manifest (#50)
- Add crossorigin tag for script preload/prefetch (c05fe93)
- Don't hint to preload/prefetch styles loaded on page (#51)
- Update renovate config (b682845)
- Bump all dependencies (e9c6408)
- Update tests (ad2e20e)
⚠️ Addpreload
andprefetch
attributes to manifest (#50)
- Daniel Roe [email protected]
- Eagerly initialise dependencies cache (#47)
- Only inject entry scripts as
<script>
(#46)
- Reorder export conditions (d6c5b0c)
- Switch to changelogen for releases (18c9675)
- Update dependencies (69e6062)
- Add prettierrc (2e606da)
- Pooya Parsa (@pi0)
- Daniel Roe [email protected]
1.0.2 (2023-02-16)
1.0.1 (2023-02-08)
1.0.0 (2022-11-16)
0.5.0 (2022-11-03)
- disable font prefetching by default (#43)
0.4.4 (2022-10-18)
0.4.3 (2022-09-15)
0.4.2 (2022-08-12)
0.4.1 (2022-08-08)
0.4.0 (2022-08-04)
0.4.0-2 (2022-08-04)
0.4.0-1 (2022-08-03)
-
move resource parsing -> manifest stage and expose
/runtime
export (#33) -
move resource parsing -> manifest stage and expose
/runtime
export (#33) (5dde2d1)
0.4.0-0 (2022-08-02)
0.3.9 (2022-06-10)
0.3.8 (2022-05-06)
- expose all types and utils (cf0788f)
0.3.7 (2022-04-22)
0.3.6 (2022-04-19)
0.3.5 (2022-01-11)
0.3.4 (2021-11-30)
0.3.3 (2021-11-22)
0.3.2 (2021-10-13)
0.3.1 (2021-09-09)
0.3.0 (2021-09-07)
- rewrite to use new client manifest format (#15)
0.2.10 (2021-07-28)
0.2.9 (2021-07-21)
- fix <script src> formatting (9b07254)
0.2.8 (2021-07-21)
- use modulepreload for preloading modules (4c3afa3)
0.2.7 (2021-07-21)
- handle
.mjs
astype="module"
(4bae1cc)
0.2.6 (2021-07-21)
- assume resources without extension as js (5ebe828)
- handle situation where there are no initial scripts (3d55f4d)
0.2.5 (2021-07-12)
- more mjs handling (af2f761)
0.2.4 (2021-07-12)
- add exports map (0f5e597)
- support
.mjs
in isJS (6347cfd)
0.2.3 (2021-01-22)
- support createApp as promise for lazy loading (d5b82e7)
0.2.2 (2020-11-01)
- _registeredComponents should be a set (40a711c)
0.2.1 (2020-10-29)
0.2.0 (2020-10-29)
createRenderer
without Node dependency (d41d6b0)
0.1.0 (2020-10-29)
createRenderer
without Node dependency (d0f5218)