Skip to content

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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:18
7ab86ae

Patch Changes

  • Add the experimental experimental_transformBuiltinAttributeNames option for transforming builtin element attribute names. false preserves attribute names. true transforms onClick to bindtap, onCatchTap to catchtap, other onXXX event names to bindxxx, and remaining camelCase names to dash-case. An object supports serializable custom rules through mode, preserve, and rename. Explicit JSX attributes are transformed during compilation, and spread attributes are transformed at runtime. (#3274)

  • Updated dependencies [4315634, a03e15c, fa2ef9b, 7795a43]:

    • @lynx-js/template-webpack-plugin@0.14.1
    • @lynx-js/react-webpack-plugin@0.10.2
    • @lynx-js/react-alias-rsbuild-plugin@0.18.2
    • @lynx-js/use-sync-external-store@1.5.0
    • @lynx-js/react-refresh-webpack-plugin@0.4.1
    • @lynx-js/css-extract-webpack-plugin@0.10.0