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/beige-files-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bitter-mails-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bitter-waves-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-needles-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-spies-judge.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/cold-parts-tan.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/cuddly-roses-start.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-frogs-dig.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-results-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-turkeys-strive.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/profile-safety-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-signs-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-actors-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-deer-brush.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/upset-bats-bathe.md

This file was deleted.

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

## 2.1.2

### Patch Changes

- Fix an issue that `NativeGesture` does not get correct types in callback ([#2130](https://github.com/lynx-family/lynx-stack/pull/2130))

## 2.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "2.1.2",
"description": "Lynx Gesture",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lynx-js/react

## 0.116.0

### Minor Changes

- **BREAKING CHANGE**: Bump Preact from [10.24.0](https://github.com/preactjs/preact/commit/1807173df5e18b6b1a3cd667ee2a31af37f4282b) to [10.28.0](https://github.com/preactjs/preact/commit/f7693b72ecb4a40c66e6e47f54e2d4edc374c9f0), see diffs at [hzy/preact#6](https://github.com/hzy/preact/pull/6). ([#2042](https://github.com/lynx-family/lynx-stack/pull/2042))

### Patch Changes

- Add safety checks for compilation macros to prevent runtime errors when they are undefined. ([#2110](https://github.com/lynx-family/lynx-stack/pull/2110))

Replaces direct usage of `__PROFILE__`, `__MAIN_THREAD__`, `__BACKGROUND__` with `typeof` checks.

This improves robustness by checking variable existence before access, preventing runtime errors in environments where compilation macros are not defined.

## 0.115.4

### 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.4",
"version": "0.116.0",
"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.13.1

### Patch Changes

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

## 0.13.0

### Minor 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.13.0",
"version": "0.13.1",
"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.13.1

## 0.13.0

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

## 0.2.0

### Minor Changes

- Use `LAYERS` exposed by DSL plugins ([#2114](https://github.com/lynx-family/lynx-stack/pull/2114))

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"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.6

## 0.12.5

## 0.12.4
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.5",
"version": "0.12.6",
"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.6

### Patch Changes

- Support using `pluginReactLynx` in Rslib. ([#2114](https://github.com/lynx-family/lynx-stack/pull/2114))

- Updated dependencies [[`4cd7182`](https://github.com/lynx-family/lynx-stack/commit/4cd71828a073e27ac3a2f5accded53e42e663215)]:
- @lynx-js/template-webpack-plugin@0.10.2
- @lynx-js/react-alias-rsbuild-plugin@0.12.6
- @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.5

### 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.5",
"version": "0.12.6",
"description": "A rsbuild plugin for ReactLynx",
"keywords": [
"rsbuild",
Expand Down
6 changes: 6 additions & 0 deletions packages/rspeedy/upgrade-rspeedy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# upgrade-rspeedy

## 0.13.1

### Patch Changes

- Fix the issue `rslib-runtime.js` was not published in dist folder. ([#2122](https://github.com/lynx-family/lynx-stack/pull/2122))

## 0.13.0

## 0.12.5
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.13.0",
"version": "0.13.1",
"description": "Upgrade Rspeedy-related packages",
"keywords": [
"webpack",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing-library/testing-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-js/testing-environment

## 0.1.10

### Patch Changes

- Fix the error "lynxTestingEnv is not defined" ([#2118](https://github.com/lynx-family/lynx-stack/pull/2118))

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-library/testing-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/testing-environment",
"version": "0.1.9",
"version": "0.1.10",
"description": "A subset of a Lynx environment to be useful for testing",
"keywords": [
"Lynx",
Expand Down
17 changes: 17 additions & 0 deletions packages/web-platform/web-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @lynx-js/web-constants

## 0.19.6

### Patch Changes

- feat: add main-thread API: \_\_QuerySelector ([#2115](https://github.com/lynx-family/lynx-stack/pull/2115))

- fix: when a list-item is deleted from list, the deleted list-item is still showed incorrectly. ([#1092](https://github.com/lynx-family/lynx-stack/pull/1092))

This is because the `enqueueComponent` method does not delete the node from the Element Tree. It is only to maintain the display node on RL, and lynx web needs to delete the dom additionally.

- feat: support main thread invoke ui method ([#2104](https://github.com/lynx-family/lynx-stack/pull/2104))

- feat: support lynx.reload() ([#2127](https://github.com/lynx-family/lynx-stack/pull/2127))

- Updated dependencies [[`f7133c1`](https://github.com/lynx-family/lynx-stack/commit/f7133c137f094063e991dfa0e993ea92177aa173)]:
- @lynx-js/web-worker-rpc@0.19.6

## 0.19.5

### 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.5",
"version": "0.19.6",
"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.6

## 0.19.5

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

## 0.0.1

### Patch Changes

- Updated dependencies [[`f7133c1`](https://github.com/lynx-family/lynx-stack/commit/f7133c137f094063e991dfa0e993ea92177aa173)]:
- @lynx-js/web-worker-rpc@0.19.6
2 changes: 1 addition & 1 deletion packages/web-platform/web-core-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-core-wasm",
"version": "0.0.0",
"version": "0.0.1",
"description": "This is an internal experimental package, do not use",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/web-platform/web-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lynx-js/web-core

## 0.19.6

### Patch Changes

- fix: avoid crash on CPUs that do not support SIMD ([#2133](https://github.com/lynx-family/lynx-stack/pull/2133))

- feat: support lynx.reload() ([#2127](https://github.com/lynx-family/lynx-stack/pull/2127))

- Updated dependencies [[`179f984`](https://github.com/lynx-family/lynx-stack/commit/179f9844adf00ff4b2cd450ffb943649441c87d3), [`f7133c1`](https://github.com/lynx-family/lynx-stack/commit/f7133c137f094063e991dfa0e993ea92177aa173), [`6c2b51a`](https://github.com/lynx-family/lynx-stack/commit/6c2b51a661ae244eb40671f63f29ee971e084ed4), [`556fe9f`](https://github.com/lynx-family/lynx-stack/commit/556fe9fded90945a7926093897288d5302c314d3), [`5b589ab`](https://github.com/lynx-family/lynx-stack/commit/5b589ab53b01a8e2357d3ccbb159edab004086d3)]:
- @lynx-js/web-constants@0.19.6
- @lynx-js/web-mainthread-apis@0.19.6
- @lynx-js/web-worker-rpc@0.19.6
- @lynx-js/web-worker-runtime@0.19.6

## 0.19.5

### 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.5",
"version": "0.19.6",
"private": false,
"description": "",
"keywords": [],
Expand Down
Loading