# Changelog

## 3.0.3

- [fix] compatible with SSR render when loadableStatsPath and ErrorBoundary is missing

## 3.0.2

- [fix]: `renderComponent` -> `app.renderComponent`

## 3.0.1

- [fix] build with es module

## 3.0.0

- [feat] remove miniapp render
- [feat] refactor web app render

## 2.1.0

- [fix] history referenced by GID is undefined

## 2.0.4

- [chore] typo `onErrorBoundaryHandler`

## 2.0.3

- [fix] origin appConfig object was modified

## 2.0.2

- [fix] throw error when not setting route type
- [feat] throw error when not using the BrowserRouter
