File tree Expand file tree Collapse file tree 15 files changed +52
-40
lines changed Expand file tree Collapse file tree 15 files changed +52
-40
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" " ></a >
2
- # [ ] ( https://github.com/salesforce/lwc/compare/v0.40.1...v ) (2019-05-26)
2
+ # [ ] ( https://github.com/salesforce/lwc/compare/v0.41.0...v ) (2019-05-29)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * make synthetic-shadow resolvable by module-resolver ([ #1281 ] ( https://github.com/salesforce/lwc/issues/1281 ) ) ([ 37f8cf2] ( https://github.com/salesforce/lwc/commit/37f8cf2 ) )
8
+ * synthetic-shadow in Best ([ #1310 ] ( https://github.com/salesforce/lwc/issues/1310 ) ) ([ 6fc3b23] ( https://github.com/salesforce/lwc/commit/6fc3b23 ) )
9
+ * ** engine:** using jest environment - upgrading jsdom ([ #1312 ] ( https://github.com/salesforce/lwc/issues/1312 ) ) ([ 2a81f7f] ( https://github.com/salesforce/lwc/commit/2a81f7f ) )
10
+
11
+
12
+
13
+ <a name =" 0.41.0 " ></a >
14
+ # [ 0.41.0] ( https://github.com/salesforce/lwc/compare/v0.40.1...v0.41.0 ) (2019-05-26)
3
15
4
16
5
17
### Bug Fixes
Original file line number Diff line number Diff line change 7
7
"exact" : true ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true ,
10
- "version" : " 0.41 .0"
10
+ "version" : " 1.0 .0"
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/babel-plugin-component" ,
3
3
"description" : " Babel plugin to transform a LWC module" ,
4
- "version" : " 0.41 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"main" : " src/index.js" ,
6
6
"typings" : " types/index.d.ts" ,
7
7
"license" : " MIT" ,
11
11
"dependencies" : {
12
12
"@babel/helper-module-imports" : " 7.0.0" ,
13
13
"@babel/plugin-proposal-class-properties" : " 7.1.0" ,
14
- "@lwc/errors" : " 0.41 .0" ,
14
+ "@lwc/errors" : " 1.0 .0" ,
15
15
"line-column" : " ^1.0.2"
16
16
},
17
17
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/compiler" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " LWC compiler" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
13
13
"dependencies" : {
14
14
"@babel/core" : " 7.1.0" ,
15
15
"@babel/plugin-proposal-object-rest-spread" : " 7.0.0" ,
16
- "@lwc/babel-plugin-component" : " 0.41 .0" ,
17
- "@lwc/errors" : " 0.41 .0" ,
18
- "@lwc/style-compiler" : " 0.41 .0" ,
19
- "@lwc/template-compiler" : " 0.41 .0" ,
16
+ "@lwc/babel-plugin-component" : " 1.0 .0" ,
17
+ "@lwc/errors" : " 1.0 .0" ,
18
+ "@lwc/style-compiler" : " 1.0 .0" ,
19
+ "@lwc/template-compiler" : " 1.0 .0" ,
20
20
"babel-preset-compat" : " 0.21.4" ,
21
21
"rollup" : " ^1.7.4" ,
22
22
"rollup-plugin-replace" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/engine" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " LWC Engine" ,
5
5
"main" : " lib/framework/main.js" ,
6
6
"module" : " dist/modules/es2017/engine.js" ,
15
15
"observable-membrane" : " 0.26.1"
16
16
},
17
17
"devDependencies" : {
18
- "@lwc/template-compiler" : " 0.41 .0"
18
+ "@lwc/template-compiler" : " 1.0 .0"
19
19
},
20
20
"lwc" : {
21
21
"modules" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/errors" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " LWC Error Utilities" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/module-resolver" ,
3
3
"description" : " Resolves paths for LWC components" ,
4
- "version" : " 0.41 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/rollup-plugin" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Rollup plugin to compile LWC" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"test" : " jest"
9
9
},
10
10
"devDependencies" : {
11
- "@lwc/compiler" : " 0.41 .0" ,
12
- "@lwc/engine" : " 0.41 .0"
11
+ "@lwc/compiler" : " 1.0 .0" ,
12
+ "@lwc/engine" : " 1.0 .0"
13
13
},
14
14
"dependencies" : {
15
- "@lwc/module-resolver" : " 0.41 .0" ,
15
+ "@lwc/module-resolver" : " 1.0 .0" ,
16
16
"glob" : " ^7.1.2" ,
17
17
"rollup-pluginutils" : " ^2.0.1"
18
18
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/style-compiler" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Transform style sheet to be consumed by the LWC engine" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/commonjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/synthetic-shadow" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Synthetic Shadow Root for LWC" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/commonjs/es2017/shadow.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/template-compiler" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Template compiler package" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
21
21
"@babel/template" : " ~7.1.2" ,
22
22
"@babel/traverse" : " ~7.1.5" ,
23
23
"@babel/types" : " ~7.1.5" ,
24
- "@lwc/errors" : " 0.41 .0" ,
24
+ "@lwc/errors" : " 1.0 .0" ,
25
25
"camelcase" : " ~5.0.0" ,
26
26
"he" : " ^1.1.1" ,
27
27
"parse5-with-errors" : " ^4.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/wire-service" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " @wire service" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/commonjs/es2017/wire.js" ,
14
14
"serve:playground" : " node playground/server.js"
15
15
},
16
16
"devDependencies" : {
17
- "@lwc/compiler" : " 0.41 .0" ,
18
- "@lwc/engine" : " 0.41 .0" ,
19
- "@lwc/rollup-plugin" : " 0.41 .0" ,
17
+ "@lwc/compiler" : " 1.0 .0" ,
18
+ "@lwc/engine" : " 1.0 .0" ,
19
+ "@lwc/rollup-plugin" : " 1.0 .0" ,
20
20
"express" : " ^4.15.2"
21
21
},
22
22
"lwc" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-karma" ,
3
3
"private" : true ,
4
- "version" : " 0.41 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"scripts" : {
6
6
"start" : " karma start ./scripts/karma-configs/local.js" ,
7
7
"start:compat" : " yarn start --browsers Chrome --compat" ,
11
11
"coverage" : " node ./scripts/merge-coverage.js"
12
12
},
13
13
"devDependencies" : {
14
- "@lwc/compiler" : " 0.41 .0" ,
15
- "@lwc/engine" : " 0.41 .0" ,
16
- "@lwc/rollup-plugin" : " 0.41 .0" ,
17
- "@lwc/synthetic-shadow" : " 0.41 .0" ,
14
+ "@lwc/compiler" : " 1.0 .0" ,
15
+ "@lwc/engine" : " 1.0 .0" ,
16
+ "@lwc/rollup-plugin" : " 1.0 .0" ,
17
+ "@lwc/synthetic-shadow" : " 1.0 .0" ,
18
18
"chokidar" : " ^2.0.4" ,
19
19
"istanbul-api" : " ^2.0.6" ,
20
20
"karma" : " ^3.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-tests" ,
3
3
"private" : true ,
4
- "version" : " 0.41 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"scripts" : {
6
6
"build" : " node scripts/build.js" ,
7
7
"build:dev" : " MODE=dev yarn build" ,
21
21
"sauce:prod_compat" : " MODE=prod_compat yarn build:prod_compat && MODE=prod_compat wdio ./scripts/wdio.sauce.conf.js"
22
22
},
23
23
"devDependencies" : {
24
- "@lwc/compiler" : " 0.41 .0" ,
25
- "@lwc/engine" : " 0.41 .0" ,
26
- "@lwc/rollup-plugin" : " 0.41 .0" ,
27
- "@lwc/synthetic-shadow" : " 0.41 .0" ,
28
- "@lwc/wire-service" : " 0.41 .0" ,
24
+ "@lwc/compiler" : " 1.0 .0" ,
25
+ "@lwc/engine" : " 1.0 .0" ,
26
+ "@lwc/rollup-plugin" : " 1.0 .0" ,
27
+ "@lwc/synthetic-shadow" : " 1.0 .0" ,
28
+ "@lwc/wire-service" : " 1.0 .0" ,
29
29
"compat-polyfills" : " 0.21.4" ,
30
30
"deepmerge" : " ^1.5.2" ,
31
31
"dotenv" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " perf-benchmarks" ,
3
- "version" : " 0.41 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " best" ,
10
10
"@best/runner-headless" : " http://npm.lwcjs.org/@best/runner-headless/-/@best/runner-headless-0.6.4/62bcbb1e4cd405aa76576da7c368cdf8375065b5.tgz" ,
11
11
"@best/runner-remote" : " http://npm.lwcjs.org/@best/runner-remote/-/@best/runner-remote-0.6.4/9ea65393034c498691b7f363e39385214c0cb8b1.tgz" ,
12
12
"@best/store-aws" : " http://npm.lwcjs.org/@best/store-aws/-/@best/store-aws-0.6.4/b829bd12cc708a707895ca7cd25def338b13c008.tgz" ,
13
- "@lwc/rollup-plugin" : " 0.41 .0" ,
13
+ "@lwc/rollup-plugin" : " 1.0 .0" ,
14
14
"best-cli" : " http://npm.lwcjs.org/best-cli/-/best-cli-0.6.4/2ae2c5824183096397076cb8109e2bb53365fbbc.tgz"
15
15
},
16
16
"dependencies" : {
17
- "@lwc/engine" : " 0.41 .0" ,
18
- "@lwc/synthetic-shadow" : " 0.41 .0"
17
+ "@lwc/engine" : " 1.0 .0" ,
18
+ "@lwc/synthetic-shadow" : " 1.0 .0"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments