Skip to content

Commit

Permalink
release: 4.0.0-rc.5 (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored May 22, 2019
1 parent 15f983c commit d08284a
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 108 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="4.0.0-rc.5"></a>
# [4.0.0-rc.5](https://github.com/akveo/nebular/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2019-05-22)


### Code Refactoring

* **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))


### Features

* angular package format ([#1474](https://github.com/akveo/nebular/issues/1474)) ([76ad28b](https://github.com/akveo/nebular/commit/76ad28b))
* **themes:** add new Dark theme! ([#1472](https://github.com/akveo/nebular/issues/1472)) ([15f983c](https://github.com/akveo/nebular/commit/15f983c))


### BREAKING CHANGES

* **themes:** - remove `disabled` status for card
- auth now uses `giant` size buttons and inputs
* **themes:** - `nb-theme` function now throws an error if an unused variable is accessed
- custom auth variables are removed and replaced with @nebular/theme variables
- `nb-install` function moved into `@nebular/theme/styles/theming`
- auth components now use `nb-icon` instead of icon css class
- everything not mentioned in packages `public_api.ts` now private so direct imports from `@nebular/theme/*` will stop working.


<a name="4.0.0-rc.4"></a>
# [4.0.0-rc.4](https://github.com/akveo/nebular/compare/v4.0.0-rc.2...v4.0.0-rc.4) (2019-05-14)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "4.0.0-rc.4",
"version": "4.0.0-rc.5",
"license": "MIT",
"author": "akveo <[email protected]>",
"browserslist": [
Expand Down
Loading

0 comments on commit d08284a

Please sign in to comment.