aloha-vue 2.44.0 → 2.45.0

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
@@ -7,6 +7,15 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.45.0
11
+
12
+ - Feature: Add `APaginationPages` component and export it, with new documentation pages, examples, and localized translations.
13
+ - Feature: Add `TextsAPI` to improve text customization and i18n support in `APaginationPages`.
14
+ - Refactor: Rename pagination props for clarity (`countAllRows` -> `totalCount`, `paginationMaxItems` -> `maxPages`), remove `totalRowsCount`, and update related logic, docs, and translations.
15
+ - Refactor: Align pagination markup/styles by sharing SCSS variables and simplifying rendering (including removal of `hasRows`).
16
+ - Doc/UX: Add `AlohaPaginationItems` helper and refresh pagination demo examples (basic, disabled, max pages, limits per page, short/mode).
17
+ - Refactor: Use `null` instead of empty strings in `ATabsContent` and `ATabsTab` render defaults.
18
+
10
19
  ## 2.44.0
11
20
 
12
21
  - Feature: Add `class` and `classMenuSearch` props to `ASelect`, with default values in `ASelectPluginOptions`. Enhance menu class binding to support conditional styling for search functionality.