Skip to content

Commit 9493de6

Browse files
committed
Update CHANGELOG
1 parent e69291f commit 9493de6

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
## [2.3.0-alpha.1] - 2019-07-15
11-
12-
### Added
13-
14-
* Add `editLaneTitle` and `onLaneUpdate` props (availability to inline edit lane
15-
title)
16-
17-
### Fixes
18-
19-
* #201 Fixed Warning: Failed prop type by replacing `react-popover` with
20-
`react-popopo`
21-
22-
### Improvements
23-
24-
* Removed `react-popover`'s CSS classes.
25-
26-
## [2.2.0-alpha.1] - 2019-07-01
8+
## [2.2.0] - 2019-07-20
279

2810
### Added
2911

@@ -35,28 +17,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3517
* Add `onCardMoveAcrossLanes` handler property, called when a card is moved across lanes
3618
* Add `onDeleteLane` handler property
3719
* Add `laneStyle` property
20+
* Add `editLaneTitle` and `onLaneUpdate` props (availability to inline edit lane
21+
title)
3822

3923
### Improvements
4024

4125
* Removed CSS style hardcoding (except `react-popover`)
4226
* Upgrade dev dependencies and remove unnecessary pkgs
4327
* Suppress debug prints in tests
4428
* Add babel-plugin-module-resolver to root as ./src
29+
* Removed `react-popover`'s CSS classes.
30+
4531

4632
### Fixes
4733

4834
* [#203] fixes Cannot drop a card near the bottom of a lane
4935
* [#205] fix argument names in handleLaneDragEnd
36+
* [#201] Fixed Warning: Failed prop type by replacing `react-popover` with `react-popopo`
5037

5138
### Breaking changes
5239

5340
* Removed props `addLaneTitle` and `addCardTitle`. Use `t('Add another lane')` and `t('Click to add card')` instead of it.
5441
* Removed props `customLaneHeader`, `newCardTemplate`, `newLaneTemplate`, `customCardLayout`. Use `components` property instead of it.
5542

56-
5743
Refer [upgrade instructions](UPGRADE.md) to migrate to new version.
5844

59-
6045
## [0.0.0] - [2.1.4]
6146

6247
Lookin into `git log`

0 commit comments

Comments
 (0)