Skip to content

Releases: just214/react-wired-elements

`0.1.6` release

29 Jul 15:14
Compare
Choose a tag to compare

v0.1.5...v0.1.6

v0.1.5

27 Apr 13:54
Compare
Choose a tag to compare
  • Updated dependencies. be7f984
  • Merge pull request #3 from weltraumpirat/master d63f595
  • Bugfix: ref.current sometimes returns null on page refresh - conditional operator prevents undesired errors. 245c0ad
  • Bugfix: Adding selected directly to the <wired-listbox> web component results in it being rendered correctly. 59b1de3
  • Bugfix: Adding value directly to the <wired-item> web component results in it being rendered correctly. 0e25849
  • Bugfix: Adding the click handler per useCustomElement() leads to a multiplication of handlers - one eventlistener is added per render pass - and thus, a single click will cause many actions, e.g. when a form is updated via onChange() on input elements. c47b67a
  • Bugfix: Adding the click handler per useCustomElement() leads to a multiplication of handlers - one eventlistener is added per render pass - and thus, a single click will cause many actions, e.g. when a form is updated via onChange() on input elements. 0c445ac
  • Workaround to fix an issue that prevents className and style base properties from being forwarded to web components. See github.com/facebook/react/issues/4933 9e20317

v0.1.4...v0.1.5

0.1.4 Release

02 Apr 00:53
Compare
Choose a tag to compare
  • Fixed issue where WiredSearchInput wasn't clearing the state when the "clear" button was clicked. 2abe090
  • Defaulted WiredInput and WiredSearchInput's value and placeholder props to empty strings to prevent initial value of "undefined" 6ea4b58

v0.1.3...v0.1.4

0.1.3 Release

02 Apr 00:09
Compare
Choose a tag to compare
  • Updated to use wired-elements cjs bundle. 4711f65
  • Fixed Github filename casing issue. 1b10390
  • Fixing Github casing issue. bcbab11
  • Fixing Github filename casing issue. 295f860

v0.1.2...v0.1.3

v0.1.2

01 Apr 20:58
Compare
Choose a tag to compare
  • Updated WiredTabs component to handle no children. 2f6059b
  • Updated yarn.lock file. 4d495fc
  • Fixed issue with zeroKnobColor prop on WiredSlider, added debounce. 661bc5f
  • Updated tests and updated a few stories. ca69e72
  • Fixed component casing and added unit test for each component. 405a6f6
  • Updated WiredTabs and WiredItem components. Various other refactors. c0738d8

v0.1.1...v0.1.2

v0.1.1

01 Apr 01:46
Compare
Choose a tag to compare
  • Updated WiredButton test. c0a825e
  • Preparing 0.1.1 release. 676129a
  • Added image and minor change to searchinput story. 9f81691
  • Bumped version for first npm publish. Updated story container component. d31443e
  • Storybook updates- Added Welcome page, Container wrapper, and refactors. 909c391
  • Updated README links, deps, and elevation type definitions. 8643e5e

c1c3615...v0.1.1