Skip to content

Commit 1285968

Browse files
committed
Merge branch 'hotfix/1.1.2'
2 parents d50f17f + e6dabaf commit 1285968

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.2](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.1.1...v1.1.2) (2025-08-25)
2+
3+
### 📝 Documentation
4+
5+
- :memo: reorganize README structure and update demo image size ([e2630ef](https://github.com/dorixdev/react-dual-scroll-sync/commit/e2630ef4be1af5f8fc0b175c674ce688d67f0573))
6+
17
## [1.1.1](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.1.0...v1.1.1) (2025-08-25)
28

39
### 📝 Documentation

README.md

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,24 @@
22

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

5-
<p align="center">
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>
21-
</p>
22-
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>
26-
27-
### 💡 Features
5+
[![npm version](https://img.shields.io/npm/v/@dorixdev/react-dual-scroll-sync?logo=npm&color=cb3837)](https://www.npmjs.com/package/@dorixdev/react-dual-scroll-sync)
6+
[![Release to npm](https://github.com/dorixdev/react-dual-scroll-sync/actions/workflows/release.yml/badge.svg)](https://github.com/dorixdev/react-dual-scroll-sync/actions/workflows/release.yml)
7+
[![docs](https://img.shields.io/badge/docs-Storybook-ff4785?logo=storybook)](https://react-dual-scroll-sync.vercel.app)
8+
[![bundle size](https://img.shields.io/bundlephobia/minzip/@dorixdev/react-dual-scroll-sync?label=size&logo=webpack)](https://bundlephobia.com/package/@dorixdev/react-dual-scroll-sync)
9+
[![license](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
10+
11+
## 💡 Features
2812

2913
- 🔗 **Sync state** between a vertical nav and the currently visible content section
3014
- 🧭 **Programmatic scroll** to a section when a menu item is selected
3115
-**Active item highlighting** and nav auto-scroll to keep it in view
3216
- 🎨 **Themable styles**: override CSS variables to match your design
3317
- 🧪 **Typed** (TypeScript) & framework-agnostic CSS
3418

19+
## 🎥 Demo
20+
21+
<img alt="Demo" src="https://raw.githubusercontent.com/dorixdev/react-dual-scroll-sync/main/demo/preview.gif" width="360" />
22+
3523
## 📦 Installation
3624

3725
```bash

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.1",
3+
"version": "1.1.2",
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)