CHANGELOG.md

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.

<!-- changelog -->

## [v1.0.0](https://github.com/mrdotb/live_react/compare/v1.0.0...v1.0.0-rc.4) (2025-03-10)

### Breaking Changes:

* vitejs: switch from Mix Esbuild to Vite.js

### Features:

* add tests based on the one from live_vue
* add SSR support
* support inner_block slot
* context provider for live_react
* add typescript support


## [v1.0.0-rc.4](https://github.com/mrdotb/live_react/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-01-22)

### Features:

* add tests based on the one from live_vue

### Bug Fixes:

* Ensure app.ts entrypoints can be used with @react-refresh

## [v1.0.0-rc.3](https://github.com/mrdotb/live_react/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2024-12-08)


### Features:

* support inner_block slot

## [v1.0.0-rc.2](https://github.com/mrdotb/live_react/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2024-12-01)




### Features:

* Added SSR duration logging to example app

### Bug Fixes:

* rename react folder to react-components to prevent Vite error

## [v1.0.0-rc.1](https://github.com/mrdotb/live_react/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2024-10-12)




### Bug Fixes:

* missing files in mix.exs to ship the js

## [v1.0.0-rc.0](https://github.com/mrdotb/live_react/compare/v0.2.0-rc.0...v1.0.0-rc.0) (2024-10-05)
### Breaking Changes:

* vitejs: switch from Mix Esbuild to Vite.js

## [v0.2.0-rc.0](https://github.com/mrdotb/live_react/compare/v0.2.0-rc.0...v0.2.0-rc.0) (2024-09-17)

### Features

* Add SSR support

### Bug Fixes:

* ssr: remove compiler warning when using live_react without SSR

## v0.1.0 (2024-06-29)

Initial release