All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2021-03-06)
1.1.0 (2018-07-19)
- update defaults for nodecg v1.1.1 (84e869c)
2.2.1 (2023-06-20)
- use more specific version ranges for generated typescript bundle dev dependencies (6111f0e)
2.2.0 (2023-06-12)
- 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)
- use correct scripts for react+typescript (d92c215)
2.1.2 (2023-06-08)
2.1.1 (2023-05-18)
- force release-please build (e2a0044)
2.1.0 (2023-05-15)
- test building the output bundle; misc other fixes (d196ac3)
2.0.1 (2023-03-24)
- proper types for example replicant in typescript output (7f2b72b)
2.0.0 (2023-03-23)
- all deps have been updated
- 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)
- 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)
- rewrite in typescript, update deps (8be3266)
1.0.3 (2018-07-12)
- panel: default name should be lowercase (93f83ba)
1.0.2 (2018-07-12)
- panel: i'm a fool (4cd7727)
1.0.1 (2018-07-12)
- 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)
- 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)
- 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.