Skip to content

Commit 57d358c

Browse files
Version Packages
1 parent 2457da4 commit 57d358c

10 files changed

+25
-44
lines changed

.changeset/dark-plums-play.md

-5
This file was deleted.

.changeset/dark-wolves-argue.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

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
- Support root resolution of `.jsx` and `.cjs` files ([#1219](https://github.com/seek-oss/sku/pull/1219))
12+
13+
- `setup-hosts` ipv6 hosts are now added alongside their ipv4 counterpart ([#1221](https://github.com/seek-oss/sku/pull/1221))
14+
15+
- `vite (start)`: Enable `httpsDevServer` config option ([#1227](https://github.com/seek-oss/sku/pull/1227))
16+
17+
### Patch Changes
18+
19+
- `vite`: Ensure bundled pre-render entrypoint has a consistent name, regardless of the configured ([#1216](https://github.com/seek-oss/sku/pull/1216))
20+
`renderEntry`
21+
- `vite`: Change render entrypoint file `api` to match that of `webpack` rendering ([#1222](https://github.com/seek-oss/sku/pull/1222))
22+
23+
- 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))
24+
25+
Files with no extension will now be resolved in the following order: `.ts` -> `.tsx` -> `.mts` -> `.cts` -> `.js` -> `.jsx` -> `.mjs` -> `.cjs` -> `.json`
26+
327
## 14.2.0
428

529
### 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)