diff --git a/CHANGELOG.md b/CHANGELOG.md index a3783b058..27e624a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,22 @@ * [#221](https://github.com/redfin/react-server/pull/221) Add new component: ``. ([@gigabo](https://github.com/gigabo)) #### Bug fix +* `react-server-test-pages`, `react-server` + * [#219](https://github.com/redfin/react-server/pull/219) Trim dangling root nodes with `reuseDom`. ([@gigabo](https://github.com/gigabo)) * `react-server-test-pages`, `react-server` * [#218](https://github.com/redfin/react-server/pull/218) Update root container attributes on `reuseDom` client transition. ([@gigabo](https://github.com/gigabo)) * `react-server-cli` * [#206](https://github.com/redfin/react-server/pull/206) Default options for cli overwrite config file options. ([@withinboredom](https://github.com/withinboredom)) #### Enhancement +* `generator-react-server` + * [#229](https://github.com/redfin/react-server/pull/229) Generate meta tags. ([@doug-wade](https://github.com/doug-wade)) +* `generator-react-server` + * [#231](https://github.com/redfin/react-server/pull/231) Add .reactserverrc to generator. ([@doug-wade](https://github.com/doug-wade)) * `react-server-test-pages`, `react-server` * [#221](https://github.com/redfin/react-server/pull/221) Add new component: ``. ([@gigabo](https://github.com/gigabo)) +* `react-server-test-pages`, `react-server` + * [#224](https://github.com/redfin/react-server/pull/224) Expose new convenience function: `navigateTo`. ([@gigabo](https://github.com/gigabo)) * `react-server-cli` * [#211](https://github.com/redfin/react-server/pull/211) Fixes [#103](https://github.com/redfin/react-server/issues/103): log NODE_ENV on startup. ([@doug-wade](https://github.com/doug-wade)) * `generator-react-server`