react-dialogger 1.1.68 → 1.1.69

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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,9 @@ You can find the example code and more information about the project on our [Git
9
9
  # codesandbox
10
10
  You can find the example code about the project on our [Codesandbox](https://codesandbox.io/p/sandbox/7r3t84).
11
11
 
12
+ # Youtube
13
+ You can watch simple example on Youtube [Youtube](https://www.youtube.com/watch?v=vhSroEgdj1c)
14
+
12
15
 
13
16
  # react-dialogger - Custom Dialog Component Documentation
14
17
 
@@ -175,8 +178,9 @@ The Dialog component can be initialized with optional configuration, allowing yo
175
178
  const dialog = new Dialog(null, {
176
179
  // These settings are customized and will override the default baseDialogOptions
177
180
  base: {
178
- resizeable: true, // Allows the dialog to be resized
179
- draggable: true // Allows the dialog to be dragged
181
+ memoBounds: true, // Register rect of last position and size of dialog
182
+ resizeable: true, // Allows the dialog to be resized
183
+ draggable: true // Allows the dialog to be dragged
180
184
  }
181
185
  });
182
186
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
5
5
  "main": "index.js",
6
6
  "author": "Sueleyman Topaloglu",