Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reportbro-designer

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reportbro-designer - npm Package Compare versions

Comparing version 0.10.1 to 0.11.1

14

CHANGELOG.md
# 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 @@

2

package.json
{
"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`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc