Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions workspaces/jfrog-artifactory/.changeset/slick-maps-make.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @backstage-community/plugin-jfrog-artifactory

## 1.29.2

### Patch Changes

- a938525: Migrated the JFrog Artifactory plugin UI from Material UI to Backstage UI (`@backstage/ui`). The repository table now uses BUI `Table`, `SearchField`, and pagination controls. Removed direct MUI dependencies; no breaking API changes.

Also fixed the filter input growing when typing, and added i18n support for pagination labels (page size selector and result range) in all supported locales.

**Note for consuming apps:** import `@backstage/ui/css/styles.css` in your app entry point if it is not already included.

## 1.29.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-jfrog-artifactory",
"version": "1.29.1",
"version": "1.29.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading