All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.0.0-beta.2.2 - 2022-12-11
- Added @jrson83/inertia-preact-preset to
README.md
- Removed line breaks from
Link
warn message, for proper minification
- Fixed typo
reactApp
=>preactApp
increateInertiaApp
v1.0.0-beta.2.1 - 2022-12-10
- Fixed
TypeError: server.createServer is not a function
v1.0.0-beta.2 - 2022-12-10
Adapter is based on @inertiajs/react@1.0.0-beta.2
- Added
server.js
- Added missing types for
createServer
andAppCallback
- Added missing type for
router
- Added missing type for
InertiaAppOptionsForCSR.progress
- Organized imports
- Updated build scripts
- Updated exports
- Changed Inertia.js dependency to
@inertiajs/core
- Downgraded
microbundle
from^0.15.1
to^0.12.0
- Removed dependency:
@babel/plugin-transform-react-jsx
v0.2.0 - 2022-12-06
- Added
@types/node
dependency
- Updated README.md
- Updated dependencies:
@babel/plugin-transform-react-jsx
@inertiajs/inertia
microbundle
preact
preact-render-to-string
prettier
- Removed ESLint config
- Removed dependencies:
@yandeu/prettier-config
eslint
eslint-config-preact
eslint-plugin-jest
jest
@types/node
should fix TypeScript error when usingresolvePageComponent
fromlaravel-vite-plugin
v0.1.0 - 2022-01-22
- Initial release