Skip to content

Commit 55e8522

Browse files
Version Packages
1 parent 292fc5e commit 55e8522

11 files changed

+27
-49
lines changed

.changeset/dark-plums-play.md

-5
This file was deleted.

.changeset/dark-wolves-argue.md

-5
This file was deleted.

.changeset/evil-socks-sell.md

-5
This file was deleted.

.changeset/flat-berries-swim.md

-6
This file was deleted.

.changeset/lovely-houses-spend.md

-5
This file was deleted.

.changeset/mighty-groups-tell.md

-5
This file was deleted.

.changeset/plenty-doodles-train.md

-7
This file was deleted.

.changeset/slimy-pots-press.md

-5
This file was deleted.

.changeset/stupid-onions-speak.md

-5
This file was deleted.

packages/sku/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# sku
22

3+
## 14.3.0
4+
5+
### Minor Changes
6+
7+
- `vite (start|start-ssr)`: Open default browser on server start ([#1223](https://github.com/seek-oss/sku/pull/1223))
8+
9+
- `vite start`: Enable `devServerMiddleware` for vite projects ([#1225](https://github.com/seek-oss/sku/pull/1225))
10+
11+
- `vite (start|build)`: Enable `csp` functionality ([#1226](https://github.com/seek-oss/sku/pull/1226))
12+
13+
- Support root resolution of `.jsx` and `.cjs` files ([#1219](https://github.com/seek-oss/sku/pull/1219))
14+
15+
- `setup-hosts` ipv6 hosts are now added alongside their ipv4 counterpart ([#1221](https://github.com/seek-oss/sku/pull/1221))
16+
17+
- `vite (start)`: Enable `httpsDevServer` config option ([#1227](https://github.com/seek-oss/sku/pull/1227))
18+
19+
### Patch Changes
20+
21+
- `vite`: Ensure bundled pre-render entrypoint has a consistent name, regardless of the configured ([#1216](https://github.com/seek-oss/sku/pull/1216))
22+
`renderEntry`
23+
- `vite`: Change render entrypoint file `api` to match that of `webpack` rendering ([#1222](https://github.com/seek-oss/sku/pull/1222))
24+
25+
- Re-order root resolution file extensions in order of most common to least common file types ([#1219](https://github.com/seek-oss/sku/pull/1219))
26+
27+
Files with no extension will now be resolved in the following order: `.ts` -> `.tsx` -> `.mts` -> `.cts` -> `.js` -> `.jsx` -> `.mjs` -> `.cjs` -> `.json`
28+
329
## 14.2.0
430

531
### Minor Changes

packages/sku/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sku",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
55
"types": "./dist/index.d.ts",
66
"bin": {

0 commit comments

Comments
 (0)