Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 483665c

Browse files
committed
Added website documentation and updated CHANGELOG
1 parent 1e34b6b commit 483665c

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
88

99
- [[Unreleased]](#unreleased)
1010
- [[v1.3.1] - (2020-11-30)](#v131---2020-11-30)
11-
- [[v1.3.0] - (2020-11-27)](#v130---2020-11-27)
1211
- [Added](#added)
12+
- [[v1.3.0] - (2020-11-27)](#v130---2020-11-27)
13+
- [Added](#added-1)
14+
- [Dependencies](#dependencies)
1315
- [[v1.2.3] - (2020-11-26)](#v123---2020-11-26)
1416
- [Removed](#removed)
1517
- [[v1.2.2] - (2020-11-26)](#v122---2020-11-26)
1618
- [Fixed](#fixed)
1719
- [[v1.2.1] - (2020-11-26)](#v121---2020-11-26)
1820
- [Fixed](#fixed-1)
1921
- [[v1.2.0] - (2020-11-26)](#v120---2020-11-26)
20-
- [Added](#added-1)
22+
- [Added](#added-2)
2123
- [Changed](#changed)
22-
- [Dependencies](#dependencies)
2324
- [[v1.1.0] - (2020-11-24)](#v110---2020-11-24)
24-
- [Added](#added-2)
25+
- [Added](#added-3)
2526
- [Changed](#changed-1)
2627
- [[v1.0.2] - (2020-11-23)](#v102---2020-11-23)
2728
- [Changed](#changed-2)
2829
- [[1.0.1] - (2020-11-23)](#101---2020-11-23)
29-
- [Added](#added-3)
30+
- [Added](#added-4)
3031
- [Fixed](#fixed-2)
3132
- [[1.0.0] - (2020-11-23)](#100---2020-11-23)
3233

@@ -36,6 +37,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
3637

3738
## [v1.3.1] - (2020-11-30)
3839

40+
### Added
41+
42+
- Website & Website Documentation
43+
3944
---
4045

4146
## [v1.3.0] - (2020-11-27)
@@ -44,6 +49,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
4449

4550
- ChildrenHash component
4651

52+
### Dependencies
53+
54+
- [`e04d588`](https://github.com/YashTotale/react-hash-scroll/commit/59e057baebe7c10255f4b2faef298ce85e5f2db5) `tiny-warning@1.0.3`
55+
4756
---
4857

4958
## [v1.2.3] - (2020-11-26)
@@ -80,11 +89,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
8089

8190
- [unpkg](https://unpkg.com/) documentation added to README
8291

83-
### Dependencies
84-
85-
- [`07fa3fb`](https://github.com/YashTotale/react-hash-scroll/pull/1) `lint-staged@10.5.2`
86-
- [`15c640b`](https://github.com/YashTotale/react-hash-scroll/pull/2) `@babel/core@7.12.9`
87-
8892
---
8993

9094
## [v1.1.0] - (2020-11-24)

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="https://github.com/YashTotale/react-hash-scroll/blob/main/static/icon.svg"><img src="https://raw.githubusercontent.com/YashTotale/react-hash-scroll/cc2728f850fb8332a9ba22717faf70e1e74a30a6/static/icon.svg" alt="React Hash Scroll" width="200"></a>
44
<br>
55
<h2 align="center">
6-
React Hash Scroll
6+
<a href="https://react-hash-scroll.web.app/">React Hash Scroll</a>
77
</h2>
88
</p>
99

@@ -17,6 +17,7 @@ _Table Of Contents_
1717

1818
- [Installation](#installation)
1919
- [Why this one](#why-this-one)
20+
- [Website](#website)
2021
- [Components](#components)
2122
- [Reused Props](#reused-props)
2223
- [behavior](#behavior)
@@ -77,6 +78,14 @@ There are a lot of hash scrolling React libraries out there, so why should you p
7778

7879
---
7980

81+
## Website
82+
83+
<a href="https://react-hash-scroll.web.app/"><img src="https://img.shields.io/website?url=https%3A%2F%2Freact-hash-scroll.web.app%2F" alt="Website"></a>
84+
85+
View the [website](https://react-hash-scroll.web.app/). It compiles all the information and demos on this library in one easy-to-access place.
86+
87+
---
88+
8089
<!-- DON'T EDIT COMPONENTS HERE! EDIT COMPONENTS IN docs/Components folder! -->
8190

8291
## Components

0 commit comments

Comments
 (0)