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/breezy-parts-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/busy-dingos-shake.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/busy-suits-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-snakes-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-singers-spend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/clear-apples-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/clever-banks-stop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/crazy-candies-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-trams-notice.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cute-hounds-sip.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/eight-ghosts-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-news-fall.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-jokes-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-clouds-shave.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/funny-otters-yawn.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/funny-tires-laugh.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/major-chairs-take.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-moose-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-ideas-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-monkeys-fail.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/shaggy-regions-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-onions-hear.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/strong-mails-follow.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/two-crews-reply.md

This file was deleted.

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

## 0.109.2

### Patch Changes

- Support for locating errors in the source code directly on the device when exceptions occur when using MTS. ([#1019](https://github.com/lynx-family/lynx-stack/pull/1019))

This requires Lynx engine v3.4 or later.

- Fix the "main-thread.js exception: ReferenceError: `__webpack_require__` is not defined" error in HMR. ([#985](https://github.com/lynx-family/lynx-stack/pull/985))

This error occurred when setting `output.iife: true`, which is the default value in `@lynx-js/rspeedy` v0.9.8.

## 0.109.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.109.1",
"version": "0.109.2",
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/rspeedy/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lynx-js/rspeedy

## 0.9.9

### Patch Changes

- Set `optimization.emitOnErrors` when `DEBUG` is enabled. ([#1000](https://github.com/lynx-family/lynx-stack/pull/1000))

This is useful for debugging PrimJS Syntax error.

## 0.9.8

### 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.9.8",
"version": "0.9.9",
"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.9.9

## 0.9.8

## 0.9.7
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.9.8",
"version": "0.9.9",
"description": "Create Rspeedy-powered ReactLynx apps with one command",
"keywords": [
"webpack",
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.10.3

## 0.10.2

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

## 0.10.3

### Patch Changes

- Better [zustand](https://github.com/pmndrs/zustand) support by creating an alias for `use-sync-external-store`. ([#980](https://github.com/lynx-family/lynx-stack/pull/980))

See [lynx-family/lynx-stack#893](https://github.com/lynx-family/lynx-stack/issues/893) for more details.

- Updated dependencies [[`acc0d80`](https://github.com/lynx-family/lynx-stack/commit/acc0d80ae45cb5d9b54acec13baf88086b7ba798)]:
- @lynx-js/runtime-wrapper-webpack-plugin@0.1.1
- @lynx-js/react-alias-rsbuild-plugin@0.10.3
- @lynx-js/use-sync-external-store@1.5.0
- @lynx-js/react-refresh-webpack-plugin@0.3.3
- @lynx-js/react-webpack-plugin@0.6.15
- @lynx-js/css-extract-webpack-plugin@0.5.4
- @lynx-js/template-webpack-plugin@0.7.2

## 0.10.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.10.2",
"version": "0.10.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.9.9

## 0.9.8

## 0.9.7
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.9.8",
"version": "0.9.9",
"description": "Upgrade Rspeedy-related packages",
"keywords": [
"webpack",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/css-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-js/css-serializer

## 0.1.3

### Patch Changes

- Support Windows. ([#1007](https://github.com/lynx-family/lynx-stack/pull/1007))

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/css-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/css-serializer",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/lynx-family/lynx-stack.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-platform/offscreen-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lynx-js/offscreen-document

## 0.1.1

### Patch Changes

- feat: add sheet.insertRule support ([#1026](https://github.com/lynx-family/lynx-stack/pull/1026))

- refactor: implement mts apis in closure pattern ([#1004](https://github.com/lynx-family/lynx-stack/pull/1004))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/offscreen-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/offscreen-document",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"description": "Offscreen Document allows developers to use particular DOM in WebWorker",
"keywords": [
Expand Down
29 changes: 29 additions & 0 deletions packages/web-platform/web-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @lynx-js/web-constants

## 0.13.5

### Patch Changes

- refactor: move some internal status to dom's attribute ([#945](https://github.com/lynx-family/lynx-stack/pull/945))

It's essential for SSR

- fix: target.id is undefined ([#1016](https://github.com/lynx-family/lynx-stack/pull/1016))

- feat: add new pageConfig configuration: enableJSDataProcessor ([#886](https://github.com/lynx-family/lynx-stack/pull/886))

- refactor: move component config info to attribute ([#984](https://github.com/lynx-family/lynx-stack/pull/984))

- refactor: save dataset on an attribute ([#981](https://github.com/lynx-family/lynx-stack/pull/981))

On lynx, the `data-*` attributes have different behaviors than the HTMLElement has.

The dataset will be treated as properties, the key will not be applied the camel-case <-> hyphenate name transformation.

Before this commit we use it as a runtime data, but after this commit we will use encodeURI(JSON.stringify(dataset)) to encode it as a string.

- refactor: create elements of `elementToRuntimeInfoMap` on demand ([#986](https://github.com/lynx-family/lynx-stack/pull/986))

- refactor: implement mts apis in closure pattern ([#1004](https://github.com/lynx-family/lynx-stack/pull/1004))

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

## 0.13.4

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