Newer release notes can be found in GitHub Releases.
- Update a variety of stubs, including adding missing
empApi
andpageReferenceUtils
libraries #134 - Add
selectedItem
attribute to<lightning-tree>
stub #126 - Add missing
<lightning-progress-ring>
stub #132
- Add code formatting and linting on all files #135
- Fix null exit code in jest process exit #120
- Upgrade LWC to version 1.1.13-224.4
- Add missing
required
property to<lightning-input>
#114
- Upgrade
dependencies
anddevDependencies
#112 - Update bin reference. The
sfdx-lwc-jest
package will now expose 2 aliasessfdx-lwc-jest
andlwc-jest
(legacy binary name) pointing to the same executable file. #100
- Add missing
dateStyle
andtimeStyle
properties to<lightning-input>
#94 - Add missing
autocomplete
property to<lightning-input>
#92
- Upgrade
lwc
related packages to the latest version #100
- Rename package to
@salesforce/sfdx-lwc-jest
to match project name #86
- Add real implementation to
getFieldValue
andgetFieldDisplayValue
#83
- Add missing
tooltip
anddensity
properties to stubs #81 - Add missing
variant
property to<lightning-radio-group>
#74 - Update code coverage paths so coverage is properly reported on Windows #72
- Upgrade
js-yaml
dependency to address security alert #82 - Upgrade
lodash
dependency to address security alert #78
- Add
title
property back to the<lightning-card>
stub (#69)
- Upgrade LWC to version 0.37.4-220.2, removes
deasync
dependency 🎉
platformResourceLoader
mock returns resolved Promise again
- Upgrade LWC to version 0.37.4
- Expected API version check bumped to version 46.0 to match next major release
- Upgrade Jest to version 24.8.0
- Add missing
disabled
property to buttons components (#54)
- Remove old mock generation logic, rename mocks --> stubs (#53)
- 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)
- Upgrade LWC to version 0.34.8 (#44)
- Update README with additional troubleshooting info on deasync (#43 #49)
lightning/platformResourceLoader
mock APIs to return a resolved Promise (#38)
- Upgrade LWC to version 0.34.7