UNPKG

create-rspeedy

Version:

Create Rspeedy-powered ReactLynx apps with one command

204 lines (104 loc) 3.53 kB
# create-rspeedy ## 0.14.5 ## 0.14.4 ## 0.14.3 ## 0.14.2 ### Patch Changes - Add Rstest ReactLynx Testing Library template. ([#2328](https://github.com/lynx-family/lynx-stack/pull/2328)) ## 0.14.1 ### Patch Changes - Fix the error when installing Lynx DevTool skill. ([#2427](https://github.com/lynx-family/lynx-stack/pull/2427)) ## 0.14.0 ### Patch Changes - Add optional Lynx DevTool skill. ([#2421](https://github.com/lynx-family/lynx-stack/pull/2421)) - move Vitest integration to create-rstack extraTools and merge the Vitest templates into a single incremental overlay ([#2408](https://github.com/lynx-family/lynx-stack/pull/2408)) ## 0.13.6 ## 0.13.5 ## 0.13.4 ## 0.13.3 ## 0.13.2 ## 0.13.1 ## 0.13.0 ## 0.12.5 ## 0.12.4 ## 0.12.3 ## 0.12.2 ## 0.12.1 ### Patch Changes - Bump `@rsbuild/plugin-type-check` v1.3.1. ([#1964](https://github.com/lynx-family/lynx-stack/pull/1964)) ## 0.12.0 ## 0.11.9 ## 0.11.8 ## 0.11.7 ## 0.11.6 ## 0.11.5 ## 0.11.4 ## 0.11.3 ## 0.11.2 ## 0.11.1 ## 0.11.0 ### Patch Changes - Use TypeScript [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) in templates. ([#1612](https://github.com/lynx-family/lynx-stack/pull/1612)) ## 0.10.8 ### Patch Changes - Add `@lynx-js/preact-devtools` by default. ([#1593](https://github.com/lynx-family/lynx-stack/pull/1593)) ## 0.10.7 ## 0.10.6 ### Patch Changes - Support ESLint for ReactLynx templates ([#1274](https://github.com/lynx-family/lynx-stack/pull/1274)) ## 0.10.5 ## 0.10.4 ## 0.10.3 ## 0.10.2 ### Patch Changes - Add `import '@lynx-js/react/debug'` for all templates. ([#1250](https://github.com/lynx-family/lynx-stack/pull/1250)) ## 0.10.1 ### Patch Changes - Fix missing color in nested `<text>`. ([#1233](https://github.com/lynx-family/lynx-stack/pull/1233)) ## 0.10.0 ## 0.9.11 ## 0.9.10 ### Patch Changes - Enable TypeScript check in templates. ([#1093](https://github.com/lynx-family/lynx-stack/pull/1093)) - Fix a bug in ReactLynx Testing Library that rendered snapshot of inline style was normalized incorrectly (eg. `flex:1` was normalized to `flex: 1 1 0%;` incorrectly). ([#1040](https://github.com/lynx-family/lynx-stack/pull/1040)) ## 0.9.9 ## 0.9.8 ## 0.9.7 ## 0.9.6 ## 0.9.5 ## 0.9.4 ## 0.9.3 ### Patch Changes - Add testing library for ReactLynx ([#74](https://github.com/lynx-family/lynx-stack/pull/74)) - Use `"jsx": "react-jsx"` with `"jsxImportSource": "@lynx-js/react"`. ([#545](https://github.com/lynx-family/lynx-stack/pull/545)) ## 0.9.2 ## 0.9.1 ## 0.9.0 ## 0.8.7 ## 0.8.6 ## 0.8.5 ## 0.8.4 ## 0.8.3 ### Patch Changes - Support NPM provenance. ([#30](https://github.com/lynx-family/lynx-stack/pull/30)) - Changing filename of index.jsx to index.js because rspeedy requires index.js. Then edit index.js import statement to make it import App.jsx instead of App.js since App.jsx is present in the template. This resolves "Module not found" error. ([#106](https://github.com/lynx-family/lynx-stack/pull/106)) ## 0.8.2 ### Patch Changes - 1abf8f0: Bump @lynx-js/types to ^3.2.0. - 1abf8f0: Bump create-rstack to v1.3.0 - 1abf8f0: Update Lynx and ReactLynx logo. - 1abf8f0: Update readme. ## 0.8.1 ## 0.8.0 ## 0.7.1 ### Patch Changes - 5acd2f4: Update templates to use CSS and static assets. - e0a8388: feat: add README.md for create-rspeedy ## 0.7.0 ## 0.6.0 ## 0.5.10 ### Patch Changes - d59ee14: Update the react TypeScript template. ## 0.5.9 ### Patch Changes - e3d94a4: Initial Release.