Skip to content

Releases: wuespace/telestion-client

v0.7.0

06 Feb 04:08
Compare
Choose a tag to compare

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)

v0.6.1

05 Feb 16:58
Compare
Choose a tag to compare

0.6.1 (2021-02-05)

Bug Fixes

  • Fix custom login page implementation in both template and documentation (715e27c), closes #290 #292

v0.6.0

05 Feb 03:54
Compare
Choose a tag to compare

0.6.0 (2021-02-05)

⚠ BREAKING CHANGES

  • To use the default login page, replace <LoginPage /> with
    <LoginPage>
      <LoginTitle />
      <LoginLogo />
      <LoginDescription />
      <LoginForm />
    </LoginPage>

Features

  • common: Divide login page into compound components for better usability (7e2112d)
  • common: Make initial values for text fields in login form accessible for project (204e947)
  • template: Add refactor recommendation for login page as default to the template (c59697e)

Documentation Changes

  • common: Apply suggestions from code review for login page (12b8af7)
  • common: Document internal form component for the login page (602fe16), closes #272
  • common: Document login button component for the login page (72de6a9), closes #272
  • common: Document login description component for the login page (953ad14), closes #272
  • common: Document login form component for the login page (b1005bf), closes #272
  • common: Document login logo component for the login page (635cf66), closes #272
  • common: Document login title component for the login page (c080799), closes #272
  • common: Document text field component for the login page (6315ae5), closes #272
  • common: Document the login page (f6f7664), closes #272

v0.5.0

05 Feb 01:41
Compare
Choose a tag to compare

0.5.0 (2021-02-05)

Features

  • common: Add hook for managing dependency timeouts (6684ede), closes #261
  • common: Add Loading Indicator component as helper for loading widgets (efcf36c), closes #261

v0.4.0

05 Feb 00:04
Compare
Choose a tag to compare

0.4.0 (2021-02-05)

⚠ BREAKING CHANGES

  • cli: For previously generated PSCs to work with the new CLI, the // IMPORT_INSERT_MARK and // ARRAY_FIRST_ELEMENT_INSERT_MARK comments have to retrospectively be placed below all imports and at the beginning of the projectWidgets array, respectively
  • event-bus: The types for the event bus are now accessible in the @wuespace/telestion-client-types package.

Features

  • cli: Add tc-cli docs to open the telestion-client documentation page (85a2e03)
  • cli: Add tc-cli generate widget command (4305e09), closes #263
  • cli: Add tc-cli stats command implementation (#279) (35dbf26), closes #263
  • core: Returned data of event bus abstraction hooks now typable and update documentation (3b12717)
  • event-bus: Remove types and import them from types package instead (40788b2)
  • template: Add npm scripts and local CLI instance to template (4c7c503)
  • types: Add channel address as type and integrate it into message types (b9569d7)
  • types: Import types from vertx-event-bus (90fd513)

Bug Fixes

  • cli: Fix tc-cli generate command (and subsequent, broken, CLI) (a2a25fc)
  • core: Small type change in implementation for callback in event bus abstraction hooks (1277d8f)
  • template: Add .eslintcache to template gitignore (ccd9c35)
  • template: Add React Spectrum Tabs dependency (ff8a30e)
  • types: Change type definition for Json serializable data from Map to mapped object (3fff598)

v0.3.4

04 Feb 16:40
Compare
Choose a tag to compare

0.3.4 (2021-02-04)

Note: Version bump only for package telestion-client

v0.3.3

26 Jan 03:17
Compare
Choose a tag to compare

0.3.3 (2021-01-26)

Note: Version bump only for package telestion-client

v0.3.2

26 Jan 02:52
Compare
Choose a tag to compare

0.3.2 (2021-01-26)

Note: Version bump only for package telestion-client

v0.3.1

26 Jan 02:46
Compare
Choose a tag to compare

0.3.1 (2021-01-26)

Note: Version bump only for package telestion-client

v0.2.6

09 Sep 11:09
e11ff3b
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release