Skip to content

Commit

Permalink
update public imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Feb 18, 2021
1 parent 1bd4c89 commit 0a7043a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### New Components

* **ui5-color-palette:** introduce new component ([#2731](https://github.com/SAP/ui5-webcomponents/issues/2731)) ([772424e](https://github.com/SAP/ui5-webcomponents/commit/772424e))
* **ui5-color-picker:** introduce new component ([#2769](https://github.com/SAP/ui5-webcomponents/issues/2769)) ([6a70e5a](https://github.com/SAP/ui5-webcomponents/commit/6a70e5a))
* **ui5-page:** introduce new component ([#2685](https://github.com/SAP/ui5-webcomponents/issues/2685)) ([bd09e17](https://github.com/SAP/ui5-webcomponents/commit/bd09e17)), closes [#2433](https://github.com/SAP/ui5-webcomponents/issues/2433)


Expand Down
2 changes: 2 additions & 0 deletions docs/Public Module Imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ For API documentation and samples, please check the [UI5 Web Components Playgrou
| Card | `ui5-card` | `import "@ui5/webcomponents/dist/Card.js";` |
| Carousel | `ui5-carousel` | `import "@ui5/webcomponents/dist/Carousel.js";` |
| Checkbox | `ui5-checkbox` | `import "@ui5/webcomponents/dist/CheckBox.js";` |
| Color Picker | `ui5-color-picker` | `import "@ui5/webcomponents/dist/ColorPicker.js";` |
| Color Palette | `ui5-color-palette` | `import "@ui5/webcomponents/dist/ColorPalette.js";` |
| Color Palette Item | `ui5-color-palette-item` | comes with `ui5-color-palette` |
| ComboBox | `ui5-combobox` | `import "@ui5/webcomponents/dist/ComboBox.js";` |
Expand Down Expand Up @@ -140,6 +141,7 @@ For API documentation and samples, please check the [UI5 Web Components Playgrou
| Side Navigation Sub Item | `ui5-side-navigation-sub-item` | `import "@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js";` |
| Shell Bar | `ui5-shellbar` | `import "@ui5/webcomponents-fiori/dist/ShellBar.js";` |
| Shell Bar Item | `ui5-shellbar-item` | `import "@ui5/webcomponents-fiori/dist/ShellBarItem.js";` |
| Page | `ui5-page` | `import "@ui5/webcomponents-fiori/dist/Page.js";` |
| Product Switch | `ui5-product-switch` | `import "@ui5/webcomponents-fiori/dist/ProductSwitch.js";` |
| Product Switch Item | `ui5-product-switch-item` | `import "@ui5/webcomponents-fiori/dist/ProductSwitchItem.js";` |
| Notification List Item | `ui5-li-notifcation` | `import "@ui5/webcomponents-fiori/dist/NotifcationListItem.js";` |
Expand Down
6 changes: 1 addition & 5 deletions packages/playground/build-scripts/samples-prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ const components = [];

// Add new components here
const newComponents = [
"Bar",
"Calendar",
"ColorPalette",
"ColorPicker",
"Page",
"RangeSlider",
"Slider",
"AvatarGroup",
];

packages.forEach(package => {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/docs/landing-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
Github Project &rsaquo;</a>
<iframe src="https://ghbtns.com/github-btn.html?user=sap&repo=ui5-webcomponents&type=star&count=true&size=small" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
</div>
<div class="curr-version">Current version 1.0.0-rc.11</div>
<div class="curr-version">Current version 1.0.0-rc.12</div>
</div>
</div>
</header>
Expand Down

0 comments on commit 0a7043a

Please sign in to comment.