File tree 13 files changed +69
-12
lines changed
13 files changed +69
-12
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 4.8.2 "
5
+ "version" : " 4.8.3 "
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.8.3] ( https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3 ) (2019-10-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** exporter:** remove extra double quotes in excel export ([ 29c4fb1] ( https://github.com/angular-ui/ui-grid/commit/29c4fb1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 4.8.2] ( https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2 ) (2019-10-07)
7
18
8
19
** Note:** Version bump only for package @ui-grid/exporter
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui-grid/exporter" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"description" : " This module provides the ability to export data from ui-grid" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.8.3] ( https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3 ) (2019-10-21)
7
+
8
+ ** Note:** Version bump only for package @ui-grid/grouping
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.8.2] ( https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2 ) (2019-10-07)
7
15
8
16
** Note:** Version bump only for package @ui-grid/grouping
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui-grid/grouping" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"description" : " This module provides ui-grid with grouping of rows based on the data in them" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
7
"@ui-grid/core" : " ^4.8.2" ,
8
- "@ui-grid/tree-base" : " ^4.8.2 " ,
8
+ "@ui-grid/tree-base" : " ^4.8.3 " ,
9
9
"angular" : " >=1.4.0 1.7.x"
10
10
},
11
11
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.8.3] ( https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3 ) (2019-10-21)
7
+
8
+ ** Note:** Version bump only for package @ui-grid/save-state
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.8.2] ( https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2 ) (2019-10-07)
7
15
8
16
** Note:** Version bump only for package @ui-grid/save-state
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui-grid/save-state" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"description" : " This ui-grid module provides the ability to save and restore the grid state" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
7
"@ui-grid/cell-nav" : " ^4.8.2" ,
8
8
"@ui-grid/core" : " ^4.8.2" ,
9
- "@ui-grid/grouping" : " ^4.8.2 " ,
10
- "@ui-grid/selection" : " ^4.8.2 " ,
11
- "@ui-grid/tree-view" : " ^4.8.2 " ,
9
+ "@ui-grid/grouping" : " ^4.8.3 " ,
10
+ "@ui-grid/selection" : " ^4.8.3 " ,
11
+ "@ui-grid/tree-view" : " ^4.8.3 " ,
12
12
"angular" : " >=1.4.0 1.7.x"
13
13
},
14
14
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.8.3] ( https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3 ) (2019-10-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** a11y:** keyboard navigation changes of expand and selection buttons ([ #7048 ] ( https://github.com/angular-ui/ui-grid/issues/7048 ) ) ([ 9854f69] ( https://github.com/angular-ui/ui-grid/commit/9854f69 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 4.8.2] ( https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2 ) (2019-10-07)
7
18
8
19
** Note:** Version bump only for package @ui-grid/selection
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui-grid/selection" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"description" : " This module provides row selection to ui-grid" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.8.3] ( https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3 ) (2019-10-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** a11y:** keyboard navigation changes of expand and selection buttons ([ #7048 ] ( https://github.com/angular-ui/ui-grid/issues/7048 ) ) ([ 9854f69] ( https://github.com/angular-ui/ui-grid/commit/9854f69 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 4.8.2] ( https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2 ) (2019-10-07)
7
18
8
19
** Note:** Version bump only for package @ui-grid/tree-base
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui-grid/tree-base" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"description" : " This ui-grid module provides a tree view of the data, with nodes and leaves" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.8.3] ( https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3 ) (2019-10-21)
7
+
8
+ ** Note:** Version bump only for package @ui-grid/tree-view
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.8.2] ( https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2 ) (2019-10-07)
7
15
8
16
** Note:** Version bump only for package @ui-grid/tree-view
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui-grid/tree-view" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"description" : " This ui-grid module provides a tree view of the data, with nodes and leaves" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
7
"@ui-grid/core" : " ^4.8.2" ,
8
- "@ui-grid/tree-base" : " ^4.8.2 " ,
8
+ "@ui-grid/tree-base" : " ^4.8.3 " ,
9
9
"angular" : " >=1.4.0 1.7.x"
10
10
},
11
11
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments