UNPKG

create-rspeedy-canary

Version:

Create Rspeedy-powered ReactLynx apps with one command

88 lines (46 loc) 1.69 kB
# create-rspeedy ## 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.