Skip to content

Commit 5a794fa

Browse files
authored
release: 3.1.0 🎄 (#1119)
1 parent 83cda23 commit 5a794fa

File tree

9 files changed

+38
-12
lines changed

9 files changed

+38
-12
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/akveo/nebular/compare/v3.0.1...v3.1.0) (2018-12-31) :christmas_tree:
3+
4+
Happy New Year!
5+
6+
### Bug Fixes
7+
8+
* **datepicker:** fix datepicker format not available error ([#1117](https://github.com/akveo/nebular/issues/1117)) ([83cda23](https://github.com/akveo/nebular/commit/83cda23)), closes [#1088](https://github.com/akveo/nebular/issues/1088)
9+
* **docs:** add missed backtick ([#1069](https://github.com/akveo/nebular/issues/1069)) ([3324fd5](https://github.com/akveo/nebular/commit/3324fd5))
10+
* **docs:** remove rc version mention ([#1068](https://github.com/akveo/nebular/issues/1068)) ([ba1983c](https://github.com/akveo/nebular/commit/ba1983c))
11+
* **layout:** prevent dom api calls on server ([#1107](https://github.com/akveo/nebular/issues/1107)) ([7511bb0](https://github.com/akveo/nebular/commit/7511bb0)), closes [#1060](https://github.com/akveo/nebular/issues/1060)
12+
* **oauth2:** body requests in x-www-form-urlencoded ([#1066](https://github.com/akveo/nebular/issues/1066)) ([3ee11f2](https://github.com/akveo/nebular/commit/3ee11f2))
13+
* **popover:** null check the ref before disposing ([#1086](https://github.com/akveo/nebular/issues/1086)) ([b3f7d39](https://github.com/akveo/nebular/commit/b3f7d39))
14+
* **select:** options text selection disabled ([#1033](https://github.com/akveo/nebular/issues/1033)) ([fef2a9a](https://github.com/akveo/nebular/commit/fef2a9a))
15+
* **theme:** check ref before detaching ([#1116](https://github.com/akveo/nebular/issues/1116)) ([af58d3f](https://github.com/akveo/nebular/commit/af58d3f))
16+
* **theme:** fix normalize import to not include file type extension ([#1114](https://github.com/akveo/nebular/issues/1114)) ([40fa356](https://github.com/akveo/nebular/commit/40fa356))
17+
18+
19+
### Features
20+
21+
* **menu:** add an option to set skipLocationChange ([#1043](https://github.com/akveo/nebular/issues/1043)) ([3d3ee03](https://github.com/akveo/nebular/commit/3d3ee03)), closes [#1028](https://github.com/akveo/nebular/issues/1028)
22+
* **playground:** components list ([#1106](https://github.com/akveo/nebular/issues/1106)) ([4ab7508](https://github.com/akveo/nebular/commit/4ab7508)), closes [#1077](https://github.com/akveo/nebular/issues/1077)
23+
* **toastr:** show method now returns toast reference ([#1058](https://github.com/akveo/nebular/issues/1058)) ([aeeedf1](https://github.com/akveo/nebular/commit/aeeedf1))
24+
25+
26+
127
<a name="3.0.1"></a>
228
## [3.0.1](https://github.com/akveo/nebular/compare/v3.0.0...v3.0.1) (2018-12-13)
329

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"browserslist": [

Diff for: src/framework/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/auth",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "@nebular/auth",
55
"main": "./bundles/auth.umd.js",
66
"module": "./index.js",
@@ -32,7 +32,7 @@
3232
"@angular/router": "^7.0.0",
3333
"@angular/forms": "^7.0.0",
3434
"@angular/http": "^7.0.0",
35-
"@nebular/theme": "3.0.1",
35+
"@nebular/theme": "3.1.0",
3636
"rxjs": "^6.3.0"
3737
}
3838
}

Diff for: src/framework/bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/bootstrap",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "@nebular/bootstrap",
55
"author": "akveo",
66
"license": "MIT",
@@ -22,6 +22,6 @@
2222
],
2323
"peerDependencies": {
2424
"bootstrap": "^4.0.0",
25-
"@nebular/theme": "3.0.1"
25+
"@nebular/theme": "3.1.0"
2626
}
2727
}

Diff for: src/framework/date-fns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/date-fns",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "@nebular/date-fns",
55
"main": "./bundles/theme.umd.js",
66
"module": "./index.js",
@@ -24,7 +24,7 @@
2424
"nebular"
2525
],
2626
"peerDependencies": {
27-
"@nebular/theme": "3.0.1",
27+
"@nebular/theme": "3.1.0",
2828
"date-fns": "^2.0.0-alpha.16"
2929
}
3030
}

Diff for: src/framework/moment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/moment",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "@nebular/moment",
55
"main": "./bundles/theme.umd.js",
66
"module": "./index.js",
@@ -24,7 +24,7 @@
2424
"nebular"
2525
],
2626
"peerDependencies": {
27-
"@nebular/theme": "3.0.1",
27+
"@nebular/theme": "3.1.0",
2828
"moment": "^2.22.2"
2929
}
3030
}

Diff for: src/framework/security/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/security",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "@nebular/security",
55
"main": "./bundles/security.umd.js",
66
"module": "./index.js",

Diff for: src/framework/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/theme",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "@nebular/theme",
55
"main": "./bundles/theme.umd.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)