reportbro-designer
Advanced tools
Comparing version 0.10.1 to 0.11.1
# Changelog | ||
## [0.11.1] - 2018-03-21 | ||
### Features | ||
* multiple content row definitions for tables | ||
* group expression and print if for table content rows | ||
* boolean parameter type | ||
* simple list parameter type (list items with basic type like string, number, boolean, date) | ||
* nullable setting for parameter to explicitly allow nullable parameters, non-nullable parameters automatically get default value in case there is no data (e.g. 0 for numbers or '' for strings) | ||
### Bug Fixes | ||
* update table column element height when table row height is changed | ||
* copy&paste of frame elements | ||
* save eval setting of table column text | ||
## [0.10.1] - 2017-11-02 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "reportbro-designer", | ||
"version": "0.10.1", | ||
"version": "0.11.1", | ||
"description": "Designer to create pdf and excel report layouts. The reports can be generated with reportbro-lib (a Python package) on the server.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -52,4 +52,12 @@ # ReportBro Designer | ||
development: | ||
### prerequisites: | ||
Install Node.js and npm. | ||
Troubleshooting for Ubuntu/Linux: If you get an error like "/usr/bin/env: node: No such file or directory" you can easily fix it with a symbolic link: | ||
`ln -s /usr/bin/nodejs /usr/bin/node` | ||
### development: | ||
`npm run build` | ||
@@ -59,3 +67,3 @@ | ||
production: | ||
### production: | ||
@@ -62,0 +70,0 @@ `npm run build-prod` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
959745
108
0