@@ -5,25 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
27
9
28
10
### Added
29
11
@@ -35,28 +17,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
17
* Add ` onCardMoveAcrossLanes ` handler property, called when a card is moved across lanes
36
18
* Add ` onDeleteLane ` handler property
37
19
* Add ` laneStyle ` property
20
+ * Add ` editLaneTitle ` and ` onLaneUpdate ` props (availability to inline edit lane
21
+ title)
38
22
39
23
### Improvements
40
24
41
25
* Removed CSS style hardcoding (except ` react-popover ` )
42
26
* Upgrade dev dependencies and remove unnecessary pkgs
43
27
* Suppress debug prints in tests
44
28
* Add babel-plugin-module-resolver to root as ./src
29
+ * Removed ` react-popover ` 's CSS classes.
30
+
45
31
46
32
### Fixes
47
33
48
34
* [ #203 ] fixes Cannot drop a card near the bottom of a lane
49
35
* [ #205 ] fix argument names in handleLaneDragEnd
36
+ * [ #201 ] Fixed Warning: Failed prop type by replacing ` react-popover ` with ` react-popopo `
50
37
51
38
### Breaking changes
52
39
53
40
* Removed props ` addLaneTitle ` and ` addCardTitle ` . Use ` t('Add another lane') ` and ` t('Click to add card') ` instead of it.
54
41
* Removed props ` customLaneHeader ` , ` newCardTemplate ` , ` newLaneTemplate ` , ` customCardLayout ` . Use ` components ` property instead of it.
55
42
56
-
57
43
Refer [ upgrade instructions] ( UPGRADE.md ) to migrate to new version.
58
44
59
-
60
45
## [ 0.0.0] - [ 2.1.4]
61
46
62
47
Lookin into ` git log `
0 commit comments