Skip to content

Commit

Permalink
chore(release): release v0.39.0-rc.43 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot committed Feb 16, 2023
1 parent c5fd065 commit 9a9aeef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.39.0-rc.43](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.42...v0.39.0-rc.43) (2023-02-16)


### Bug Fixes

* **cdk,core,platform:** table keyboard ([#9324](https://github.com/SAP/fundamental-ngx/issues/9324)) ([c5fd065](https://github.com/SAP/fundamental-ngx/commit/c5fd065ab72579af972b261d6310ae1b91dbbac4))


### BREAKING CHANGES

* **cdk,core,platform:** `tabindex` input property removed from fd-table-cell; use `focusable` instead; `tabindex` input property removed from fd-table-row; use `focusable instead`; `TableCellPosition` interface removed; use `FocusableItemPosition` instead as `TableCellPosition` removed; typings of `cellFocusedEventAnnouncer` of fd-table-cell was changed; `focusChild` property removed from focusable-item directive. Use F2 key to focus cell's child.



# [0.39.0-rc.42](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.41...v0.39.0-rc.42) (2023-02-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fundamental-ngx",
"version": "0.39.0-rc.42",
"version": "0.39.0-rc.43",
"license": "Apache-2.0",
"main": "dist/libs/core/index.js",
"description": "Fundamental Library for Angular is a themable Fiori Angular component library.",
Expand Down

0 comments on commit 9a9aeef

Please sign in to comment.