Skip to content

Commit d50f17f

Browse files
committed
Merge branch 'hotfix/1.1.1'
2 parents 26e0982 + bfc49f8 commit d50f17f

4 files changed

Lines changed: 27 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.1.0...v1.1.1) (2025-08-25)
2+
3+
### 📝 Documentation
4+
5+
- :memo: add demo preview GIF for visual reference ([55f5e7a](https://github.com/dorixdev/react-dual-scroll-sync/commit/55f5e7a5cd4153eacd8ea21f943714d6439dea67))
6+
- :memo: update README with improved badge links and demo image ([a1c628b](https://github.com/dorixdev/react-dual-scroll-sync/commit/a1c628bd30dc68db04409b2351ccc0b21696e887))
7+
18
## [1.1.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.0.0...v1.1.0) (2025-08-25)
29

310
### ✨ Features

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,26 @@
33
A lightweight React library to synchronize a vertical navigation menu with scrollable content sections. Ideal for advanced catalogs, filter drawers, and any layout that needs a **sticky nav** that tracks the **visible section** and enables **smooth scroll**.
44

55
<p align="center">
6-
<a href="https://www.npmjs.com/package/@dorixdev/react-dual-scroll-sync"><img alt="npm" src="https://img.shields.io/npm/v/@dorixdev/react-dual-scroll-sync.svg"></a>
7-
<a href="https://github.com/dorixdev/react-dual-scroll-sync/actions"><img alt="CI" src="https://github.com/dorixdev/react-dual-scroll-sync/workflows/Release%20to%20npm/badge.svg"></a>
8-
<a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
6+
<a href="https://www.npmjs.com/package/@dorixdev/react-dual-scroll-sync">
7+
<img alt="npm version" src="https://img.shields.io/npm/v/@dorixdev/react-dual-scroll-sync?logo=npm&color=cb3837">
8+
</a>
9+
<a href="https://github.com/dorixdev/react-dual-scroll-sync/actions/workflows/release.yml">
10+
<img alt="build status" src="https://github.com/dorixdev/react-dual-scroll-sync/actions/workflows/release.yml/badge.svg?branch=main">
11+
</a>
12+
<a href="https://react-dual-scroll-sync.vercel.app">
13+
<img alt="docs" src="https://img.shields.io/badge/docs-Storybook-ff4785?logo=storybook">
14+
</a>
15+
<a href="https://bundlephobia.com/package/@dorixdev/react-dual-scroll-sync">
16+
<img alt="bundle size" src="https://img.shields.io/bundlephobia/minzip/@dorixdev/react-dual-scroll-sync?label=size&logo=webpack">
17+
</a>
18+
<a href="./LICENSE">
19+
<img alt="license" src="https://img.shields.io/badge/License-MIT-blue.svg">
20+
</a>
921
</p>
1022

11-
---
23+
<p align="center">
24+
<img alt="Demo" src="https://raw.githubusercontent.com/dorixdev/react-dual-scroll-sync/main/demo/preview.gif" width="720" />
25+
</p>
1226

1327
### 💡 Features
1428

@@ -60,7 +74,7 @@ export default function Demo() {
6074

6175
## 📘 Documentation
6276

63-
Explore all props, variations, and usage guidelines in the [Storybook docs](https://68a8bb27946b9332f33d8ff0-lqeqrqxzyr.chromatic.com/).
77+
Explore all props, variations, and usage guidelines in the [Storybook docs](https://react-dual-scroll-sync.vercel.app).
6478

6579
## License
6680

demo/preview.gif

6.12 MB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dorixdev/react-dual-scroll-sync",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"description": "A lightweight React library to synchronize navigation menus with scrollable content sections.",
66
"type": "module",

0 commit comments

Comments
 (0)