Skip to content

Commit 61f91ca

Browse files
authored
feat: Add aria-label prop to Loading component (#472)
1 parent 4166c5a commit 61f91ca

18 files changed

+53
-51
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
## 9.1.0
6+
7+
- [Feature] Adds support for `aria-label` to the `Loading` component
8+
- [Docs] This also fixes our gh-pages-hosted Storybook to load the proper stylesheets again
9+
510
## 9.0.0
611

712
- [Build] The project now requires node v14.5.5+ and npm v6.14.11+ to install and run.

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
}</script><style>#root[hidden],
7272
#docs-root[hidden] {
7373
display: none !important;
74-
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.4e86b87c85885a48d329.bundle.js"></script><script src="vendors~main.4e86b87c85885a48d329.bundle.js"></script><script src="main.4e86b87c85885a48d329.bundle.js"></script></body></html>
74+
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.1e5fbad572a296bec277.bundle.js"></script><script src="vendors~main.1e5fbad572a296bec277.bundle.js"></script><script src="main.1e5fbad572a296bec277.bundle.js"></script></body></html>
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.1e5fbad572a296bec277.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.4e86b87c85885a48d329.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/runtime~main.4e86b87c85885a48d329.bundle.js renamed to docs/runtime~main.1e5fbad572a296bec277.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.1e5fbad572a296bec277.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.4e86b87c85885a48d329.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/vendors~main.4e86b87c85885a48d329.bundle.js renamed to docs/vendors~main.1e5fbad572a296bec277.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendors~main.4e86b87c85885a48d329.bundle.js.LICENSE.txt renamed to docs/vendors~main.1e5fbad572a296bec277.bundle.js.LICENSE.txt

File renamed without changes.

0 commit comments

Comments
 (0)