Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui5-table): move Table to @ui5/webcomponents-compat #8849

Merged
merged 20 commits into from
Apr 29, 2024

Conversation

ilhan007
Copy link
Member

Move Table, TableCell, TableRow, TableColumn from @ui5/webcomponents to new package @ui5/webcomponents-compat to free up space for new Table web component implementation that will be successor of the current one. It's only moved, the tag names the API remain the same.

BREAKING CHANGE: If you previously used the Table from @ui5/webcomponents, you need to import it from @ui5/webcomponents-compat:

import "@ui5/webcomponents-compat/dist/Table.js"; // ui5-table
import "@ui5/webcomponents-compat/dist/TableColumn.js"; // ui5-table-column
import "@ui5/webcomponents-compat/dist/TableRow.js"; // ui5-table-row`
import "@ui5/webcomponents-compat/dist/TableGroupRow.js";` // ui5-table-group-row
import "@ui5/webcomponents-compat/dist/TableCell.js"; // ui5-table-cell

@ilhan007 ilhan007 changed the title refactor(ui5-table) refactor(ui5-table): move Table to @ui5/webcomponents-compat Apr 25, 2024
@ilhan007 ilhan007 merged commit 779bcdc into main Apr 29, 2024
10 checks passed
@ilhan007 ilhan007 deleted the ref-move-table branch April 29, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants