@ulu/frontend 0.1.0-beta.104 → 0.1.0-beta.105

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
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.105
4
+
5
+ - **scss/components/menu-stack**
6
+ - Reduced active selector list to what is applicable per child type (link vs toggle vs selectable)
7
+ - Add hide-inputs option
8
+ - Style selectable active state based on inner checked input
9
+
3
10
  ## 0.1.0-beta.104
4
11
 
5
12
  - **scss/components/breadcrumb** - Change child selector `.breadcrumb__text` to `.breadcrumb__current` for clarity