2022-07-07 16:57:56 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
2023-09-14 10:58:37 +08:00
|
|
|
## 3.0.4
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
|
|
|
|
|
2023-08-03 14:45:10 +08:00
|
|
|
## 3.0.3
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- e40a7cb2: fix: add `bounces` attr
|
|
|
|
|
|
2023-07-20 11:52:07 +08:00
|
|
|
## 3.0.2
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- 39c92e5b: fix: format of dataLoaderConfig loader changed.
|
|
|
|
|
|
2023-07-06 16:41:48 +08:00
|
|
|
## 3.0.1
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- 110b282b: fix: do not render document when template is set to false
|
|
|
|
|
|
2023-06-16 10:07:54 +08:00
|
|
|
## 3.0.0
|
|
|
|
|
|
|
|
|
|
### Major Changes
|
|
|
|
|
|
|
|
|
|
- 583c29b3: feat: the target of PHA worker should be appWorker.
|
|
|
|
|
|
2023-05-16 16:06:21 +08:00
|
|
|
## 2.0.3
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- b1e89bc7: fix: PHA plugin can only run in web
|
|
|
|
|
- d4f943fb: feat: support downgradeUrl
|
|
|
|
|
- 922f0700: feat: support config of dataLoader for pha plugin
|
|
|
|
|
- ce94e054: fix: fix frames build err in multiple
|
2023-05-16 17:42:51 +08:00
|
|
|
- a878225f: fix: dataLoader is sent repeatedly in PHA
|
2023-05-16 16:06:21 +08:00
|
|
|
|
2023-03-30 13:22:49 +08:00
|
|
|
## 2.0.2
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- 4e1d9065: refactor: reuse route paths
|
|
|
|
|
- 085498aa: fix: use latest plugin API of excuteServerEntry
|
|
|
|
|
- 83af2887: feat: support pull refresh
|
|
|
|
|
|
2023-03-16 13:29:42 +08:00
|
|
|
## 2.0.1
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
- 0c61f469: fix: prevent data loader to breack generate manifest
|
|
|
|
|
fix: should replace env vars when build appWork
|
|
|
|
|
|
2023-03-02 13:55:59 +08:00
|
|
|
## 2.0.0
|
|
|
|
|
|
|
|
|
|
### Major Changes
|
|
|
|
|
|
|
|
|
|
- 6824ad63: fix: fix data of prefetch decamelize (break change)
|
|
|
|
|
- 73ae8bf4: fix: app-worker is not compiled when set a custom name
|
|
|
|
|
- 1c09e79e: fix: support plugin-pha interface optional
|
|
|
|
|
- 56fb406e: fix: support types definition without specify esm folder
|
|
|
|
|
|
2023-02-20 11:15:53 +08:00
|
|
|
## 1.1.3
|
2023-02-13 15:11:02 +08:00
|
|
|
|
2023-02-16 16:11:49 +08:00
|
|
|
### Patch Changes
|
|
|
|
|
|
2023-02-20 11:15:53 +08:00
|
|
|
- [fix] dev manifest should work when manifest has not tabBar
|
|
|
|
|
- [fix] preload should be false default
|
|
|
|
|
- [fix] print log once
|
|
|
|
|
- [feat] support configure for resource_prefetch
|
2023-02-13 15:11:02 +08:00
|
|
|
|
2023-02-10 10:00:19 +08:00
|
|
|
## 1.1.2
|
|
|
|
|
|
|
|
|
|
- [fix] should't parse template in SSR/SSG
|
|
|
|
|
- [feat] support dynamic data loader for pha worker
|
|
|
|
|
|
2023-01-05 15:45:18 +08:00
|
|
|
## 1.1.1
|
|
|
|
|
|
2023-01-12 14:21:16 +08:00
|
|
|
- [feat] support resource_prefetch to preload resource
|
|
|
|
|
- [feat] support enableExpiredManifest
|
2023-01-11 18:41:37 +08:00
|
|
|
- [feat] support configure `enableExpiredManifest`
|
2023-01-05 15:45:18 +08:00
|
|
|
|
2022-12-15 11:41:51 +08:00
|
|
|
## 1.1.0
|
|
|
|
|
|
2023-01-05 15:45:18 +08:00
|
|
|
- [feat] support static dataloader set to manifest
|
2022-12-15 11:41:51 +08:00
|
|
|
|
2022-12-12 14:22:06 +08:00
|
|
|
## 1.0.3
|
|
|
|
|
|
|
|
|
|
- [fix] fix lanUrlForTerminal when dev start
|
2022-12-14 20:17:16 +08:00
|
|
|
- [feat] optimize log
|
2022-12-12 14:22:06 +08:00
|
|
|
|
2022-12-07 15:28:10 +08:00
|
|
|
## 1.0.2
|
|
|
|
|
|
|
|
|
|
- [fix] fix dev lanUrlForTerminal err
|
2022-12-08 11:34:03 +08:00
|
|
|
- [fix] add title of manifest
|
|
|
|
|
- [fix] add pha = true when dev
|
2022-12-07 15:28:10 +08:00
|
|
|
|
2022-11-23 15:26:52 +08:00
|
|
|
## 1.0.1
|
|
|
|
|
|
|
|
|
|
- [fix] failed to get route config when re-define route path
|
|
|
|
|
|
2022-07-07 16:57:56 +08:00
|
|
|
## 1.0.0
|
|
|
|
|
|
2023-02-13 15:11:02 +08:00
|
|
|
- [feat] plugin to enable PHA features
|