Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.61 KB

Changelog

0.4.14 (May 7, 2019)

Fixes

  • Add missing disabled property to buttons components (#54)

Chores

  • Remove old mock generation logic, rename mocks --> stubs (#53)

0.4.13 (May 2, 2019)

Fixes

  • Update significant number of lightning stubs based on new generation script (#50)
  • Add type prop to <lightning-tile> stub (#48)
  • Add formatFractionDigits prop to <lightning-input> stub (#47)

Chores

  • Upgrade LWC to version 0.34.8 (#44)
  • Update README with additional troubleshooting info on deasync (#43 #49)

0.4.12 (March 11, 2019)

Fixes

  • lightning/platformResourceLoader mock APIs to return a resolved Promise (#38)

Chores

  • Upgrade LWC to version 0.34.7

0.4.11 (March 8, 2019)

Fixes

  • Set process.env.NODE_ENV to 'test' if unset for non-debug mode (#34)
  • Fix code coverage option and remove testURL config (#32)
  • Fix custom namespace resolution logic (#30)
  • Add missing functions to <lightning-input> mock (#22)