@rarui/components 1.28.0 → 1.28.1

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,12 @@
2
2
 
3
3
  `@rarui/components` components is a component library built with [Lit](https://lit.dev/).
4
4
 
5
+ ## 2025-10-07 `1.28.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - **Dropdown Visible Attribute Detection**: Fixed `_hasVisibleAttribute` flag to properly detect when the component is in controlled mode. Resolved timing issue where `hasAttribute("visible")` was always returning false by moving detection logic to the property setter and using `updateComplete` promise for initial state verification. ([#142](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/142) by [@junior](https://git.rarolabs.com.br/junior))
10
+
5
11
  ## 2025-09-29 `1.28.0`
6
12
 
7
13
  #### 💡 Others
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.27.0",
2
+ "version": "1.28.0",
3
3
  "tags": [
4
4
  {
5
5
  "name": "rarui-avatar",