@ulu/frontend 0.1.0-beta.77 → 0.1.0-beta.79

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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.79
4
+
5
+ - **js/ui/dialog.js**
6
+ - Move preventScroll logic to utils library, refactor (no api changes)
7
+
8
+ ## 0.1.0-beta.78
9
+
10
+ - **js/ui/modal-builder.js**
11
+ - Fix unused documented config property `titleId`
12
+ - Document `labeledby`and `describedby``
13
+ - Code cleanup
14
+
3
15
  ## 0.1.0-beta.77
4
16
 
5
17
  - **js**