Skip to content

Commit

Permalink
chore(release): release 10.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicanac committed Jan 10, 2020
1 parent 48d694d commit b157a68
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="10.0.0-rc.3"></a>
# [10.0.0-rc.3](https://github.com/nationalbankbelgium/stark/compare/10.0.0-rc.2...10.0.0-rc.3) (2020-01-10)


### Bug Fixes

* **stark-testing:** don't parse 'prettier/parser-typescript.js' with karma-typescript to prevent uncaught exception thrown as from Prettier 1.19 ([a290eb9](https://github.com/nationalbankbelgium/stark/commit/a290eb9)), closes [#1434](https://github.com/nationalbankbelgium/stark/issues/1434)
* **stark-ui:** add missing componentName and ":" in debug messages in StarkAppData and StarkAppSidebar components ([79ac571](https://github.com/nationalbankbelgium/stark/commit/79ac571))
* **stark-ui:** add support for `onClickCallback` column properties in Table component ([c5e3847](https://github.com/nationalbankbelgium/stark/commit/c5e3847)), closes [#1466](https://github.com/nationalbankbelgium/stark/issues/1466)
* **stark-ui:** change the Multisort component to display the label instead of the column ([fc3863c](https://github.com/nationalbankbelgium/stark/commit/fc3863c)), closes [#1397](https://github.com/nationalbankbelgium/stark/issues/1397)
* **stark-ui:** fixed column issue when rawValue is undefined, cellFormatter is not called ([815ac6c](https://github.com/nationalbankbelgium/stark/commit/815ac6c)), closes [#1465](https://github.com/nationalbankbelgium/stark/issues/1465)
* **stark-ui:** table actions column is not displayed anymore if no row actions are defined ([b1ec04e](https://github.com/nationalbankbelgium/stark/commit/b1ec04e)), closes [#1462](https://github.com/nationalbankbelgium/stark/issues/1462)


### Features

* **stark-ui:** add support for displaying the "items per page" dropdown also in Pagination on "compact" mode ([705bb23](https://github.com/nationalbankbelgium/stark/commit/705bb23)), closes [#1248](https://github.com/nationalbankbelgium/stark/issues/1248)



<a name="10.0.0-rc.2"></a>
# [10.0.0-rc.2](https://github.com/nationalbankbelgium/stark/compare/10.0.0-rc.1...10.0.0-rc.2) (2019-10-28)

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": "stark-srcs",
"version": "10.0.0-rc.2",
"version": "10.0.0-rc.3",
"private": true,
"description": "Stark - a framework for Angular apps",
"author": "Stark Team <alexis.georges@nbb.be>",
Expand Down

0 comments on commit b157a68

Please sign in to comment.