File tree 18 files changed +71
-53
lines changed 18 files changed +71
-53
lines changed Original file line number Diff line number Diff line change 1
- # [ ] ( https://github.com/salesforce/lwc/compare/v1.1.15...v ) (2019-12-23)
1
+ # [ ] ( https://github.com/salesforce/lwc/compare/v1.1.16...v ) (2020-01-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** features:** unary negation of null flag interpreted as boolean false ([ #1683 ] ( https://github.com/salesforce/lwc/issues/1683 ) ) ([ dc7c1bd] ( https://github.com/salesforce/lwc/commit/dc7c1bd918ed39bfa3952530513411bb3e77e0ee ) )
7
+ * ** synthetic-shadow:** make Event constructor handle composed ([ #1676 ] ( https://github.com/salesforce/lwc/issues/1676 ) ) ([ 0baa228] ( https://github.com/salesforce/lwc/commit/0baa228aed54755a1601beb72641fc99cbacc771 ) )
8
+ * ** wire:** add lowercase wirecontextevent ([ #1679 ] ( https://github.com/salesforce/lwc/issues/1679 ) ) ([ a5d1077] ( https://github.com/salesforce/lwc/commit/a5d10777bbe650580fc133004f198e22ebe2eb2a ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * ** features:** runtime flags can only be imported by compiler ([ #1690 ] ( https://github.com/salesforce/lwc/issues/1690 ) ) ([ 5936229] ( https://github.com/salesforce/lwc/commit/59362292e0b06ef3abf72ba16c2fdc133bd1ac47 ) )
14
+ * ** template-compiler:** support leading hyphen in attr name ([ #1687 ] ( https://github.com/salesforce/lwc/issues/1687 ) ) ([ 242f0fb] ( https://github.com/salesforce/lwc/commit/242f0fb1a2ed4d0b7a3aa621d6257068ec1fa8ad ) )
15
+ * computed feature flags are not supported ([ #1694 ] ( https://github.com/salesforce/lwc/issues/1694 ) ) ([ f3c479d] ( https://github.com/salesforce/lwc/commit/f3c479dd4a77ed02e0264e877edfd856e01d7616 ) )
16
+
17
+
18
+
19
+ ## [ 1.1.16] ( https://github.com/salesforce/lwc/compare/v1.1.15...v1.1.16 ) (2019-12-23)
2
20
3
21
4
22
### 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" : " 1.1.16 "
10
+ "version" : " 1.2.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" : " 1.1.16 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"main" : " src/index.js" ,
6
6
"typings" : " types/index.d.ts" ,
7
7
"license" : " MIT" ,
16
16
"dependencies" : {
17
17
"@babel/helper-module-imports" : " 7.0.0" ,
18
18
"@babel/plugin-proposal-class-properties" : " 7.1.0" ,
19
- "@lwc/errors" : " 1.1.16 " ,
19
+ "@lwc/errors" : " 1.2.0 " ,
20
20
"line-column" : " ^1.0.2"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/compiler" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " LWC compiler" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
16
16
"dependencies" : {
17
17
"@babel/core" : " 7.1.0" ,
18
18
"@babel/plugin-proposal-object-rest-spread" : " 7.0.0" ,
19
- "@lwc/babel-plugin-component" : " 1.1.16 " ,
20
- "@lwc/errors" : " 1.1.16 " ,
21
- "@lwc/shared" : " 1.1.16 " ,
22
- "@lwc/style-compiler" : " 1.1.16 " ,
23
- "@lwc/template-compiler" : " 1.1.16 " ,
19
+ "@lwc/babel-plugin-component" : " 1.2.0 " ,
20
+ "@lwc/errors" : " 1.2.0 " ,
21
+ "@lwc/shared" : " 1.2.0 " ,
22
+ "@lwc/style-compiler" : " 1.2.0 " ,
23
+ "@lwc/template-compiler" : " 1.2.0 " ,
24
24
"babel-preset-compat" : " 0.21.7" ,
25
25
"rollup" : " ^1.7.4" ,
26
26
"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" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " LWC Engine" ,
5
5
"main" : " dist/engine.cjs.js" ,
6
6
"module" : " dist/engine.js" ,
19
19
"observable-membrane" : " 0.26.1"
20
20
},
21
21
"devDependencies" : {
22
- "@lwc/features" : " 1.1.16 " ,
23
- "@lwc/shared" : " 1.1.16 " ,
24
- "@lwc/template-compiler" : " 1.1.16 "
22
+ "@lwc/features" : " 1.2.0 " ,
23
+ "@lwc/shared" : " 1.2.0 " ,
24
+ "@lwc/template-compiler" : " 1.2.0 "
25
25
},
26
26
"lwc" : {
27
27
"modules" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/errors" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.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/features" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " LWC Features Flags" ,
5
5
"main" : " dist/flags.cjs.js" ,
6
6
"module" : " dist/flags.js" ,
16
16
" types/"
17
17
],
18
18
"devDependencies" : {
19
- "@lwc/shared" : " 1.1.16 "
19
+ "@lwc/shared" : " 1.2.0 "
20
20
},
21
21
"publishConfig" : {
22
22
"access" : " public"
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" : " 1.1.16 " ,
4
+ "version" : " 1.2.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" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Rollup plugin to compile LWC" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " MIT" ,
11
11
" src/*.js"
12
12
],
13
13
"devDependencies" : {
14
- "@lwc/compiler" : " 1.1.16 " ,
15
- "@lwc/engine" : " 1.1.16 "
14
+ "@lwc/compiler" : " 1.2.0 " ,
15
+ "@lwc/engine" : " 1.2.0 "
16
16
},
17
17
"dependencies" : {
18
- "@lwc/module-resolver" : " 1.1.16 " ,
18
+ "@lwc/module-resolver" : " 1.2.0 " ,
19
19
"rollup-pluginutils" : " ^2.0.1"
20
20
},
21
21
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/shared" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Utilities and methods that are shared across packages" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/style-compiler" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.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" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Synthetic Shadow Root for LWC" ,
5
5
"license" : " MIT" ,
6
6
"main" : " index.js" ,
24
24
"access" : " public"
25
25
},
26
26
"devDependencies" : {
27
- "@lwc/features" : " 1.1.16 " ,
28
- "@lwc/shared" : " 1.1.16 "
27
+ "@lwc/features" : " 1.2.0 " ,
28
+ "@lwc/shared" : " 1.2.0 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/template-compiler" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Template compiler package" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
22
22
"@babel/template" : " ~7.1.2" ,
23
23
"@babel/traverse" : " ~7.1.5" ,
24
24
"@babel/types" : " ~7.1.5" ,
25
- "@lwc/errors" : " 1.1.16 " ,
26
- "@lwc/shared" : " 1.1.16 " ,
25
+ "@lwc/errors" : " 1.2.0 " ,
26
+ "@lwc/shared" : " 1.2.0 " ,
27
27
"esutils" : " ^2.0.2" ,
28
28
"he" : " ^1.1.1" ,
29
29
"parse5-with-errors" : " 4.0.3-beta1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/wire-service" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " @wire service" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/wire-service.cjs.js" ,
19
19
" types/"
20
20
],
21
21
"devDependencies" : {
22
- "@lwc/compiler" : " 1.1.16 " ,
23
- "@lwc/engine" : " 1.1.16 " ,
24
- "@lwc/rollup-plugin" : " 1.1.16 " ,
25
- "@lwc/shared" : " 1.1.16 "
22
+ "@lwc/compiler" : " 1.2.0 " ,
23
+ "@lwc/engine" : " 1.2.0 " ,
24
+ "@lwc/rollup-plugin" : " 1.2.0 " ,
25
+ "@lwc/shared" : " 1.2.0 "
26
26
},
27
27
"lwc" : {
28
28
"modules" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-karma" ,
3
3
"private" : true ,
4
- "version" : " 1.1.16 " ,
4
+ "version" : " 1.2.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" : " 1.1.16 " ,
15
- "@lwc/engine" : " 1.1.16 " ,
16
- "@lwc/rollup-plugin" : " 1.1.16 " ,
17
- "@lwc/synthetic-shadow" : " 1.1.16 " ,
14
+ "@lwc/compiler" : " 1.2.0 " ,
15
+ "@lwc/engine" : " 1.2.0 " ,
16
+ "@lwc/rollup-plugin" : " 1.2.0 " ,
17
+ "@lwc/synthetic-shadow" : " 1.2.0 " ,
18
18
"chokidar" : " ^3.3.1" ,
19
19
"istanbul-api" : " ^2.1.6" ,
20
20
"karma" : " ^4.4.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-tests" ,
3
3
"private" : true ,
4
- "version" : " 1.1.16 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"scripts" : {
6
6
"build" : " node scripts/build.js" ,
7
7
"build:dev" : " MODE=dev yarn build" ,
20
20
"sauce:prod_compat" : " MODE=prod_compat yarn build:prod_compat && MODE=prod_compat wdio ./scripts/wdio.sauce.conf.js"
21
21
},
22
22
"devDependencies" : {
23
- "@lwc/rollup-plugin" : " 1.1.16 " ,
23
+ "@lwc/rollup-plugin" : " 1.2.0 " ,
24
24
"@wdio/cli" : " ^5.18.6" ,
25
25
"@wdio/local-runner" : " ^5.18.6" ,
26
26
"@wdio/mocha-framework" : " ^5.18.6" ,
32
32
"deepmerge" : " ^4.2.2" ,
33
33
"dotenv" : " ^8.2.0" ,
34
34
"fs-extra" : " ^8.1.0" ,
35
- "lwc" : " 1.1.16 " ,
35
+ "lwc" : " 1.2.0 " ,
36
36
"minimist" : " ^1.2.0" ,
37
37
"webdriverio" : " 5.18.6"
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lwc" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Lightning Web Components (LWC)" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/engine/esm/es2017/engine.js" ,
16
16
" types.d.ts"
17
17
],
18
18
"dependencies" : {
19
- "@lwc/compiler" : " 1.1.16 " ,
20
- "@lwc/engine" : " 1.1.16 " ,
21
- "@lwc/features" : " 1.1.16 " ,
22
- "@lwc/synthetic-shadow" : " 1.1.16 " ,
23
- "@lwc/wire-service" : " 1.1.16 "
19
+ "@lwc/compiler" : " 1.2.0 " ,
20
+ "@lwc/engine" : " 1.2.0 " ,
21
+ "@lwc/features" : " 1.2.0 " ,
22
+ "@lwc/synthetic-shadow" : " 1.2.0 " ,
23
+ "@lwc/wire-service" : " 1.2.0 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " perf-benchmarks" ,
3
- "version" : " 1.1.16 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " best" ,
11
11
"@best/runner-headless" : " 4.0.0-alpha11" ,
12
12
"@best/runner-hub" : " 4.0.0-alpha11" ,
13
13
"@best/store-aws" : " 4.0.0-alpha11" ,
14
- "@lwc/rollup-plugin" : " 1.1.16 "
14
+ "@lwc/rollup-plugin" : " 1.2.0 "
15
15
},
16
16
"dependencies" : {
17
- "@lwc/engine" : " 1.1.16 " ,
18
- "@lwc/synthetic-shadow" : " 1.1.16 "
17
+ "@lwc/engine" : " 1.2.0 " ,
18
+ "@lwc/synthetic-shadow" : " 1.2.0 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments