npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@jsreport/jsreport-studio

v4.2.0

Published

jsreport templates editor and designer

Downloads

8,901

Readme

@jsreport/jsreport-studio

NPM Version](https://npmjs.com/package/@jsreport/jsreport-studio)

studio

See http://jsreport.net/learn/studio

Studio development

git clone https://github.com/jsreport/jsreport
yarn install
set NODE_ENV=jsreport-development&&yarn start

Studio extension development

The documentation can be found here.

Changelog

4.2.0

  • add option favicon (path to a file) to allow changing the favicon used in studio
  • fix firefox bug triggering click event after mouseup event caused by user selecting text
  • fix middle click to close tab not working on firefox

4.1.1

  • fix getting studio preview as dark theme when using light theme

4.1.0

  • internal changes to support new response.output api

4.0.2

  • fix "was modified previously by another source" dialogs when updating an entity in studio a second time

4.0.1

  • fix deleting entity inside a folder does not refresh EntityTree
  • multiple optimizations for studio when working with a large number of entities

4.0.0

  • minimum node.js version is now 18.15.0
  • initial optimizations when working with a large number of entities
  • update build dependencies (monaco-editor, babel, webpack)
  • avoid http basic authentication error dialog when authorization errors happen from studio actions
  • internal changes to support multi admin users

3.9.3

  • remove title (the one that appears when you put mouse over it for some seconds) of log messages, to prevent them showing when trying to read the log and scrolling

3.9.2

  • show full profile duration limit on profile UI

3.9.1

  • throw error when opening an orphan profile

3.9.0

  • add support for text search across entities content
  • fix starting multi selection with ⇧ + click when there is only active entity tab opened
  • fix delete of multiple folders (with multi selection) was removing only the folders and leaving its children as root entities
  • closing a main editor tab now also closes all dependant tabs (like pdf utils, chrome header/footer)
  • .openTab method now supports opening dependant editor tabs (like chrome header/footer tabs) with the option docProp
  • define /studio/hierarchyMove api endpoint as post route explicitly

3.8.0

  • improve ⇧ + ↑, ⇧ + ↓ entity tree multi selection in studio
  • add studio range select with ⇧ + click to start and end

3.7.0

  • fix preview tabs showing when container collapsed
  • add download profile logs action
  • improve the profile operations display when there render fails
  • disable profile menu actions and click on nodes when the rendering is in progress
  • fix long name in nodes breaking profile canvas display
  • add support for multi selection in entity tree (ctrl/cmd + click)
  • add support to control the entity tree edit selection with keyboard (⇧↑ and ⇧↓)
  • add support for copy, delete when multiple entities are selected
  • format user logs differently on studio (profile logs)

3.6.0

  • fix Maximum call stack error when rendering a report that produces a lot of logs
  • improvements to handle reports that produce big profiles

3.5.0

  • improve the Profiler page
  • improve the display of profile with big data
  • improve the Startup page

3.4.0

  • fix exe compilation
  • remove socket.io, it is now only part of where it is actually used (fs-store)

3.1.0

  • add entity definition button in entity tree item context menu
  • fix loading of monaco editor icons
  • improve styles for profiler logs
  • fix studio editor linter error for top level await in script/helpers (add babel-eslint to our linter in studio)
  • fix jsreport-studio-start when running with —runOnly in extension starter kit
  • fix layout issue with profiler when a large base64 image is logged

3.0.0-beta.1

Adaptations for the v3 APIs