Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/blue-bats-tease.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/chilly-ravens-smile.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/curvy-stars-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deep-rivers-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-rats-doubt.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/forty-groups-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-bugs-prove.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/plenty-jobs-like.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-streets-rule.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/lynx/gesture-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lynx-js/gesture-runtime

## 2.1.0

### Minor Changes

- Initialize `'@lynx-js/gesture-runtime` ([#1984](https://github.com/lynx-family/lynx-stack/pull/1984))
2 changes: 1 addition & 1 deletion packages/lynx/gesture-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/gesture-runtime",
"version": "2.0.0",
"version": "2.1.0",
"description": "Lynx Gesture",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/rspeedy/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lynx-js/rspeedy

## 0.12.3

### Patch Changes

- Support environment variants to enable multiple configurations for the same targets. ([#1969](https://github.com/lynx-family/lynx-stack/pull/1969))

- Updated dependencies []:
- @lynx-js/web-rsbuild-server-middleware@0.19.2

## 0.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/rspeedy",
"version": "0.12.2",
"version": "0.12.3",
"description": "A webpack/rspack-based frontend toolchain for Lynx",
"keywords": [
"webpack",
Expand Down
2 changes: 2 additions & 0 deletions packages/rspeedy/create-rspeedy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-rspeedy

## 0.12.3

## 0.12.2

## 0.12.1
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/create-rspeedy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspeedy",
"version": "0.12.2",
"version": "0.12.3",
"description": "Create Rspeedy-powered ReactLynx apps with one command",
"keywords": [
"webpack",
Expand Down
27 changes: 27 additions & 0 deletions packages/rspeedy/lynx-bundle-rslib-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @lynx-js/lynx-bundle-rslib-config

## 0.0.2

### Patch Changes

- Introduce `@lynx-js/externals-loading-webpack-plugin`. It will help you to load externals built by `@lynx-js/lynx-bundle-rslib-config`. ([#1924](https://github.com/lynx-family/lynx-stack/pull/1924))

```js
// webpack.config.js
import { ExternalsLoadingPlugin } from '@lynx-js/externals-loading-webpack-plugin'

export default {
plugins: [
new ExternalsLoadingPlugin({
mainThreadLayer: 'main-thread',
backgroundLayer: 'background',
externals: {
lodash: {
url: 'http://lodash.lynx.bundle',
background: { sectionPath: 'background' },
mainThread: { sectionPath: 'main-thread' },
},
},
}),
],
}
```

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/lynx-bundle-rslib-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/lynx-bundle-rslib-config",
"version": "0.0.1",
"version": "0.0.2",
"description": "The rsbuild config for building Lynx bundle",
"keywords": [
"Rsbuild",
Expand Down
2 changes: 2 additions & 0 deletions packages/rspeedy/plugin-react-alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lynx-js/react-alias-rsbuild-plugin

## 0.12.2

## 0.12.1

## 0.12.0
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/plugin-react-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/react-alias-rsbuild-plugin",
"version": "0.12.1",
"version": "0.12.2",
"description": "A rsbuild plugin for making alias in ReactLynx",
"keywords": [
"rsbuild",
Expand Down
9 changes: 9 additions & 0 deletions packages/rspeedy/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lynx-js/react-rsbuild-plugin

## 0.12.2

### Patch Changes

- Support environment variants to enable multiple configurations for the same targets. ([#1969](https://github.com/lynx-family/lynx-stack/pull/1969))

- Updated dependencies []:
- @lynx-js/react-alias-rsbuild-plugin@0.12.2

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/react-rsbuild-plugin",
"version": "0.12.1",
"version": "0.12.2",
"description": "A rsbuild plugin for ReactLynx",
"keywords": [
"rsbuild",
Expand Down
2 changes: 2 additions & 0 deletions packages/rspeedy/upgrade-rspeedy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# upgrade-rspeedy

## 0.12.3

## 0.12.2

## 0.12.1
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/upgrade-rspeedy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade-rspeedy",
"version": "0.12.2",
"version": "0.12.3",
"description": "Upgrade Rspeedy-related packages",
"keywords": [
"webpack",
Expand Down
7 changes: 7 additions & 0 deletions packages/web-platform/web-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lynx-js/web-constants

## 0.19.2

### Patch Changes

- Updated dependencies []:
- @lynx-js/web-worker-rpc@0.19.2

## 0.19.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-constants",
"version": "0.19.1",
"version": "0.19.2",
"private": false,
"description": "",
"keywords": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/web-platform/web-core-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lynx-js/web-core-server

## 0.19.2

## 0.19.1

## 0.19.0
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-core-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-core-server",
"version": "0.19.1",
"version": "0.19.2",
"private": false,
"description": "",
"keywords": [],
Expand Down
22 changes: 22 additions & 0 deletions packages/web-platform/web-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @lynx-js/web-core

## 0.19.2

### Patch Changes

- chore: mark the "multi-thread" deprecated ([#2030](https://github.com/lynx-family/lynx-stack/pull/2030))

**NOTICE This will be a breaking change in the future**

mark the thread strategy "multi-thread" as deprecated.

Please use "all-on-ui" instead. If you still want to use multi-thread mode, please try to use a cross-origin isolated iframe.

A console warning will be printed if `thread-strategy` is set to `multi-thread`.

- fix csp issue for mts realm ([#1998](https://github.com/lynx-family/lynx-stack/pull/1998))

- Updated dependencies []:
- @lynx-js/web-constants@0.19.2
- @lynx-js/web-mainthread-apis@0.19.2
- @lynx-js/web-worker-rpc@0.19.2
- @lynx-js/web-worker-runtime@0.19.2

## 0.19.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-core",
"version": "0.19.1",
"version": "0.19.2",
"private": false,
"description": "",
"keywords": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/web-platform/web-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-js/web-explorer

## 0.0.15

### Patch Changes

- fix: web-explorer needs to actively send an iframeReady message to the parent, the parent uses `iframe load` listener cannot guarantee that the `message-listener` will complete execution. ([#2001](https://github.com/lynx-family/lynx-stack/pull/2001))

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-explorer",
"version": "0.0.14",
"version": "0.0.15",
"private": false,
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/web-platform/web-mainthread-apis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lynx-js/web-mainthread-apis

## 0.19.2

### Patch Changes

- Updated dependencies []:
- @lynx-js/web-constants@0.19.2

## 0.19.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-mainthread-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-mainthread-apis",
"version": "0.19.1",
"version": "0.19.2",
"private": false,
"description": "",
"keywords": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lynx-js/web-rsbuild-server-middleware

## 0.19.2

## 0.19.1

## 0.19.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-rsbuild-server-middleware",
"version": "0.19.1",
"version": "0.19.2",
"private": false,
"description": "a dev server middleware for rsbuild to serve Lynx Web Platform shell project",
"keywords": [],
Expand Down
2 changes: 2 additions & 0 deletions packages/web-platform/web-worker-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lynx-js/web-worker-rpc

## 0.19.2

## 0.19.1

## 0.19.0
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-worker-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-worker-rpc",
"version": "0.19.1",
"version": "0.19.2",
"private": false,
"description": "",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/web-platform/web-worker-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lynx-js/web-worker-runtime

## 0.19.2

### Patch Changes

- Updated dependencies []:
- @lynx-js/web-constants@0.19.2
- @lynx-js/web-mainthread-apis@0.19.2
- @lynx-js/web-worker-rpc@0.19.2

## 0.19.1

### Patch Changes
Expand Down
Loading