Skip to content

Commit d08284a

Browse files
authored
release: 4.0.0-rc.5 (#1477)
1 parent 15f983c commit d08284a

File tree

12 files changed

+77
-108
lines changed

12 files changed

+77
-108
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="4.0.0-rc.5"></a>
2+
# [4.0.0-rc.5](https://github.com/akveo/nebular/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2019-05-22)
3+
4+
5+
### Code Refactoring
6+
7+
* **themes:** make map processing lazy, add variable existence check ([#1471](https://github.com/akveo/nebular/issues/1471)) ([3b00118](https://github.com/akveo/nebular/commit/3b00118))
8+
9+
10+
### Features
11+
12+
* angular package format ([#1474](https://github.com/akveo/nebular/issues/1474)) ([76ad28b](https://github.com/akveo/nebular/commit/76ad28b))
13+
* **themes:** add new Dark theme! ([#1472](https://github.com/akveo/nebular/issues/1472)) ([15f983c](https://github.com/akveo/nebular/commit/15f983c))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **themes:** - remove `disabled` status for card
19+
- auth now uses `giant` size buttons and inputs
20+
* **themes:** - `nb-theme` function now throws an error if an unused variable is accessed
21+
- custom auth variables are removed and replaced with @nebular/theme variables
22+
- `nb-install` function moved into `@nebular/theme/styles/theming`
23+
- auth components now use `nb-icon` instead of icon css class
24+
- everything not mentioned in packages `public_api.ts` now private so direct imports from `@nebular/theme/*` will stop working.
25+
26+
127
<a name="4.0.0-rc.4"></a>
228
# [4.0.0-rc.4](https://github.com/akveo/nebular/compare/v4.0.0-rc.2...v4.0.0-rc.4) (2019-05-14)
329

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "4.0.0-rc.4",
3+
"version": "4.0.0-rc.5",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
66
"browserslist": [

0 commit comments

Comments
 (0)