Skip to content

Releases: folio-org/stripes-cli

v1.17.0

15 Oct 02:21
6759310
Compare
Choose a tag to compare
  • Introduced new command stripes inventory --fetch to update module list for stripes workspace command. Refs STCLI-122.

v1.16.0

08 Jun 14:55
6bb41e3
Compare
Choose a tag to compare
  • Support stripes-core v5.0.0.

v1.15.1

08 Jun 14:06
46a37b4
Compare
Choose a tag to compare
  • Correct generation of optional Okapi interface dependencies. Fixes FOLIO-2570.

v1.15.0

08 Jun 14:05
c13ba6e
Compare
Choose a tag to compare
  • Support stripes-core v4.0.0.
  • Use stripes-testing v2.0.0.
  • Support optional dependencies in UI modules. Related to OKAPI-509.
  • Added default value of ./output for --output flag used when omitting from build command. Refs STCLI-95.
  • Add ui module oai-pmh. Refs MODOAIPMH-94.
  • Added --bundle flag to test command to allow for karma tests (BigTest) to run against bundled code instead of a dev server.

v1.14.0

08 Oct 20:34
de99d55
Compare
Choose a tag to compare
  • Retrieving template files for creating UI Modules and setting up BigTest from https://github.com/folio-org/ui-app-template. Removed old template files from /resources directory. STCLI-133
  • Add many additional apps/libraries, STCLI-142
  • New optional platform clean option --removeLock to delete yarn.lock file(s) after cleaning platform/workspace: STCLI-130

v1.13.0

24 Jul 19:50
2c9dff2
Compare
Choose a tag to compare
  • Upgrade karma-webpack dependency to ^4.0.2 to support BigTest on Windows, handles FOLIO-2139
  • Added checking of stripes.actsAs when determining isUiModule, handles STCOR-148
  • stripes-testing v1.6.0 includes checkout, setCirculationRules helpers.

v1.12.1

07 Jul 13:52
1f3a24a
Compare
Choose a tag to compare
  • Upgrade bundle analyzer to avoid security vulnerability WS-2019-0058.

v1.12.0

07 Jul 13:52
5648423
Compare
Choose a tag to compare
  • Upgrade stripes-testing dependency to v1.5.0.
  • Include ui-tenant-settings in lib/environment, exposing it as testable.

v1.11.0

15 May 02:26
2581ca2
Compare
Choose a tag to compare
  • New okapi get/post/put/delete commands to support arbitrary Okapi HTTP requests, STCLI-135
  • Upgrade inquirer dependency. Resolves STCLI-136
  • Upgrade stripes-testing dependency. Refs STCLI-137.

v1.10.0

06 Mar 20:47
b6cb221
Compare
Choose a tag to compare
  • Check for TTY before calling getStdin(), fixes STCLI-131
  • Update ui-module blueprint to use stripes 2.0
  • Add mocha-jenkins-reporter and support passing of --reporter option for Nightmare tests, STCLI-84
  • Add support for mod add to accept existing module descriptors via stdin, STCLI-127