Skip to content

Commit

Permalink
Merge pull request #2330 from AlbertoBrusa/release-notes
Browse files Browse the repository at this point in the history
v4.2.x Release Notes
  • Loading branch information
AlbertoBrusa authored Mar 28, 2023
2 parents 4276967 + 35e69b0 commit 142b74d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/releases/4.2.x.md
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).

0 comments on commit 142b74d

Please sign in to comment.