@gfazioli/mantine-split-pane 1.1.6 → 1.1.7
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/package.json +1 -1
- package/CHANGELOG.md +0 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfazioli/mantine-split-pane",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "A React component that manages split panes allows users to divide and resize content areas within a layout efficiently.",
|
|
5
5
|
"homepage": "https://gfazioli.github.io/mantine-split-pane/",
|
|
6
6
|
"packageManager": "yarn@4.0.1",
|
package/CHANGELOG.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The following is a list of notable changes to the Mantine Split component.
|
|
4
|
-
Minor versions that are not listed in the changelog are bug fixes and small improvements.
|
|
5
|
-
|
|
6
|
-
## 0.3.0 (2024-09-29)
|
|
7
|
-
|
|
8
|
-
- 📦 Updates Mantine 7.13
|
|
9
|
-
- ✨ Added `cursorHorizontal` prop as CSS cursor property for horizontal orientation
|
|
10
|
-
- ✨ Added `cursorVertical` prop as CSS cursor property for vertical orientation
|
|
11
|
-
- ✨ Added `dev` branch for development
|
|
12
|
-
|
|
13
|
-
## 0.2.6 (2024-08-05)
|
|
14
|
-
|
|
15
|
-
- 🩹 fixed mobile scroll issues
|
|
16
|
-
|
|
17
|
-
## 0.2.4 (2024-06-10)
|
|
18
|
-
|
|
19
|
-
- 📝 Updated CHANGELOG, CONTRIBUTING and CODE_OF_CONDUCT
|
|
20
|
-
- 📦️ Updated Mantine 7.10.1
|
|
21
|
-
- 👷 Updated script release
|
|
22
|
-
|
|
23
|
-
## 0.2.1 (2024-03-16)
|
|
24
|
-
|
|
25
|
-
- 📝 Added CHANGELOG, CONTRIBUTING and CODE_OF_CONDUCT
|
|
26
|
-
- 📦️ Updated Mantine 7.6.2
|
|
27
|
-
- 👷 Updated script release
|
|
28
|
-
|
|
29
|
-
## 0.2.0 (2024-03-07)
|
|
30
|
-
|
|
31
|
-
- ✨ Added touch support for mobile devices
|
|
32
|
-
- ♿️ Added focus and keyboard navigation support for accessibility
|
|
33
|
-
- 📝 Updated and improves docs
|
|
34
|
-
|
|
35
|
-
## 0.1.2 (2024-03-01)
|
|
36
|
-
|
|
37
|
-
- 🐛 Fixed issue with `variant` prop
|
|
38
|
-
|
|
39
|
-
## 0.1.1 (2024-02-24)
|
|
40
|
-
|
|
41
|
-
- Initial release
|