diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000..fa95f169b --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +lint-staged.config.js diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index 15b34a8b5..bc389c056 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -31,6 +31,6 @@ If possible, describe how this bug could be fixed. Consider adding any relevant environment information here. --> -- `@doist/reactist` version: -- `react` version: -- Browser: +- `@doist/reactist` version: +- `react` version: +- Browser: diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bac537e..86d3f2419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it. +## v7.1.6 + +- [Tweak] Upgrade some dependencies. + ## v7.1.5 - [Tweak] Adds a backdrop/overlay to dropdown menus. diff --git a/README.md b/README.md index 5abaeea04..3ccf72892 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,7 @@ import Loading from '@doist/reactist/dist/Loading' You also need to load the CSS file of reactist somewhere in your app. For instance: ```html - + ``` If you prefer to include static files grab the [minified build from the dist folder](https://github.com/Doist/reactist/tree/develop/dist). diff --git a/docs/iframe.html b/docs/iframe.html index 80bd93046..b10b6fcbd 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -71,4 +71,4 @@ }
Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.