@ulu/frontend 0.1.0-beta.73 → 0.1.0-beta.75

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,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.75
4
+
5
+ - **scss/components/modal.scss** | Remove unused selector `.modal__content`
6
+
7
+ ## 0.1.0-beta.74
8
+
9
+ - **js/ui/modal-builder.js**
10
+ - Add options for `labelledby`, `describedby` (pass id's)
11
+ - `labelledby` will be filled in automatically if using title option
12
+ - `describedby` is to mark optional description element
13
+
3
14
  ## 0.1.0-beta.73
4
15
 
5
16
  - **js/ui/modal-builder.js** | Fix missing end tag in options.template