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
5 changes: 0 additions & 5 deletions .changeset/curvy-knives-wink.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/heavy-birds-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-hands-report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pass-updated-css-to-encode-options.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-things-kiss.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/plugin-externals-rsbuild.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/seven-files-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-emus-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-buttons-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-knives-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-min-sdk-version.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/warm-crabs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-beds-speak.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lynx-js/react

## 0.115.2

### Patch Changes

- Fix `undefined factory (react:background)/./node_modules/.pnpm/@lynx-js+react...` error when loading a standalone lazy bundle after hydration. ([#2048](https://github.com/lynx-family/lynx-stack/pull/2048))

- Partially fix "main-thread.js exception: TypeError: cannot read property '\_\_elements' of undefined" by recursively calling `snapshotDestroyList`. ([#2041](https://github.com/lynx-family/lynx-stack/pull/2041))

- Fix a bug where React throws `CtxNotFound` error when lazy bundle resolves after unmount. ([#2003](https://github.com/lynx-family/lynx-stack/pull/2003))

## 0.115.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/react",
"version": "0.115.1",
"version": "0.115.2",
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/rspeedy/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lynx-js/rspeedy

## 0.12.4

### Patch Changes

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

## 0.12.3

### 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.3",
"version": "0.12.4",
"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.4

## 0.12.3

## 0.12.2
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.3",
"version": "0.12.4",
"description": "Create Rspeedy-powered ReactLynx apps with one command",
"keywords": [
"webpack",
Expand Down
10 changes: 10 additions & 0 deletions packages/rspeedy/lynx-bundle-rslib-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lynx-js/lynx-bundle-rslib-config

## 0.1.0

### Minor Changes

- Update external bundle minimum SDK version to 3.5. ([#2037](https://github.com/lynx-family/lynx-stack/pull/2037))

### Patch Changes

- Fix `globDynamicComponentEntry is not defined` error when minify is enabled in external bundle consumer. ([#2058](https://github.com/lynx-family/lynx-stack/pull/2058))

## 0.0.2

### 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.2",
"version": "0.1.0",
"description": "The rsbuild config for building Lynx bundle",
"keywords": [
"Rsbuild",
Expand Down
30 changes: 30 additions & 0 deletions packages/rspeedy/plugin-external-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# @lynx-js/external-bundle-rsbuild-plugin

## 0.0.1

### Patch Changes

- Introduce `@lynx-js/external-bundle-rsbuild-plugin`. ([#2006](https://github.com/lynx-family/lynx-stack/pull/2006))

```ts
// lynx.config.ts
import { pluginExternalBundle } from '@lynx-js/external-bundle-rsbuild-plugin'
import { pluginReactLynx } from '@lynx-js/react-rsbuild-plugin'

export default {
plugins: [
pluginReactLynx(),
pluginExternalBundle({
externals: {
lodash: {
url: 'http://lodash.lynx.bundle',
background: { sectionPath: 'background' },
mainThread: { sectionPath: 'mainThread' },
},
},
}),
],
}
```

- Updated dependencies [[`491c5ef`](https://github.com/lynx-family/lynx-stack/commit/491c5efac23e3c99914fb9270d0476aa5c0207f9)]:
- @lynx-js/externals-loading-webpack-plugin@0.0.2
2 changes: 1 addition & 1 deletion packages/rspeedy/plugin-external-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/external-bundle-rsbuild-plugin",
"version": "0.0.0",
"version": "0.0.1",
"description": "A rsbuild plugin for loading lynx external bundles.",
"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.3

## 0.12.2

## 0.12.1
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.2",
"version": "0.12.3",
"description": "A rsbuild plugin for making alias in ReactLynx",
"keywords": [
"rsbuild",
Expand Down
14 changes: 14 additions & 0 deletions packages/rspeedy/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lynx-js/react-rsbuild-plugin

## 0.12.3

### Patch Changes

- expose LAYERS via `api.expose` for other rsbuild plugins. ([#2006](https://github.com/lynx-family/lynx-stack/pull/2006))

- Updated dependencies [[`cd89bf9`](https://github.com/lynx-family/lynx-stack/commit/cd89bf9e3fc8ed4658dfb6c983584376416d620f)]:
- @lynx-js/template-webpack-plugin@0.10.1
- @lynx-js/react-alias-rsbuild-plugin@0.12.3
- @lynx-js/use-sync-external-store@1.5.0
- @lynx-js/react-refresh-webpack-plugin@0.3.4
- @lynx-js/react-webpack-plugin@0.7.3
- @lynx-js/css-extract-webpack-plugin@0.7.0

## 0.12.2

### 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.2",
"version": "0.12.3",
"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.4

## 0.12.3

## 0.12.2
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.3",
"version": "0.12.4",
"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.3

### Patch Changes

- Updated dependencies [[`986761d`](https://github.com/lynx-family/lynx-stack/commit/986761dd1e9e631f8118faec68188f29f78e9236)]:
- @lynx-js/web-worker-rpc@0.19.3

## 0.19.2

### 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.2",
"version": "0.19.3",
"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.3

## 0.19.2

## 0.19.1
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.2",
"version": "0.19.3",
"private": false,
"description": "",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/web-platform/web-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lynx-js/web-core

## 0.19.3

### Patch Changes

- Updated dependencies [[`986761d`](https://github.com/lynx-family/lynx-stack/commit/986761dd1e9e631f8118faec68188f29f78e9236)]:
- @lynx-js/web-worker-rpc@0.19.3
- @lynx-js/web-constants@0.19.3
- @lynx-js/web-worker-runtime@0.19.3
- @lynx-js/web-mainthread-apis@0.19.3

## 0.19.2

### 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.2",
"version": "0.19.3",
"private": false,
"description": "",
"keywords": [],
Expand Down
29 changes: 29 additions & 0 deletions packages/web-platform/web-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @lynx-js/web-elements

## 0.10.0

### Minor Changes

- chore: migrate all @lynx-js/web-elements-\* packages into one ([#2057](https://github.com/lynx-family/lynx-stack/pull/2057))

### Before

```js
import '@lynx-js/web-elements-template';
import '@lynx-js/web-elements-compat/LinearContainer';
```

### After

```js
import '@lynx-js/web-elements/html-templates';
import '@lynx-js/web-elements/compat/LinearContainer';
```

### Patch Changes

- refactor: change code structure for improved readability and maintainability ([#2004](https://github.com/lynx-family/lynx-stack/pull/2004))

- enable noUnusedLocals for web-elements
- add source field for supporting @rsbuild/plugin-source-build

This is a part of #1937

## 0.9.0

### Minor Changes
Expand Down
Loading