Skip to content

Latest commit

 

History

History
219 lines (97 loc) · 7.13 KB

CHANGELOG.md

File metadata and controls

219 lines (97 loc) · 7.13 KB

1.7.2 (2024-05-08)

Bug Fixes

  • build: exit command on child build exit instead of stderr message (763d4bc)

1.7.1 (2024-05-06)

Bug Fixes

  • build: throw error if any command is rejected (6228a4c)

1.7.0 (2024-03-23)

Features

1.6.1 (2024-01-27)

Bug Fixes

1.6.0 (2024-01-23)

Bug Fixes

Features

  • specify build command for each stack (a5e9206)

1.5.12 (2024-01-22)

Bug Fixes

1.5.11 (2023-12-24)

Bug Fixes

  • angular: force install deps for Angular 12-13 (81e00f6)

1.5.10 (2023-12-24)

Bug Fixes

  • angular: build on Windows (daef839)

1.5.9 (2023-12-24)

Bug Fixes

1.5.8 (2023-12-24)

Bug Fixes

  • vue vite: tsconfig options (1e42fc8)

1.5.7 (2023-12-24)

Bug Fixes

  • vue vite: path in assets config (2d66bd6)

1.5.6 (2023-12-24)

Bug Fixes

1.5.5 (2023-12-23)

Bug Fixes

1.5.4 (2023-12-21)

Bug Fixes

  • angular: remove budgets (97527f5)

1.5.3 (2023-12-20)

Bug Fixes

1.5.2 (2023-12-20)

Bug Fixes

  • angular: typings of produced app (4bc17e6)

1.5.1 (2023-12-20)

Bug Fixes

1.5.0 (2023-12-15)

Features

  • angular: support angular 17 (2463f07)

1.4.4 (2023-10-12)

Bug Fixes

  • vue: custom node re-render (8eaba7a)

1.4.3 (2023-09-13)

Bug Fixes

1.4.2 (2023-09-06)

Bug Fixes

  • build: output path for nested packages (74c9b1a)

1.4.1 (2023-07-24)

Bug Fixes

  • angular: typing for Windows (eed4932)

1.4.0 (2023-07-21)

Features

1.3.0 (2023-07-21)

Bug Fixes

  • template: validate location for ssr (7cb52ea)

Features

1.2.1 (2023-07-20)

Bug Fixes

  • templates: unused parameters in customization template (82a6943)
  • vite: TS config (5591a6a)

1.2.0 (2023-07-20)

Bug Fixes

Features

1.1.1 (2023-07-17)

Bug Fixes

  • vue2: keys and plugin import (91802ab)

1.0.0-beta.21

Added Minimap & Reroute features into default template

v1.0.0-beta.18

  • Implemented multiple templates support (can be switched using the query parameter ?template=<name>)
  • Added Perf template (?template=perf)
  • Validate Kit version in patch descriptor (.rete-patch)

v1.0.0-beta.17

Added the capability to patch previously established applications