Skip to content

chore: Release 2025-06-06 12:15:14#979

Merged
colinaaa merged 1 commit intomainfrom
changeset-release/main
Jun 6, 2025
Merged

chore: Release 2025-06-06 12:15:14#979
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jun 3, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@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)

    This requires Lynx engine v3.4 or later.

  • Fix the "main-thread.js exception: ReferenceError: __webpack_require__ is not defined" error in HMR. (#985)

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

@lynx-js/rspeedy@0.9.9

Patch Changes

  • Set optimization.emitOnErrors when DEBUG is enabled. (#1000)

    This is useful for debugging PrimJS Syntax error.

@lynx-js/react-rsbuild-plugin@0.10.3

Patch Changes

  • Better zustand support by creating an alias for use-sync-external-store. (#980)

    See lynx-family/lynx-stack#893 for more details.

  • Updated dependencies [acc0d80]:

    • @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

@lynx-js/css-serializer@0.1.3

Patch Changes

  • Support Windows. (#1007)

@lynx-js/offscreen-document@0.1.1

Patch Changes

  • feat: add sheet.insertRule support (#1026)

  • refactor: implement mts apis in closure pattern (#1004)

@lynx-js/web-constants@0.13.5

Patch Changes

  • refactor: move some internal status to dom's attribute (#945)

    It's essential for SSR

  • fix: target.id is undefined (#1016)

  • feat: add new pageConfig configuration: enableJSDataProcessor (#886)

  • refactor: move component config info to attribute (#984)

  • refactor: save dataset on an attribute (#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)

  • refactor: implement mts apis in closure pattern (#1004)

  • Updated dependencies []:

    • @lynx-js/web-worker-rpc@0.13.5

@lynx-js/web-core@0.13.5

Patch Changes

  • refactor: move some internal status to dom's attribute (#945)

    It's essential for SSR

  • refactor: avoid to create many style element for cssog (#1026)

  • refactor: move component config info to attribute (#984)

  • fix: ensure render starts after dom connected (#1020)

  • refactor: save dataset on an attribute (#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: implement mts apis in closure pattern (#1004)

  • Updated dependencies [70b82d2, 5651e24, 9499ea9, 50f0193, 57bf0ef, 5651e24, 0525fbf, b6b87fd, c014327]:

    • @lynx-js/web-mainthread-apis@0.13.5
    • @lynx-js/web-constants@0.13.5
    • @lynx-js/offscreen-document@0.1.1
    • @lynx-js/web-worker-runtime@0.13.5
    • @lynx-js/web-worker-rpc@0.13.5

@lynx-js/web-core-server@0.13.5

Patch Changes

  • refactor: move some internal status to dom's attribute (#945)

    It's essential for SSR

  • refactor: move component config info to attribute (#984)

  • refactor: save dataset on an attribute (#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.

  • fix: dump encode data in comment (#989)

@lynx-js/web-elements@0.7.5

Patch Changes

  • feat: x-input && x-textarea add new method: getValue, which returns the value of the input element, selectionStart and selectEnd when success. (#982)

  • feat: x-input and x-textarea bindinput event return structures add selectionStart, selectionEnd, and textLength, textLength are marked as @deprecated (#996)

  • feat: x-input and x-textarea support bindselection event, the returned type structure is { selectionStart: number; selectionEnd: number }. (#990)

  • Updated dependencies []:

    • @lynx-js/web-elements-template@0.7.5

@lynx-js/web-mainthread-apis@0.13.5

Patch Changes

  • refactor: move some internal status to dom's attribute (#945)

    It's essential for SSR

  • refactor: avoid to create many style element for cssog (#1026)

  • fix: target.id is undefined (#1016)

  • feat: add new pageConfig configuration: enableJSDataProcessor (#886)

  • refactor: move component config info to attribute (#984)

  • refactor: save dataset on an attribute (#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)

  • refactor: implement mts apis in closure pattern (#1004)

  • Updated dependencies [70b82d2, 9499ea9, 50f0193, 57bf0ef, 0525fbf, b6b87fd, c014327]:

    • @lynx-js/web-constants@0.13.5

@lynx-js/web-worker-runtime@0.13.5

Patch Changes

@lynx-js/runtime-wrapper-webpack-plugin@0.1.1

Patch Changes

  • Fix requestAnimationFrame is not working. (#1021)

@lynx-js/template-webpack-plugin@0.7.2

Patch Changes

  • Updated dependencies [ccb4254]:
    • @lynx-js/css-serializer@0.1.3

create-rspeedy@0.9.9

@lynx-js/react-alias-rsbuild-plugin@0.10.3

upgrade-rspeedy@0.9.9

@lynx-js/web-elements-template@0.7.5

@lynx-js/web-worker-rpc@0.13.5

@github-actions github-actions bot requested a review from PupilTong as a code owner June 3, 2025 03:03
@github-actions github-actions bot changed the title chore: Release 2025-06-03 03:02:49 chore: Release 2025-06-03 04:22:37 Jun 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8bb90bc to cb2a725 Compare June 3, 2025 04:22
@github-actions github-actions bot changed the title chore: Release 2025-06-03 04:22:37 chore: Release 2025-06-03 09:37:16 Jun 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from cb2a725 to e5aae42 Compare June 3, 2025 09:37
@github-actions github-actions bot changed the title chore: Release 2025-06-03 09:37:16 chore: Release 2025-06-03 11:26:05 Jun 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from e5aae42 to 1b3e919 Compare June 3, 2025 11:26
@github-actions github-actions bot changed the title chore: Release 2025-06-03 11:26:05 chore: Release 2025-06-03 12:18:23 Jun 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1b3e919 to 50cecf8 Compare June 3, 2025 12:18
@github-actions github-actions bot changed the title chore: Release 2025-06-03 12:18:23 chore: Release 2025-06-03 12:29:17 Jun 3, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 50cecf8 to b352d3e Compare June 3, 2025 12:29
@github-actions github-actions bot changed the title chore: Release 2025-06-03 12:29:17 chore: Release 2025-06-04 06:20:22 Jun 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b352d3e to f81edf1 Compare June 4, 2025 06:20
@github-actions github-actions bot changed the title chore: Release 2025-06-04 06:20:22 chore: Release 2025-06-04 07:04:44 Jun 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from f81edf1 to 970dc51 Compare June 4, 2025 07:04
@github-actions github-actions bot requested a review from colinaaa as a code owner June 4, 2025 07:04
@github-actions github-actions bot changed the title chore: Release 2025-06-04 07:04:44 chore: Release 2025-06-04 10:47:22 Jun 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 970dc51 to a1a6be4 Compare June 4, 2025 10:47
@github-actions github-actions bot changed the title chore: Release 2025-06-04 10:47:22 chore: Release 2025-06-04 11:53:37 Jun 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from a1a6be4 to fe5c531 Compare June 4, 2025 11:53
@github-actions github-actions bot changed the title chore: Release 2025-06-04 11:53:37 chore: Release 2025-06-04 12:41:10 Jun 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from fe5c531 to d384e62 Compare June 4, 2025 12:41
@github-actions github-actions bot changed the title chore: Release 2025-06-04 12:41:10 chore: Release 2025-06-04 15:25:00 Jun 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from d384e62 to 913e2dd Compare June 4, 2025 15:25
@github-actions github-actions bot changed the title chore: Release 2025-06-04 15:25:00 chore: Release 2025-06-05 04:55:16 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 913e2dd to edb7753 Compare June 5, 2025 04:55
@github-actions github-actions bot changed the title chore: Release 2025-06-05 04:55:16 chore: Release 2025-06-05 04:56:08 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from edb7753 to 0528ac7 Compare June 5, 2025 04:56
@github-actions github-actions bot changed the title chore: Release 2025-06-05 04:56:08 chore: Release 2025-06-05 04:57:04 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0528ac7 to fd86107 Compare June 5, 2025 04:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9610274 to e05d096 Compare June 5, 2025 08:19
@github-actions github-actions bot changed the title chore: Release 2025-06-05 08:19:33 chore: Release 2025-06-05 09:43:05 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from e05d096 to 2cb3b41 Compare June 5, 2025 09:43
@github-actions github-actions bot changed the title chore: Release 2025-06-05 09:43:05 chore: Release 2025-06-05 11:11:45 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2cb3b41 to 3ccbef5 Compare June 5, 2025 11:11
@github-actions github-actions bot changed the title chore: Release 2025-06-05 11:11:45 chore: Release 2025-06-05 11:32:50 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3ccbef5 to b682242 Compare June 5, 2025 11:33
@github-actions github-actions bot changed the title chore: Release 2025-06-05 11:32:50 chore: Release 2025-06-05 11:49:47 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b682242 to 1403c90 Compare June 5, 2025 11:49
@github-actions github-actions bot changed the title chore: Release 2025-06-05 11:49:47 chore: Release 2025-06-05 12:11:27 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1403c90 to 2782c0d Compare June 5, 2025 12:11
@github-actions github-actions bot changed the title chore: Release 2025-06-05 12:11:27 chore: Release 2025-06-05 12:17:51 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2782c0d to 6658570 Compare June 5, 2025 12:18
@github-actions github-actions bot changed the title chore: Release 2025-06-05 12:17:51 chore: Release 2025-06-05 12:25:41 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6658570 to af31e52 Compare June 5, 2025 12:25
@github-actions github-actions bot changed the title chore: Release 2025-06-05 12:25:41 chore: Release 2025-06-05 13:21:16 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from af31e52 to b97bb97 Compare June 5, 2025 13:21
@github-actions github-actions bot changed the title chore: Release 2025-06-05 13:21:16 chore: Release 2025-06-05 15:23:59 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from b97bb97 to 26bbe0e Compare June 5, 2025 15:24
@github-actions github-actions bot changed the title chore: Release 2025-06-05 15:23:59 chore: Release 2025-06-05 15:24:57 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 26bbe0e to 8ef1810 Compare June 5, 2025 15:25
@github-actions github-actions bot changed the title chore: Release 2025-06-05 15:24:57 chore: Release 2025-06-05 16:58:22 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8ef1810 to 950b7d7 Compare June 5, 2025 16:58
@github-actions github-actions bot changed the title chore: Release 2025-06-05 16:58:22 chore: Release 2025-06-05 16:59:27 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 950b7d7 to 5a85251 Compare June 5, 2025 16:59
@github-actions github-actions bot changed the title chore: Release 2025-06-05 16:59:27 chore: Release 2025-06-05 17:18:57 Jun 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5a85251 to 21d6d5c Compare June 5, 2025 17:19
@github-actions github-actions bot changed the title chore: Release 2025-06-05 17:18:57 chore: Release 2025-06-06 07:07:09 Jun 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 21d6d5c to ff66471 Compare June 6, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant