Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GitHub to GitLab

The release notes for this version are here:
https://vcs.toronto.ca:6443/dts/corejs/-/releases/9.5.0

As of 9.5.0 our main version control repository is GitLab. You will need to update your code to point to GitLab.

In your package.json file please change the value for CoreJs and CotUI to:

  "dependencies": {
    "core": "git+https://vcs.toronto.ca:6443/dts/corejs.git#9.5.0",
    "cotui": "git+https://vcs.toronto.ca:6443/dts/COT_UI.git#2.3.1"
  },

You will want to change the version number #9.5.0 and #2.3.1 to the version you want to use.

ab-datepicker Integration

A new date picker field has been added to CoreJs the filed type is “datepicker”.

To learn more about it please see:
Date Picker (datepicker)
and check the sample implementation example here:
https://webapps.intra.qa-toronto.ca/webapps/corejs/showcase/#showcase_testDatePickerForm

  • No labels