Releases: basher/Web-UI-Boilerplate
Releases · basher/Web-UI-Boilerplate
v3.1.13
Changes
- Improve search results JS template literal used in
<webui-predictive-search>
.
v3.1.12
Changes
- Fix
<webui-make-clickable>
MDX docs.
v3.1.11
Changes
- Improve CSS
:focus
states for <webui-make-clickable>
.
v3.1.10
Changes
- Extend
<webui-make-clickable>
functionality to enable component to contain nested buttons.
- Simplify HTML/CSS for
<webui-predictive-search>
.
v3.1.9
Changes
- Improve close button label in
<webui-modal>
and <webui-notify>
.
v3.1.8
Changes
- Improve
<webui-make-clickable>
CSS :focus
and :hover
behaviour.
- Allow
<webui-make-clickable>
user text selection via JS.
- Replace CSS
unset
with revert
.
v3.1.7
Changes
- Re-order content of MDX docs to put component/code examples further up.
v3.1.6
Changes
- Simplify
<webui-carousel>
config.
v3.1.5
Changes
- Simplify
<webui-tabs>
keyboard handler.
v3.1.4
Changes
- Deprecate the custom
StorybookLoaded
event to identify when DOM was loaded inside stories & MDX docs.
- Simplify
<webui-modal>
close handler, as keyboard :focus
is automatically managed by browser.