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.12.1 to 1.0.0

15

CHANGELOG.md
# Changelog
## [1.0.0] - 2018-09-25
### Bug Fixes
* allow edit text element pattern field and add button to open pattern popup window
* do not show search field in pattern popup
* fix drag & drop of collection/list parameter in menu panel
* fix updating parameter references when renaming a parameter
* fix dragging element into frame with border
### Changes
* show separator for data source parameters in parameter popup window
* make sure there is enough space for popup below input, otherwise just show it over input field
* setModified method to change modified status (defines if save button is enabled)
* return ReportBro instance when ReportBro is initialized
## [0.12.1] - 2018-06-06

@@ -4,0 +19,0 @@

2

package.json
{
"name": "reportbro-designer",
"version": "0.12.1",
"version": "1.0.0",
"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": [

@@ -10,2 +10,6 @@ # ReportBro Designer

<p align="center">
<img alt="ReportBro Designer in action" src="https://www.reportbro.com/static/images/reportbro_designer_screenshot.png">
</p>
## Installation

@@ -37,3 +41,3 @@

Place an empty div within the <body> of a web page:
Place an empty div within the `<body>` of a web page:
```html

@@ -62,2 +66,6 @@ <div id="reportbro"></div>

Go to reportbro-designer root directory and install node modules:
`npm install`
### development:

@@ -64,0 +72,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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