Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

v0.7.0

Choose a tag to compare

@fussel178 fussel178 released this 06 Feb 04:08
· 1712 commits to main since this release

0.7.0 (2021-02-06)

⚠ BREAKING CHANGES

  • cli: Before, running tc-cli start opened the PSC as an Electron app, by default. To replicate this behavior, you'll now have to pass the --electron or -e argument to the command.

In summary, replace tc-cli start with tc-cli start -e to keep the same behavior.

Features

  • cli: Add option to open the PSC in either an Electron window or a browser in tc-cli start (5fd359c)
  • template: Adjust PSC template's npm scripts to accommodate for new tc-cli start behavior (95bc391)

Bug Fixes

  • cli: Add files before commiting the initial commit in tc-cli init (8e0ac3c)
  • cli: Fix TypeError: Cannot read property 'message' of undefined in tc-cli init command (6f4d1a3)
  • cli: In tc-cli stats, fix reverted json to non-json output behavior. (c2451c6)

Documentation Changes

  • common: Add reference to props (0083f67)
  • common: Apply more suggestions from code review (62754fa)
  • common: Apply suggestions from code review (c0923c8)
  • common: Document all page components (e3400f7)
  • common: Document the account controls component (859c640)
  • common: Document the action divider component (b9a4cd1)
  • common: Document the avatar button component (8c99c96)
  • common: Document the avatar menu component (765bfb1)
  • common: Document the color scheme action component (10db0be)
  • common: Document the dashboard component (79dc52b)
  • common: Document the dashboard picker component (2d98394)
  • common: Document the fullscreen action component (c505c16)
  • common: Document the header actions component (497c7bd)
  • common: Document the no dashboards message component (2b0c005)
  • common: Document the not found message component (9dee2d3)
  • common: Document the notification action component (0cedf76)
  • common: Document the overflow fix component (db0ea7b)
  • common: Document the status dialog component (831db05)
  • common: Document the use dashboard state hook (8309e3c)
  • common: Document the use nav bar state hook (9b0a9b1)
  • common: Document the use status hook (cb7e052)
  • common: Document the widget error message component (2fab124)
  • common: Document the widget renderer component (d88e2ad)