All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Update for latest material-ui 5.x alpha.
- Remove event sourcing polyfill. Users should bring their own.
- Fix markdown link colour in server descriptions, but better.
- Update for latest material-ui 5.x alpha.
- Fix markdown link colour in server descriptions.
- Fix the CSS output path.
- Update for latest material-ui 5.x alpha.
- Add typescript typings.
- Update for latest material-ui 5.x alpha.
- Use new JSX transform.
- Use new react-markdown.
- Update for latest material-ui 5.x alpha.
- Fix description dialog text colour.
- Fix button colours in the description dialog.
- Use @christianmurphy/react-remark.
- Use CSS instead of mui's styles mechanism.
- Use material-ui 5.x alpha.
- Load react-markdown once a description dialog is first opened.
- Add a hook for typical server list state management.
- Promote alpha to a full release.
- Port to hooks. (https://github.com/u-wave/react-server-list/commit/2020d17bb7eceaac1b8dde078e47b5d827e1c7c5, https://github.com/u-wave/react-server-list/commit/f0b7cd9c5a6c13e4e9c25a9632830f97b77538c7)
- Back to .es.js once again. (https://github.com/u-wave/react-server-list/commit/ed372a026c6283f0913b78697a60be220c25b90e)
- Update @material-ui/core, @material-ui/icons to v4. (https://github.com/u-wave/react-server-list/commit/11c93cff78ceb29de2abf4811a731a312a0ee0ef)
- Change to .mjs output. (https://github.com/u-wave/react-server-list/commit/b4d2e1d45ee1f82039b08c5be8e29a97f0c4623a)
- Update react-markdown. (#35)
- Update dependencies. (https://github.com/u-wave/react-server-list/commit/a67e3ecb55273c4101b83be79294ad8ff3e44d44)
- Revert .mjs output, output ES modules to .es.js again. (https://github.com/u-wave/react-server-list/commit/b9f5b4244e8f635ee143f452f965beddd5128742)
- Update recompose to version 0.30.0 (#31)
- Update recompose to version 0.29.0 (#30)
- Update @material-ui/core, @material-ui/icons to v3. (#26)
- Update event-source-polyfill to v0.0.16. (https://github.com/u-wave/react-server-list/commit/ccf59f3abcc5b046dd89c654b6cbf25d6bf2cbb4)
- Output ES modules build to a .mjs file. (https://github.com/u-wave/react-server-list/commit/3b56ad99fdc45db2b8dfdaea882527ace7d8a21f)
- Update recompose to v0.28.
- Update @material-ui/icons to v2. (https://github.com/u-wave/react-server-list/commit/da8918bd21c791254ef62dbde3a4ca1fcb1389e8)
- Add EventSource polyfill for IE 11 and MS Edge. (https://github.com/u-wave/react-server-list/commit/ddd6dc7403272caee6ac881c9d0f281cb39c6000)
- Update material-ui to v1.0.0-rc.0.
- Update dependencies. (https://github.com/u-wave/react-server-list/commit/5ba8a7e6bc3b2a1f550c3c32d57f0f58831f73c9)
- Remove propTypes in production. (https://github.com/u-wave/react-server-list/commit/05986a4e7d59baeca7fd313f711f91b712df5842)
- Remove duplicate / in events URL if present. (https://github.com/u-wave/react-server-list/commit/f2bdc15683e36febb0989f38bdba559acc3cdba7)
- Update material-ui and @material-ui/icons. (https://github.com/u-wave/react-server-list/commit/0a99c1d74bcb8f9f6c876c9355ea6abcb3625eb5)
- Name all component styles. (https://github.com/u-wave/react-server-list/commit/f34892eb1a81b7d6ad91d6629bbe72e3dc9a67b6)
- Initial release.