Releases: raisely/cli
Releases · raisely/cli
Release list
2.0.0
What's Changed
- Fix proxy redirect not going to localhost by @pku2319 in #55
- cli v2 test infra and path resolver actionslayoutjs by @KeinerM in #61
- SIR-1517 - cli v2 raisely migrate command by @KeinerM in #62
- SIR-1519 - cli v2 switch readers and writers to v2 layout by @KeinerM in #63
- SIR-1518 - cli v2 legacy layout refusal gate in update deploy local by @KeinerM in #65
- raisely local: configurable port + agent docs by @xolott-ark in #66
- SIR-1520 - cli v2 last good css cache and scss error tolerance by @KeinerM in #64
- SIR-1521 - cli v2 shared scss and component validators by @KeinerM in #67
- SIR-1522 - cli v2 pre flight validation gate on raisely deploy no validate by @KeinerM in #68
- SIR-1523 - Validate watched saves before upload by @KeinerM in #69
- SIR-1524 - Update v2 release docs by @KeinerM in #70
- SIR-1556 - Track command telemetry events by @KeinerM in #71
- SIR-1556 - Improve telemetry payload by @KeinerM in #72
- chore: bump version to 2.0.0-alpha.3 in package.json by @xolott-ark in #73
- SIR-1656: Add
raisely media uploadby @KeinerM in #75 - SIR-1655: Add
raisely media listandraisely media deleteby @KeinerM in #74 - fix: only deploy pages belonging to configured campaigns by @xolott-ark in #77
- Release v2 by @xolott-ark in #76
New Contributors
- @pku2319 made their first contribution in #55
- @KeinerM made their first contribution in #61
- @xolott-ark made their first contribution in #66
Full Changelog: v1.8.2...v2.0.0
1.8.2
1.8.1
1.8.0
1.8.0
- Now requires node v18+ LTS (esm no longer required)
- Updated
node-sass- fixes issue where npm install would sometimes hang or outright fail - Dependabot updates :
- @babel/traverse from 7.17.3 to 7.23.2 dependencies
- semver from 5.7.1 to 5.7.2 dependencies
- http-cache-semantics from 4.1.0 to 4.1.1 dependencies
- json5 from 2.2.1 to 2.2.3 dependencies
1.7.0
1.7.0
- Now requires node v14+ LTS (esm no longer required)
- Added better command-line experience (more logs)
- Updated commander.js
- Implemented dynamic imports for commands (faster, only load modules when needed for each command)
- Applied code formatting to match internal development standards
1.6.5 (also applied)
- Fixed win32 filesystem handling
- Fixed performance issue with Babel loading in before component deploy (causing long pauses)
- Some minor dead code removal
- Fixed api layer to use correct error handling (based on response headers), instead of relying on original payload