reshaped 3.8.0-canary.0 → 3.8.0-canary.1

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,3 +1,31 @@
1
+ ## 3.8.0-canary.1
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Flyout:** fixed fallbackAdjustLayout positioning ([eaa9739](https://github.com/reshaped-ui/reshaped/commit/eaa9739bd340a60e942e3689fef46fa3ccd94f31))
7
+ * **PinField:** fixed incorrect overwrite behavior edge case when default value is provided ([8a3d269](https://github.com/reshaped-ui/reshaped/commit/8a3d269fbffad5530669445f2f0c9e107ac93eb0))
8
+
9
+
10
+ ### Features
11
+
12
+ * **flyout:** add shiftIntoView fallback for constrained containers ([7547e9a](https://github.com/reshaped-ui/reshaped/commit/7547e9ad7bd445a49463b60f87d87fcd8eed430b)), closes [#423](https://github.com/reshaped-ui/reshaped/issues/423)
13
+ * **Flyout:** added fallbackAdjustLayout ([88255e4](https://github.com/reshaped-ui/reshaped/commit/88255e47b71e9166db31a5f54239be2ea59c2fb0))
14
+
15
+ ## 3.8.1-canary.0
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **Flyout:** fixed fallbackAdjustLayout positioning ([eaa9739](https://github.com/reshaped-ui/reshaped/commit/eaa9739bd340a60e942e3689fef46fa3ccd94f31))
21
+ * **PinField:** fixed incorrect overwrite behavior edge case when default value is provided ([8a3d269](https://github.com/reshaped-ui/reshaped/commit/8a3d269fbffad5530669445f2f0c9e107ac93eb0))
22
+
23
+
24
+ ### Features
25
+
26
+ * **flyout:** add shiftIntoView fallback for constrained containers ([7547e9a](https://github.com/reshaped-ui/reshaped/commit/7547e9ad7bd445a49463b60f87d87fcd8eed430b)), closes [#423](https://github.com/reshaped-ui/reshaped/issues/423)
27
+ * **Flyout:** added fallbackAdjustLayout ([88255e4](https://github.com/reshaped-ui/reshaped/commit/88255e47b71e9166db31a5f54239be2ea59c2fb0))
28
+
1
29
  ## 3.8.0-canary.0
2
30
 
3
31
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Reshaped
2
2
 
3
- <img width="1200" height="630" alt="preview" src="https://github.com/user-attachments/assets/b9cfc482-209c-4cf6-bd24-d309fcea25ff" />
3
+ <img width="2400" height="1260" alt="3 0 (1)" src="https://github.com/user-attachments/assets/ef632fe9-9446-430f-b87d-bebebe6fb595" />
4
4
  <br /><br />
5
5
 
6
6
  Reshaped is a library with professionally crafted React & Figma components for building beautiful products or starting your own design system.
@@ -9,7 +9,7 @@ Reshaped is a library with professionally crafted React & Figma components for b
9
9
 
10
10
  ## Documentation
11
11
 
12
- To get started, check out the [Reshaped documentation](https://reshaped.so/docs/changelog).
12
+ To get started, check out the [Reshaped documentation](https://reshaped.so/docs/getting-started/overview).
13
13
 
14
14
  ## Contributing
15
15