You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -6,129 +6,129 @@ Newer release notes can be found in [GitHub Releases](https://github.com/salesfo
6
6
7
7
## Fixes
8
8
9
-
-Update a variety of stubs, including adding missing `empApi` and `pageReferenceUtils` libraries [#134](https://github.com/salesforce/sfdx-lwc-jest/pull/134)
10
-
-Add `selectedItem` attribute to `<lightning-tree>` stub [#126](https://github.com/salesforce/sfdx-lwc-jest/pull/126)
- Update a variety of stubs, including adding missing `empApi` and `pageReferenceUtils` libraries [#134](https://github.com/salesforce/sfdx-lwc-jest/pull/134)
10
+
- Add `selectedItem` attribute to `<lightning-tree>` stub [#126](https://github.com/salesforce/sfdx-lwc-jest/pull/126)
-Add code formatting and linting on all files [#135](https://github.com/salesforce/sfdx-lwc-jest/pull/135)
15
+
- Add code formatting and linting on all files [#135](https://github.com/salesforce/sfdx-lwc-jest/pull/135)
16
16
17
17
## 0.7.0 (January 22, 2020)
18
18
19
19
## Fixes
20
20
21
-
-Fix null exit code in jest process exit [#120](https://github.com/salesforce/sfdx-lwc-jest/pull/120)
21
+
- Fix null exit code in jest process exit [#120](https://github.com/salesforce/sfdx-lwc-jest/pull/120)
22
22
23
23
## Chores
24
24
25
-
-Upgrade LWC to version 1.1.13-224.4
25
+
- Upgrade LWC to version 1.1.13-224.4
26
26
27
27
## 0.6.2 (November 25, 2019)
28
28
29
29
## Fixes
30
30
31
-
-Add missing `required` property to `<lightning-input>`[#114](https://github.com/salesforce/sfdx-lwc-jest/pull/114)
31
+
- Add missing `required` property to `<lightning-input>`[#114](https://github.com/salesforce/sfdx-lwc-jest/pull/114)
32
32
33
33
## Chores
34
34
35
-
-Upgrade `dependencies` and `devDependencies`[#112](https://github.com/salesforce/sfdx-lwc-jest/pull/112)
36
-
-Update bin reference. The `sfdx-lwc-jest` package will now expose 2 aliases `sfdx-lwc-jest` and `lwc-jest` (legacy binary name) pointing to the same executable file. [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
35
+
- Upgrade `dependencies` and `devDependencies`[#112](https://github.com/salesforce/sfdx-lwc-jest/pull/112)
36
+
- Update bin reference. The `sfdx-lwc-jest` package will now expose 2 aliases `sfdx-lwc-jest` and `lwc-jest` (legacy binary name) pointing to the same executable file. [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
37
37
38
38
## 0.6.1 (October 16, 2019)
39
39
40
40
## Fixes
41
41
42
-
-Add missing `dateStyle` and `timeStyle` properties to `<lightning-input>`[#94](https://github.com/salesforce/sfdx-lwc-jest/pull/94)
43
-
-Add missing `autocomplete` property to `<lightning-input>`[#92](https://github.com/salesforce/sfdx-lwc-jest/pull/92)
42
+
- Add missing `dateStyle` and `timeStyle` properties to `<lightning-input>`[#94](https://github.com/salesforce/sfdx-lwc-jest/pull/94)
43
+
- Add missing `autocomplete` property to `<lightning-input>`[#92](https://github.com/salesforce/sfdx-lwc-jest/pull/92)
44
44
45
45
## Chores
46
46
47
-
-Upgrade `lwc` related packages to the latest version [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
47
+
- Upgrade `lwc` related packages to the latest version [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
48
48
49
49
## 0.5.3 (August 8, 2019)
50
50
51
51
## Chores
52
52
53
-
-Rename package to `@salesforce/sfdx-lwc-jest` to match project name [#86](https://github.com/salesforce/sfdx-lwc-jest/pull/86)
53
+
- Rename package to `@salesforce/sfdx-lwc-jest` to match project name [#86](https://github.com/salesforce/sfdx-lwc-jest/pull/86)
54
54
55
55
## 0.5.2 (August 7, 2019)
56
56
57
57
## Features
58
58
59
-
-Add real implementation to `getFieldValue` and `getFieldDisplayValue`[#83](https://github.com/salesforce/sfdx-lwc-jest/pull/83)
59
+
- Add real implementation to `getFieldValue` and `getFieldDisplayValue`[#83](https://github.com/salesforce/sfdx-lwc-jest/pull/83)
60
60
61
61
## Fixes
62
62
63
-
-Add missing `tooltip` and `density` properties to stubs [#81](https://github.com/salesforce/sfdx-lwc-jest/pull/81)
64
-
-Add missing `variant` property to `<lightning-radio-group>`[#74](https://github.com/salesforce/sfdx-lwc-jest/pull/74)
65
-
-Update code coverage paths so coverage is properly reported on Windows [#72](https://github.com/salesforce/sfdx-lwc-jest/pull/72)
63
+
- Add missing `tooltip` and `density` properties to stubs [#81](https://github.com/salesforce/sfdx-lwc-jest/pull/81)
64
+
- Add missing `variant` property to `<lightning-radio-group>`[#74](https://github.com/salesforce/sfdx-lwc-jest/pull/74)
65
+
- Update code coverage paths so coverage is properly reported on Windows [#72](https://github.com/salesforce/sfdx-lwc-jest/pull/72)
66
66
67
67
## Chores
68
68
69
-
-Upgrade `js-yaml` dependency to address security alert [#82](https://github.com/salesforce/sfdx-lwc-jest/pull/82)
70
-
-Upgrade `lodash` dependency to address security alert [#78](https://github.com/salesforce/sfdx-lwc-jest/pull/78)
69
+
- Upgrade `js-yaml` dependency to address security alert [#82](https://github.com/salesforce/sfdx-lwc-jest/pull/82)
70
+
- Upgrade `lodash` dependency to address security alert [#78](https://github.com/salesforce/sfdx-lwc-jest/pull/78)
71
71
72
72
## 0.5.1 (June 18, 2019)
73
73
74
74
### Fixes
75
75
76
-
-Add `title` property back to the `<lightning-card>` stub ([#69](https://github.com/salesforce/lwc-jest/pull/69))
76
+
- Add `title` property back to the `<lightning-card>` stub ([#69](https://github.com/salesforce/lwc-jest/pull/69))
77
77
78
78
### Chores
79
79
80
-
-Upgrade LWC to version 0.37.4-220.2, removes `deasync` dependency :tada:
80
+
- Upgrade LWC to version 0.37.4-220.2, removes `deasync` dependency :tada:
81
81
82
82
## 0.5.0 (May 13, 2019)
83
83
84
84
### Fixes
85
85
86
-
-`platformResourceLoader` mock returns resolved Promise again
86
+
-`platformResourceLoader` mock returns resolved Promise again
87
87
88
88
### Chores
89
89
90
-
-Upgrade LWC to version 0.37.4
91
-
-Expected API version check bumped to version 46.0 to match next major release
92
-
-Upgrade Jest to version 24.8.0
90
+
- Upgrade LWC to version 0.37.4
91
+
- Expected API version check bumped to version 46.0 to match next major release
92
+
- Upgrade Jest to version 24.8.0
93
93
94
94
## 0.4.14 (May 7, 2019)
95
95
96
96
### Fixes
97
97
98
-
-Add missing `disabled` property to buttons components ([#54](https://github.com/salesforce/lwc-jest/pull/54))
98
+
- Add missing `disabled` property to buttons components ([#54](https://github.com/salesforce/lwc-jest/pull/54))
99
99
100
100
### Chores
101
101
102
-
-Remove old mock generation logic, rename mocks --> stubs ([#53](https://github.com/salesforce/lwc-jest/pull/53))
-Update significant number of `lightning` stubs based on new generation script ([#50](https://github.com/salesforce/lwc-jest/pull/50))
109
-
-Add `type` prop to `<lightning-tile>` stub ([#48](https://github.com/salesforce/lwc-jest/pull/48))
110
-
-Add `formatFractionDigits` prop to `<lightning-input>` stub ([#47](https://github.com/salesforce/lwc-jest/pull/47))
108
+
- Update significant number of `lightning` stubs based on new generation script ([#50](https://github.com/salesforce/lwc-jest/pull/50))
109
+
- Add `type` prop to `<lightning-tile>` stub ([#48](https://github.com/salesforce/lwc-jest/pull/48))
110
+
- Add `formatFractionDigits` prop to `<lightning-input>` stub ([#47](https://github.com/salesforce/lwc-jest/pull/47))
111
111
112
112
### Chores
113
113
114
-
-Upgrade LWC to version 0.34.8 ([#44](https://github.com/salesforce/lwc-jest/pull/44))
115
-
-Update README with additional troubleshooting info on deasync ([#43](https://github.com/salesforce/lwc-jest/pull/43)[#49](https://github.com/salesforce/lwc-jest/pull/49))
114
+
- Upgrade LWC to version 0.34.8 ([#44](https://github.com/salesforce/lwc-jest/pull/44))
115
+
- Update README with additional troubleshooting info on deasync ([#43](https://github.com/salesforce/lwc-jest/pull/43)[#49](https://github.com/salesforce/lwc-jest/pull/49))
116
116
117
117
## 0.4.12 (March 11, 2019)
118
118
119
119
### Fixes
120
120
121
-
-`lightning/platformResourceLoader` mock APIs to return a resolved Promise ([#38](https://github.com/salesforce/lwc-jest/pull/38))
121
+
-`lightning/platformResourceLoader` mock APIs to return a resolved Promise ([#38](https://github.com/salesforce/lwc-jest/pull/38))
122
122
123
123
### Chores
124
124
125
-
-Upgrade LWC to version 0.34.7
125
+
- Upgrade LWC to version 0.34.7
126
126
127
127
## 0.4.11 (March 8, 2019)
128
128
129
129
### Fixes
130
130
131
-
-Set `process.env.NODE_ENV` to 'test' if unset for non-debug mode ([#34](https://github.com/salesforce/lwc-jest/pull/34))
132
-
-Fix code coverage option and remove `testURL` config ([#32](https://github.com/salesforce/lwc-jest/pull/32))
If you prefer to debug inside Visual Studio Code, follow these steps:
95
95
96
-
-From the Visual Studio Code dropdowns, select Debug > Add Configuration....
97
-
-If you're prompted for an Environment choose any value.
98
-
-Mac users, replace the contents of the generated `launch.json` with the following. (for Windows users see the [Jest website](https://jestjs.io/docs/en/troubleshooting#debugging-in-vs-code) for launch.json contents).
96
+
- From the Visual Studio Code dropdowns, select Debug > Add Configuration....
97
+
- If you're prompted for an Environment choose any value.
98
+
- Mac users, replace the contents of the generated `launch.json` with the following. (for Windows users see the [Jest website](https://jestjs.io/docs/en/troubleshooting#debugging-in-vs-code) for launch.json contents).
99
99
100
100
```json
101
101
{
@@ -118,8 +118,8 @@ If you prefer to debug inside Visual Studio Code, follow these steps:
118
118
}
119
119
```
120
120
121
-
-Add a `jest.config.js` file to the root of the Salesforce DX project as described [here](#overriding-jest-config). You must add this file to run Jest from Visual Studio Code.
122
-
-To run tests, press F5 or select Debug > Start Debugging.
121
+
- Add a `jest.config.js` file to the root of the Salesforce DX project as described [here](#overriding-jest-config). You must add this file to run Jest from Visual Studio Code.
122
+
- To run tests, press F5 or select Debug > Start Debugging.
0 commit comments