Skip to content

Releases: basher/Web-UI-Boilerplate

v3.1.13

13 May 08:52
Compare
Choose a tag to compare

Changes

  • Improve search results JS template literal used in <webui-predictive-search>.

v3.1.12

30 Apr 10:56
Compare
Choose a tag to compare

Changes

  • Fix <webui-make-clickable> MDX docs.

v3.1.11

30 Apr 10:44
Compare
Choose a tag to compare

Changes

  • Improve CSS :focus states for <webui-make-clickable>.

v3.1.10

30 Apr 10:12
Compare
Choose a tag to compare

Changes

  • Extend <webui-make-clickable> functionality to enable component to contain nested buttons.
  • Simplify HTML/CSS for <webui-predictive-search>.

v3.1.9

29 Apr 14:00
Compare
Choose a tag to compare

Changes

  • Improve close button label in <webui-modal> and <webui-notify>.

v3.1.8

29 Apr 10:53
Compare
Choose a tag to compare

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

26 Apr 11:06
Compare
Choose a tag to compare

Changes

  • Re-order content of MDX docs to put component/code examples further up.

v3.1.6

24 Apr 12:22
Compare
Choose a tag to compare

Changes

  • Simplify <webui-carousel> config.

v3.1.5

22 Apr 14:51
Compare
Choose a tag to compare

Changes

  • Simplify <webui-tabs> keyboard handler.

v3.1.4

22 Apr 08:17
Compare
Choose a tag to compare

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.