Skip to content

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

Merged
ilhan007 merged 20 commits intomainfrom
ref-move-table
Apr 29, 2024
Merged

refactor(ui5-table): move Table to @ui5/webcomponents-compat#8849
ilhan007 merged 20 commits intomainfrom
ref-move-table

Conversation

@ilhan007
Copy link
Copy Markdown
Contributor

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
@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.

2 participants