Skip to content

Commit

Permalink
Merge tag 'v0.100.2' into dev
Browse files Browse the repository at this point in the history
v0.100.2
  • Loading branch information
hyyan committed Sep 25, 2019
2 parents 0b54745 + 6d4d341 commit 188208f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.100.2](https://github.com/BBj-Plugins/BBjGridExWidget/compare/0.100.1...0.100.2) (2019-09-25)


### Bug Fixes

* added workaround using a timer to fight the "blank window" problem in later BBj releases, that was probably triggered by the later Chromium engine in BBj ([0b54745](https://github.com/BBj-Plugins/BBjGridExWidget/commit/0b54745))
* harden potential failure when second file is also not found ([c044063](https://github.com/BBj-Plugins/BBjGridExWidget/commit/c044063))
* inject styles in the document of the windows's parent ([58925c9](https://github.com/BBj-Plugins/BBjGridExWidget/commit/58925c9))



## [0.100.1](https://github.com/BBj-Plugins/BBjGridExWidget/compare/0.100.0...0.100.1) (2019-08-28)


Expand Down
2 changes: 1 addition & 1 deletion bbj-plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BBjGridExWidget",
"description": "The BBjGridExWidget is a grid control based on a com.basiscomponents.db.ResultSet. It supports DnD column ordering, sorting, filtering, grouping and many more features. It requires the Chromium HTML View Control that is available since BBj 18.10 with a valid SAM contract.",
"version": "0.100.1",
"version": "0.100.2",
"author": "BASIS Europe Distribution GmbH",
"licence": "MIT",
"bbj_dependency": "18.10",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "client/dist/bbj-grid-widget.min.js",
"author": "BASIS Europe Distribution GmbH",
"license": "MIT",
"version": "0.100.1",
"version": "0.100.2",
"private": true,
"scripts": {
"watch": "./node_modules/.bin/webpack --watch --progress",
Expand Down

0 comments on commit 188208f

Please sign in to comment.