Skip to content

Releases: raisely/cli

2.0.0

Choose a tag to compare

@xolott-ark xolott-ark released this 17 Jul 18:03
7cfe082

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 upload by @KeinerM in #75
  • SIR-1655: Add raisely media list and raisely media delete by @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

Full Changelog: v1.8.2...v2.0.0

1.8.2

Choose a tag to compare

@rubicola rubicola released this 06 Nov 00:15
1abae9d

1.8.2

  • Updates CLI to support Raisely's expanded MFA options
  • Logout option

1.8.1

Choose a tag to compare

@rubicola rubicola released this 30 Oct 22:45
1a046c1

1.8.1

  • Fixes bug with logging in using MFA

1.8.0

Choose a tag to compare

@f1yn f1yn released this 18 Oct 15:55
332f55e

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

Choose a tag to compare

@f1yn f1yn released this 08 May 16:25
d8635a8

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