Skip to content

Latest commit

 

History

History
165 lines (93 loc) · 8.75 KB

CHANGELOG.md

File metadata and controls

165 lines (93 loc) · 8.75 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2021-03-06)

Bug Fixes

  • deps: update packages to fix vulnerabilities (#66) (a2cb9b6)

Features

  • Added clarification on Width units (#63) (56056f4)

1.1.0 (2018-07-19)

Features

  • update defaults for nodecg v1.1.1 (84e869c)

2.2.1 (2023-06-20)

Bug Fixes

  • use more specific version ranges for generated typescript bundle dev dependencies (6111f0e)

2.2.0 (2023-06-12)

Features

  • improve typescript build process; automatically (re)build replicant schemas (#93) (32ed8a9)

Bug Fixes

  • edit the correct file :doggolul: (ae20746)
  • include tsx files in linting (properly, such that ESLint won't warn about it) (6c608bb)
  • include tsx files in typescript builds (570902b)

2.1.3 (2023-06-08)

Bug Fixes

  • use correct scripts for react+typescript (d92c215)

2.1.2 (2023-06-08)

Bug Fixes

  • make parcel builds actually work (#89) (302b40d)

2.1.1 (2023-05-18)

Bug Fixes

  • force release-please build (e2a0044)

2.1.0 (2023-05-15)

Features

  • test building the output bundle; misc other fixes (d196ac3)

2.0.1 (2023-03-24)

Bug Fixes

  • proper types for example replicant in typescript output (7f2b72b)

2.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • all deps have been updated

Features

  • add option to generate bundles in typescript (#74) (de1222c)
  • Added clarification on Width units (#63) (56056f4)
  • react generators for panels and graphics (cbbcee9)
  • typescript: add dev script (762dfe9)
  • typescript: flesh out the example a bit more (cfbca1b)
  • typescript: include example replicant schema (#75) (9aaeced)
  • update defaults for nodecg v1.1.1 (84e869c)

Bug Fixes

  • a few small lingering issues (915b860)
  • add @nodecg/types as a dev dep for typescript bundles (294981e)
  • deps: update packages to fix vulnerabilities (#66) (a2cb9b6)
  • generated gitignore (477062e)
  • panel: default name should be lowercase (93f83ba)
  • panel: force name to have length (5bfa35c)
  • panel: force title to have length (dca5efc)
  • panel: give default name of "Panel" (299c8c7)
  • panel: i'm a fool (4cd7727)
  • set default compatibleRange to ^2.0.0 (8146f64)
  • templates: slight fixes to typescript template (1136a62)
  • typescript: add isolatedModules to tsconfig (af41c76)
  • types: remove window augment from extension (619bd48)

Code Refactoring

  • rewrite in typescript, update deps (8be3266)

1.0.3 (2018-07-12)

Bug Fixes

  • panel: default name should be lowercase (93f83ba)

1.0.2 (2018-07-12)

Bug Fixes

1.0.1 (2018-07-12)

Bug Fixes

  • panel: force name to have length (5bfa35c)
  • panel: force title to have length (dca5efc)
  • panel: give default name of "Panel" (299c8c7)

1.0.0 (2018-07-11)

Features

  • add helpful information to template files (0d9af8f)
  • add workspace and fullbleed options (2292356)
  • simplify bundle naming process (040b7d2)
  • update default compatibleRange to ^1.0.0

0.2.0 (2016-05-14)

Features

  • add bower_components to generated .gitignore(4477242), closes #6
  • update deafult compatiableRange to ~0.8.0(49fadb9)

BREAKING CHANGE: Requires Node.js v6 or greater.

0.1.0 (2016-02-13)