Skip to content

Commit 9f203e0

Browse files
committed
chore: format CHANGELOG.md
1 parent a628d0c commit 9f203e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 2.x
1+
# 2.x
22

3-
### Features
3+
## Features
44

55
[Pull Request](https://github.com/nvh95/react-linkedin-login-oauth2/pull/50)
66

@@ -12,46 +12,46 @@
1212
- Drop default UI
1313
- Bring back `state` parameter (optional, randomly generate `state` by default)
1414

15-
## 1.0.10
15+
# 1.0.10
1616

17-
### Features
17+
## Features
1818

1919
- Support React ^17.x
2020

21-
## 1.0.9
21+
# 1.0.9
2222

23-
### Features
23+
## Features
2424

2525
- Remove prop `state`. It's generated automatically
2626
- Add `style` prop
2727

28-
### Fixes
28+
## Fixes
2929

3030
- Remove `index.css` to fix #13, #30
3131

32-
### Chores
32+
## Chores
3333

3434
- Remove default class `btn-linkedin`
3535
- Inline button style. (TODO: To use children as renderElement in 2.x)
3636
- Update README to use image from `react-linkedin-login-oauth2/assets/linkedin.png`
3737

38-
## 1.0.8
38+
# 1.0.8
3939

40-
### Fixes
40+
## Fixes
4141

4242
- Make `scope` to be a required property with default value of `r_emailaddress`
4343
- Make the pop up center of the screen
4444
- Update demo link in README.md
4545
- Update scope for demo
4646

47-
### 1.0.7
47+
# 1.0.7
4848

49-
### Features
49+
## Features
5050

5151
- Be able to render custom element (Thank @YBeck for your contribution)
5252
- Support IE11, please see #support-ie in README.md for more detail
5353
- Check `state` to avoid CSRF attack
5454

55-
### Fixes
55+
## Fixes
5656

5757
- Remove unnecessary `console.log`

0 commit comments

Comments
 (0)