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

fix(frontend): fix pre annotation deletion #483

Closed
wants to merge 36 commits into from
Closed

fix(frontend): fix pre annotation deletion #483

wants to merge 36 commits into from

Conversation

gary-Shen
Copy link
Member

No description provided.

gary-Shen and others added 30 commits March 21, 2024 18:19
## @labelu/interface [1.3.1](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
# [1.4.0](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix labelChange event trigger ([0750c23](0750c23))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
# [1.3.0](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix labelChange event trigger ([0750c23](0750c23))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
chore(website): update package.json
chore(frontend): update deps
fix(audio-annotator-react): upgrade deps
## @labelu/audio-annotator-react [1.4.1](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))

### Dependencies

* **@labelu/components-react:** upgraded to 1.4.0
* **@labelu/audio-react:** upgraded to 1.3.1
## [1.3.1](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))
* **audio-react:** upgrade deps ([9b68c1b](9b68c1b))
# [1.4.0](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))
* **audio-react:** upgrade deps ([9b68c1b](9b68c1b))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix labelChange event trigger ([0750c23](0750c23))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
# [1.1.0](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))
* **audio-react:** upgrade deps ([9b68c1b](9b68c1b))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix labelChange event trigger ([0750c23](0750c23))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
# [2.0.0](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))
* **audio-react:** upgrade deps ([9b68c1b](9b68c1b))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
## [1.3.2](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))
* **audio-react:** upgrade deps ([9b68c1b](9b68c1b))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix labelChange event trigger ([0750c23](0750c23))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
# [1.3.0](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-03-21)

### Bug Fixes

* **audio-annotator-react:** add onclick cakkback ([e99a09d](e99a09d))
* **audio-annotator-react:** dont save empty global annotations ([9771dba](9771dba))
* **audio-annotator-react:** fix audio sidebar width ([14f8ed6](14f8ed6))
* **audio-annotator-react:** fix global annotation onchange ([5cc025b](5cc025b))
* **audio-annotator-react:** remove unnecessary redo undo param ([19fd57a](19fd57a))
* **audio-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([9ed5d68](9ed5d68))
* **audio-annotator-react:** simplify open attribute modal invocation ([d17d623](d17d623))
* **audio-annotator-react:** update annotation remove logic ([afab800](afab800))
* **audio-annotator-react:** update global labels onchange invocation ([df69d9b](df69d9b))
* **audio-annotator-react:** update media sample data ([189c08c](189c08c))
* **audio-annotator-react:** upgrade deps ([b4a683e](b4a683e))
* **audio-react:** upgrade deps ([9b68c1b](9b68c1b))
* **components-react:** audiocard add onclick callback ([03ec192](03ec192))
* **components-react:** update redoundo ([ac26b24](ac26b24))
* **frontend:** attribute -> label; pointList -> points ([835ab0d](835ab0d))
* **frontend:** disable AnalyzeWiz in local deployment ([85ee386](85ee386))
* **frontend:** disable analyzing in localhost ([dbd3681](dbd3681))
* **frontend:** fix build ci ([9b6b1e7](9b6b1e7))
* **frontend:** fix build ci ([029e163](029e163))
* **frontend:** fix export options ([79c37f8](79c37f8))
* **frontend:** fix file upload ([665f7dd](665f7dd))
* **frontend:** fix line tool json schema ([ac4287b](ac4287b))
* **frontend:** fix message warnings ([3bcbf3d](3bcbf3d))
* **frontend:** fix polygon tool json schema ([70f0110](70f0110))
* **frontend:** fix pre annotation schema lineType -> type ([33803d0](33803d0))
* **frontend:** fix sample deletion ([a481429](a481429))
* **frontend:** fix the audio pre annotation config ([db3dff8](db3dff8))
* **frontend:** fix the image pre-annotation editable control ([6aba03f](6aba03f))
* **frontend:** fix the segment and the frame json schema ([2d1b009](2d1b009))
* **frontend:** refresh samples after sample deleted ([3026fb4](3026fb4))
* **frontend:** seperate image, video, audio json schema; update deps ([68cfb97](68cfb97))
* **frontend:** show file url in file table ([36028b3](36028b3))
* **frontend:** show task config when pre annotation config is none ([2a1ed91](2a1ed91))
* **frontend:** support m4a file type ([2f28b80](2f28b80))
* **frontend:** test workflow dispatch[ignore] ([ec231b0](ec231b0))
* **frontend:** update jsonl schema link ([f1c1213](f1c1213))
* **frontend:** update pre annotation column ([#433](#433)) ([59f3282](59f3282))
* **frontend:** update pre annotation json schema ([004d46f](004d46f))
* **frontend:** update pre annotation jsonl schema ([6df10c6](6df10c6))
* **frontend:** update requestEdit error message ([5d5167b](5d5167b))
* **frontend:** update scripts ([6b96da5](6b96da5))
* **frontend:** update the annotations saving logic ([e5d8423](e5d8423))
* **frontend:** update workflow scripts ([fd799c1](fd799c1))
* **frontend:** update workflow scripts ([6deafff](6deafff))
* **frontend:** update workflow scripts ([e2d5cce](e2d5cce))
* **frontend:** use unpkg cdn file instead of local assets ([d7c7baf](d7c7baf))
* **image-annotator-react:** dont save empty global annotations ([3692a3d](3692a3d))
* **image-annotator-react:** fix annotation deleion ([96da867](96da867))
* **image-annotator-react:** fix annotation deletion ([7c9779f](7c9779f))
* **image-annotator-react:** fix global annotation filter ([37f6b46](37f6b46))
* **image-annotator-react:** fix global annotation onchange ([39c8523](39c8523))
* **image-annotator-react:** fix global annotations submit issue ([95bd1a0](95bd1a0))
* **image-annotator-react:** fix labelChange event trigger ([0750c23](0750c23))
* **image-annotator-react:** fix pre annotations merge with annotations ([2e0cb5a](2e0cb5a))
* **image-annotator-react:** save the global pre-annotations if the tool config is not exist in database ([97b3823](97b3823))
* **image-annotator-react:** undefined tool in global tool annotations ([4f9a12a](4f9a12a))
* **image:** fix cursor manager ([dd28e13](dd28e13))
* **image:** fix LineTool initialization ([45fbbdb](45fbbdb))
* **image:** remove error in label base ([c6aa367](c6aa367))
* **image:** update requestEdit params: edit -> update ([423712c](423712c))
* **interface:** add disabled field to the TextAttribute and EnumerableAttribute ([117570c](117570c))
* **video-annotator-react:** completely use audio-annotator-react MediaAnnotatorWrapper ([e220d36](e220d36))
* **video-annotator-react:** remove MediaError ([2f8ef20](2f8ef20))
* **video-react:** remove console ([a161066](a161066))
* **website:** test workflow dispatch[ignore] ([74a74dd](74a74dd))
* **website:** test workflow dispatch[ignore] ([9453339](9453339))
* **website:** update example ([113c230](113c230))
* **website:** update example ([1e13d5a](1e13d5a))

### Features

* **audio-react:** add requestEdit api ([7d02bca](7d02bca))
* **components-react:** add StatusCard and VideoCard ([57ae4d7](57ae4d7))
* **components-react:** media annotator supports requestEdit ([f3b20ce](f3b20ce))
* **components-react:** supports disabled form field item ([75f871a](75f871a))
* **image-annotator-react:** add onload params ([7963a06](7963a06))
* **image-annotator-react:** add preAnnotationLabels and preAnnotations apis ([56affbd](56affbd))
* **image-annotator-react:** export contexts ([6999cd3](6999cd3))
* **image:** add requestEdit api to support pre annotation modify control ([1955d85](1955d85))
* supports pre annotations ([#428](#428)) ([22ac6b0](22ac6b0))
* supports pre annotations ([#429](#429)) ([2f731ad](2f731ad))
* **video-react:** add requestEdit api ([751872c](751872c))

### BREAKING CHANGES

* **image-annotator-react:** remove getGlobalAnnotaitons
chore(workspace): update ci
fix(frontend): update deps
chore(workspace): update playground.yml
@gary-Shen gary-Shen changed the title Release fix(frontend): fix pre annotation deletion Mar 22, 2024
@gary-Shen gary-Shen closed this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants