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
10 changes: 10 additions & 0 deletions packages/experimental-m2a-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.3.0] - 2025-09-22

## Added
- Empty state for no results

## Fixed
- [#243](https://github.com/directus-labs/extensions/issues/243) shows wrong collections in nested M2A fields
- Keyboard navigation support bug where left / right skip buttons and open wrong collections.
- Cleaner code by using rovingfocus from reka-ui

## [1.2.0] - 2025-04-13

### Added
Expand Down
5 changes: 3 additions & 2 deletions packages/experimental-m2a-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@directus-labs/experimental-m2a-interface",
"type": "module",
"version": "1.2.1",
"version": "1.3.0",
"description": "Add a matrix button selector to the built-in M2A interface",
"author": "Directus Labs",
"contributors": [
Expand Down Expand Up @@ -38,7 +38,8 @@
"validate": "directus-extension validate"
},
"dependencies": {
"@vueuse/core": "^13.1.0"
"@vueuse/core": "^13.1.0",
"reka-ui": "^2.5.0"
},
"devDependencies": {
"@directus/extensions-sdk": "13.0.4",
Expand Down
Loading
Loading