Skip to content

Commit 90130da

Browse files
committed
chore(release): 0.17.0
1 parent b5c5d8b commit 90130da

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
11
# DeepDetect Platform UI (Changelog)
22

3-
## [0.16.0](https://github.com/jolibrain/platform_ui/compare/v0.15.3...v0.16.0) (2021-04-26)
3+
## [0.17.0](https://github.com/jolibrain/platform_ui/compare/v0.16.0...v0.17.0) (2021-05-10)
4+
5+
6+
### Features
7+
8+
* add filters and feedback form on VideoExplorer component ([e399a16](https://github.com/jolibrain/platform_ui/commit/e399a16213c22b0ed20a88e381e169858e07a492))
9+
* add MenuDropdown in Header ([e3cd495](https://github.com/jolibrain/platform_ui/commit/e3cd495df97f6a521659f325971026f15db6b1b6))
410

511

612
### Bug Fixes
713

8-
* remove unused react-chrono dependency ([ee44bcf](https://github.com/jolibrain/platform_ui/commit/ee44bcf1914d2663172980f2ebda5092aa1981db))
14+
* add frame index to frame title ([6a463e1](https://github.com/jolibrain/platform_ui/commit/6a463e13c2911fed245763256619b9de60199d15))
15+
* add labels on leftRightPercentArray subtitle ([871ce20](https://github.com/jolibrain/platform_ui/commit/871ce20fa2abfdfcdbfadf5d90704989fb1eb15a))
16+
* change video download labels ([23287e8](https://github.com/jolibrain/platform_ui/commit/23287e82bfd0d77ece4abd4840c42af1c3c2c1d4))
17+
* check frame index before accessing frame array ([b2f2fd3](https://github.com/jolibrain/platform_ui/commit/b2f2fd319233d8ea99a76cc6ee80f2d02e994f31))
18+
* clean props value ([5e58095](https://github.com/jolibrain/platform_ui/commit/5e58095e635cf622e9f6ecd77f6076e0ed01ee09))
19+
* ignore public/config.json.backup* ([31430d2](https://github.com/jolibrain/platform_ui/commit/31430d26775131f573ab13b3a7ab6987995c73ff))
20+
* remove console.log ([2f80b98](https://github.com/jolibrain/platform_ui/commit/2f80b988cd61b510c5225f860ebcb5ea10d670e3))
21+
* remove href attribute that blocked onClick events ([b5c5d8b](https://github.com/jolibrain/platform_ui/commit/b5c5d8b6057ee01918b384890b176f8dbb7fc210))
22+
* rename frame download link ([a2ca7c4](https://github.com/jolibrain/platform_ui/commit/a2ca7c463acb779cae0f7f71f33a17400996d889))
23+
* replace filter inputs by sliders ([4ad182b](https://github.com/jolibrain/platform_ui/commit/4ad182b3abaf3958ee81c51f8924e43c916ec4fd))
24+
* set fixed logo height ([a93dd50](https://github.com/jolibrain/platform_ui/commit/a93dd502faac2d9f9eecc9444a2c72d2125ab555))
25+
* sort leftRightPercentArray values ([e6abf8d](https://github.com/jolibrain/platform_ui/commit/e6abf8d8a0ebc637a51b9bb7be88e270a11d94fd))
26+
* unset autoscroll legent font-size ([89f888b](https://github.com/jolibrain/platform_ui/commit/89f888b2da69c54a3c69d2bffdfd32e938114ad1))
27+
* upgrade rc-slider to 9.7.2 ([772d189](https://github.com/jolibrain/platform_ui/commit/772d1891bbd195795d86054056b2b55f745f1600))
28+
* use video filename in download filename ([abd33ef](https://github.com/jolibrain/platform_ui/commit/abd33ef61227177e6bf13d0c56062bb0ec85b72d))
29+
* when frame substitle maps to an array, show number of items in this array ([7e5dccb](https://github.com/jolibrain/platform_ui/commit/7e5dccbcdd55218e667a00aff39e07313c0cb0bd))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platform-ui",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "DeepDetect Platform UI",
66
"dependencies": {

0 commit comments

Comments
 (0)