@imj_media/ui 1.8.5 → 1.8.6

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
@@ -34,6 +34,12 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
34
34
  - **SidebarSectionTitle:** **no** `uppercase`; same **Body XS Regular** line-height / tracking as grouping headers (**`ui-leading-body-xs-regular`**, **`ui-tracking-body-xs`**).
35
35
  - **Sidebar:** menu / drilldown scroll region uses shared **`custom-scrollbar`** (same as Dropdown, Table, CardsWithAside).
36
36
 
37
+ ## [1.8.6] - 2026-05-07
38
+
39
+ ### Changed
40
+
41
+ - **`Dropdown`:** el panel de lista muestra por defecto la **opción seleccionada arriba** (multiselección con checkbox, simple, variante `search-multi-checkbox`, `toggle` / `checkbox-item` por `checked`). No reordena cuando hay filas `isGroupTitle`. Opt-out: **`list={{ pinSelectedFirst: false }}`**.
42
+
37
43
  ## [1.8.5] - 2026-05-06
38
44
 
39
45
  ### Fixed
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Biblioteca de componentes UI moderna y accesible para React, construida con TypeScript y Tailwind CSS.
6
6
 
7
- > **Versión publicada:** `1.8.5` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
7
+ > **Versión publicada:** `1.8.6` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
8
8
 
9
9
  ## 📦 Instalación
10
10