Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16634 Base changes for "way of navigating" story (new branch "release-5.0.0") #614

Merged
merged 3 commits into from
Jun 26, 2023

Commits on Jun 26, 2023

  1. - app version = 5.0.0

    - used latest node version
    - updated browserslist
    - fixed a lint warning
    - created mixin-tester.vue
    - fixed date-mixin unit test errors
    - added babel plugin
    - updated axios, core-js, etc
    - updated types, test utils, etc
    - updated ts config
    - added volar config
    - changed some imports that gave errors
    - removed some "private" modifiers
    - added components.d.ts
    - deleted shims-tsx.d.ts
    - added vue-test-utils-helpers.d.ts
    - removed extra Vue.use()
    - misc cleanup
    severinbeauvais committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1154436 View commit details
    Browse the repository at this point in the history
  2. - moved mixin-tester.vue from src/ to tests/

    - moved interceptors.ts from sbc-common to local plugins to fix Axios version issue
    - other strict:true fixes
    - fixed property visibility issue
    - fixed catch clause variable issues
    - capitalized some plugin functions (eg, navigate -> Navigate)
    - fixed some visibility issues
    - misc cleanup
    severinbeauvais committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    86d015d View commit details
    Browse the repository at this point in the history
  3. - fixed whitespace around v-rows

    - fixed empty object error
    - added misc code comments
    - changed some class property/method visibilities
    severinbeauvais committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f0e23b4 View commit details
    Browse the repository at this point in the history