@ulu/frontend 0.1.0-beta.82 → 0.1.0-beta.83

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,8 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.83
4
+
5
+ - **js/ui/resizer.js**
6
+ - Add keyboard events
7
+ - Add selfManagedEvents and selfManagedAriaLabel
8
+ - So we can use this in other libraries/etc
9
+ - **js/ui/modal-builder.js**
10
+ - Update default modal template option to have a button for resizer to work with updated resizer script
11
+
3
12
  ## 0.1.0-beta.82
4
13
 
5
- - **js/utils/dialog.js**
14
+ - **js/ui/dialog.js**
6
15
  - Remove native resize detection (resizeObserver, etc) since all resizing is done by resizer now
7
16
  - Backed up this idea to reference/ideas/removed-idea-on-how-to-detect-native-resizing-has-no-event.js incase it's needed in the future
8
17
  - Add flag internally to ensure that click outside is prevented if the pointer event originated from a resizer event
@@ -13,9 +22,9 @@
13
22
  - Add icon for `.css-icon--drag-both`
14
23
  - **scss/components/modal.scss**
15
24
  - Remove 'resize' native resizing for 'center' position, and use new resizer for both axes
16
- - **js/utils/modal-builder.js**
25
+ - **js/ui/modal-builder.js**
17
26
  - Update resizer to create resizer handle for "center" so we can remove CSS resize in modals.scss
18
- - **js/utils/resizer.js**
27
+ - **js/ui/resizer.js**
19
28
  - Refactor API to be fromX, and fromY (instead of fromLeft) to support both axes
20
29
  - Add events dispatched from resizer's container for user
21
30
  - Make all events pointer events instead of mouse