@arbocollab/arbo-plugin-item-table 0.0.174 → 0.0.176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.0.175] - 2026-02-24
6
+
7
+ ### 🚀 Features & Enhancements
8
+
9
+ **Calendar Components**
10
+
11
+ - **Keyboard Navigation:** Implemented comprehensive keyboard navigation (`Tab`, `Shift+Tab`, `Enter`, `Escape`, Arrow keys) across all calendar components (`Calendar.vue`, `MainCalendar.vue`, `CalendarNavigationControl.vue`).
12
+ - **Accessibility:** Improved accessibility by adding `data-index` attributes for programmatic focus, making month/year selections focusable, and ensuring a logical tab order.
13
+ - **Focus Management:** Centralized keyboard handling in a new `calendarNavigation.ts` utility, which traps focus within the calendar and allows seamless navigation between all interactive elements.
14
+ - **Bug Fixes:** Corrected an issue where the `Escape` key did not close the calendar popup.
15
+
16
+ **Item Creation (`CreateNewScene.vue`)**
17
+
18
+ - **UI Polish:** Adjusted the layout for action buttons for better alignment and responsiveness.
19
+ - **Error Handling:** Improved error handling during scene creation to prevent the form from closing unexpectedly on failure.
20
+
5
21
  ## [0.0.174] - 2026-02-24
6
22
 
7
23
  ### 🚀 Features & Enhancements