@ulu/frontend 0.1.0-beta.81 → 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,14 +1,30 @@
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
+
12
+ ## 0.1.0-beta.82
13
+
14
+ - **js/ui/dialog.js**
15
+ - Remove native resize detection (resizeObserver, etc) since all resizing is done by resizer now
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
17
+ - Add flag internally to ensure that click outside is prevented if the pointer event originated from a resizer event
18
+
3
19
  ## 0.1.0-beta.81
4
20
 
5
21
  - **scss/components/css-icons.scss**
6
22
  - Add icon for `.css-icon--drag-both`
7
23
  - **scss/components/modal.scss**
8
24
  - Remove 'resize' native resizing for 'center' position, and use new resizer for both axes
9
- - **js/utils/modal-builder.js**
25
+ - **js/ui/modal-builder.js**
10
26
  - Update resizer to create resizer handle for "center" so we can remove CSS resize in modals.scss
11
- - **js/utils/resizer.js**
27
+ - **js/ui/resizer.js**
12
28
  - Refactor API to be fromX, and fromY (instead of fromLeft) to support both axes
13
29
  - Add events dispatched from resizer's container for user
14
30
  - Make all events pointer events instead of mouse