@nimbus-ds/sidebar 3.2.3-rc.2 → 3.2.3-rc.5

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/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  The Sidebar component is a large floating container that goes into the page from the corners. It allows us to present actions, forms or sections with a lot of information about the context of the page.
4
4
 
5
+ ## 2024-03-18 `3.2.3`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - Added `RemoveScroll` component from `react-remove-scroll` library to prevent scroll resetting on the body of the `Sidebar` component.
10
+
11
+ #### 📚 3rd party library updates
12
+
13
+ - Added `react-remove-scroll@2.5.7`.
14
+
5
15
  ## 2023-12-22 `3.2.1`
6
16
 
7
17
  #### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/sidebar",
3
- "version": "3.2.3-rc.2",
3
+ "version": "3.2.3-rc.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [