Revision 796991a1aaca3b4c0ea95b308253a1cc58f4ba2a authored by Boris Sekachev on 17 January 2022, 08:13:58 UTC, committed by GitHub on 17 January 2022, 08:13:58 UTC
* Added intelligent paste labels function, added notification when remove labels from raw editor

* Adjusted raw tab behaviour

* Fixed issue with selection

* Updated version and changelog, removed previous implementation

* Removed outdated comment

* Additional checks on the server

* Added check for default boolean attr

* Updated version

* Conditionally show lost labels/attributes

* Remove labels only when create

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
1 parent c77d956
Raw File
package.json
{
  "name": "cvat-docs",
  "version": "0.0.1",
  "description": "Hugo dependencies that should be installed separately",
  "main": "none.js",
  "dependencies": {},
  "devDependencies": {
    "autoprefixer": "^10.2.5",
    "postcss-cli": "^8.3.1",
    "postcss": "^8.2.15"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openvinotoolkit/cvat.git"
  },
  "author": "Intel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openvinotoolkit/cvat/issues"
  },
  "homepage": "https://github.com/openvinotoolkit/cvat#readme"
}
back to top