@agile-central-technical-services/utils-shared-views
v1.0.2
Published
Bugfixes for Rally.ui.gridboard.SharedViewComboBox
Downloads
7
Maintainers
Readme
@agile-central-technical-services/utils-shared-views
This module provides overrides for Rally.ui.gridboard.SharedViewComboBox for bug fixes including:
- fixes a bug in the SharedViewComboBox which prevents a newly created view from appearing in the view picker until after an app reload
- allows the
enableUrlSharing
option to work
Installation
- Install using npm (or yarn)
npm install @agile-central-technical-services/utils-shared-views
- Add the file to the
javascript
section ofconfig.json
"javascript": [ "node_modules/@agile-central-technical-services/utils-shared-views/index.js", ...
Developer Notes
To Update
npm version patch
- This will update the package.json to a new version and create a git tag (e.g.v1.0.1
). It will also run thepostversion
script to push the changes and tag to GitHub.npm publish --access public
- This will publish the new version to npmjs.org- Create the new release in `utils-shared-views/releases'