-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2330 from AlbertoBrusa/release-notes
v4.2.x Release Notes
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
parent: Release Notes | ||
title: 4.2.x | ||
--- | ||
|
||
# Modular 4.2.0 | ||
|
||
## Changes | ||
|
||
- Non-modular workspaces can now be tested via `modular test` | ||
- Public assets are now supported in `esm-views` | ||
- Custom `public/index.html` are now supported for `esm-views` | ||
- Modular's Webpack configuration is now written in TypeScript | ||
- SSL certificates are now supported when building with `esbuild` | ||
|
||
# Merged Changes | ||
|
||
- [#2324](https://github.com/jpmorganchase/modular/pull/2324) | ||
[`d6ca9af`](https://github.com/jpmorganchase/modular/commit/d6ca9af0146951da42652d59b762e248b9a2bd58) | ||
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Modular test works | ||
on non-modular packages with test script | ||
|
||
- [#2288](https://github.com/jpmorganchase/modular/pull/2288) | ||
[`e76c272`](https://github.com/jpmorganchase/modular/commit/e76c272c4d5d03fb62453c74f8cba778a6419cf3) | ||
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Support | ||
public assets for esm-views | ||
|
||
- [#2282](https://github.com/jpmorganchase/modular/pull/2282) | ||
[`0d66f68`](https://github.com/jpmorganchase/modular/commit/0d66f68e87c3ec4a4b2b6e4e59fdcdae192b4c48) | ||
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Support | ||
custom `public/index.html` for esm-views | ||
|
||
- [#2283](https://github.com/jpmorganchase/modular/pull/2283) | ||
[`2c25504`](https://github.com/jpmorganchase/modular/commit/2c25504b4921f8afa8a00f74d39f8fb0f9a315aa) | ||
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Fix support for SSL | ||
certificates in esbuild mode | ||
|
||
- [#2283](https://github.com/jpmorganchase/modular/pull/2283) | ||
[`2c25504`](https://github.com/jpmorganchase/modular/commit/2c25504b4921f8afa8a00f74d39f8fb0f9a315aa) | ||
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Rewrote Webpack | ||
Configuration in TypeScript | ||
|
||
# Patch Versions | ||
|
||
Patch versions of this release do not have a dedicated summary. For details of | ||
patch releases, please visit | ||
[the GitHub releases page](https://github.com/jpmorganchase/modular/releases). |