File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4343 "@ui5/webcomponents" : " 1.3.0" ,
4444 "@ui5/webcomponents-base" : " 1.3.0" ,
4545 "@ui5/webcomponents-icons" : " 1.3.0" ,
46- "@ui5/webcomponents-ie11" : " 1.2.4" ,
4746 "@ui5/webcomponents-theming" : " 1.3.0" ,
4847 "@zxing/library" : " ^0.18.3"
4948 },
Original file line number Diff line number Diff line change 4242 "dependencies" : {
4343 "@ui5/webcomponents-base" : " 1.3.0" ,
4444 "@ui5/webcomponents-icons" : " 1.3.0" ,
45- "@ui5/webcomponents-ie11" : " 1.2.4" ,
4645 "@ui5/webcomponents-localization" : " 1.3.0" ,
4746 "@ui5/webcomponents-theming" : " 1.3.0"
4847 },
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ const components = [];
1212
1313 // Add new components here
1414const newComponents = [
15- "DynamicSideContent" ,
16- "MediaGallery" ,
17- "SplitButton"
15+ "Menu" ,
1816] ;
1917
2018packages . forEach ( package => {
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h1>Web Components</h1>
6161 </ div >
6262 < h2 class ="subtitle "> Enterprise-flavored sugar on top of native APIs!</ h2 >
6363
64- < div class ="curr-version "> Latest version: < a class ="curr-version-link " href ="https://www.npmjs.com/package/@ui5/webcomponents "> 1.2.3 </ a > </ div >
64+ < div class ="curr-version "> Latest version: < a class ="curr-version-link " href ="https://www.npmjs.com/package/@ui5/webcomponents "> 1.3.0 </ a > </ div >
6565
6666 < a href ="{{ "/playground/components" | absolute_url }}" class="get-started-button"> Get Started</ a >
6767 </ div >
You can’t perform that action at this time.
0 commit comments