Skip to content

v0.8.0

Compare
Choose a tag to compare
@olamothe olamothe released this 15 Apr 13:09
· 1027 commits to master since this release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.8.0 (2021-04-15)

  • ci(release)!: first release (aa65f1b)

Bug Fixes

  • angular: fix headless doc links (#126) (c574fda)
  • angular: prevent d.ts files from being copied to project (#135) (44cae70)
  • ci: ensure .npmrc is properly written (#127) (a1b686b)
  • server: always return a JSON object (#136) (8cef023)

Features

  • angular: add node and npm preconditions (#141) (028a422)
  • angular: better feedback message on command completion (#125) (13ecb1d)
  • angular: ignore node_modules from server folder (#154) (54c88ad)
  • angular: redirect user to an error page if the .env file is invalid (#140) (9ed203b)
  • cli: remove form-data polyfill (#152) (5701223)
  • cli: use api key in .env file (#142) (2a48f0d)
  • config: improve configuration validation on invalid org id (#128) (676b7f3)
  • vue: better feedback on command completion (#124) (0be987e)
  • vue: fix linting in vue project and rework headless initialization (#150) (336890c)
  • vue: support npm run serve command (#153) (375d6ce)

BREAKING CHANGES

  • first release

0.7.0 (2021-03-29)

Bug Fixes

  • angular: fix search-token-server path (#115) (c4b74e7)
  • angular: npm start command on Angular project returns warning (#93) (6b0f104)
  • cli: do not print API key when running command ui:create:vue (#117) (9cbd8c8)
  • cli: missing await in authentication decorator (#109) (f54e27c)
  • react: add .env.example to template (#118) (d320c68)

Features

  • cli: add --version flag for all ui:create:* commands (#105) (50f699c)
  • login: improve feedback message on sucessful login (#107) (a2ac53d)
  • oauth: remove keytar dependencies (#108) (ee876e6)
  • react: improve react hero banner + links (#114) (c43c9f8)
  • vue: improve hero banner documentation link (#110) (cc08497)

0.6.1 (2021-03-19)

Bug Fixes

  • angular: add missing file to angular project (#95) (4a406c8)
  • cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
  • react: add missing file & dependencies to React project (#97) (b931776)

0.6.0 (2021-03-17)

Bug Fixes

  • angular: add definite assignment assertion to props (#86) (85f5b95)
  • angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
  • angular: copy schema only once in postbuild script (#89) (dceea50)
  • cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
  • cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
  • react: use and detect local npx to create-react-app (#85) (b7ac6dd)
  • vue: remove environment variables type warning (#82) (ea5281a)

Features

  • cli: clean-up and refactor entrypoints (#75) (d281787)

0.5.0 (2021-03-10)

Features

  • cli: support for auto update packaging (#72) (2d7c1c7)

0.4.0 (2021-03-08)

Features

  • react: setup a route guard in React to pass search token (#53) (ec8469c)

0.3.2 (2021-03-05)

Bug Fixes

  • macos: fix app identifier issue on install (#65) (415288b)

0.3.1 (2021-03-03)

Bug Fixes

  • cli: ui:create:vue command not invoking @coveo/typescript correctly (#60) (da6e963)
  • vue: set vue plugin dependencies to any (#62) (f9957b8)
  • vue: vue generator template structure with invalid utils path (#63) (7929d56)

0.3.0 (2021-02-26)

Bug Fixes

  • cli: fix matching tags for binary release (#49) (b515cb3)
  • cli: use different commit token for release (#51) (53e9a3c)
  • vue: add missing route in Vuejs Router (#50) (1f59970)

Features

  • cli: extract user email from oauth flow (#48) (136d66b)

0.2.0 (2021-02-25)

Bug Fixes

  • analytics: bump coveo.analytics to fix node js support (#22) (11fad8b)
  • analytics: fix analytics hook for expired or logged out (#31) (1c9964e)
  • angular: components not correctly imported in the Angular app module (#28) (b02909f)
  • cli: fix vuejs --preset flag option (#29) (e7df203)
  • cli: set user email and name for version release (9e9b081)

Features

  • analytics: add analytics hooks for success and failure (#18) (f4a09d5)
  • analytics: add new metadata for analytics, fix validation + UT (#23) (7fc7081)
  • analytics: analytics disclaimer on first run (#25) (675e8b5)
  • angular: add all the necessary template files to Angular schematic (#20) (3b4d5fe)
  • angular: configure the headless engine as a service (#39) (60108e4)
  • angular: create an angular schematic (#19) (38aef0f)
  • angular: setup token generation flow for angular project (#37) (00ffa05)
  • cli: add @coveo/search-token-server package (#33) (23c9035)
  • cli: add auth:login command (#8) (fc29937)
  • cli: add support for storage of access token + config (#10) (c8d0beb)
  • cli: add ui:create:react command (#13) (078bdf2)
  • cli: add ui:create:vue command (#11) (d48bc85)
  • cli: connect React project with client's org (#36) (7aec1dd)
  • cli: connect Vuejs project with client's cloud org (#43) (d6dad47)
  • cli: create command to generate an angular project (#24) (e35b27b)
  • cli: support for different platform region and environment (#7) (59bc8c1)
  • cli: support refresh token mechanism (#14) (e8647f3)
  • oauth: remove refresh token mechanism (#30) (a18712c)
  • react: add template for Create React App CLI (#12) (d9c2ba3)
  • token-server: add platformUrl to .env file (#34) (ef167e4)
  • token-server: add server port to .env file (#35) (491eeb5)