Skip to content

Commit

Permalink
docs(changeset): Removed filmstrip
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Sep 6, 2024
1 parent 827baab commit b3b91e5
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 102 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-falcons-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@uidu/renderer': minor
---

Removed filmstrip
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@
"@types/zxcvbn": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@uidu/field-base": "4.11.7",
"@uidu/field-time": "2.8.7",
"@uidu/form": "3.3.1",
"@uidu/field-base": "4.11.8",
"@uidu/field-time": "2.8.8",
"@uidu/form": "3.3.2",
"@uidu/profilecard": "^0.12.0",
"@uifabric/file-type-icons": "^7.10.11",
"@uppy/aws-s3": "^3.6.2",
Expand Down
1 change: 0 additions & 1 deletion packages/editor/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@uidu/editor-common": "^2.18.7",
"@uidu/editor-json-transformer": "^1.9.4",
"@uidu/media-card": "^0.17.6",
"@uidu/media-filmstrip": "^0.13.5",
"@uidu/mentions": "^0.14.5",
"@uidu/status": "^0.13.5",
"@uidu/task-decision": "^0.11.4",
Expand Down
3 changes: 1 addition & 2 deletions packages/editor/renderer/src/react/nodes/mediaGroup.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MediaFilmstrip from '@uidu/media-filmstrip';
import * as React from 'react';
import { PureComponent } from 'react';

Expand All @@ -9,6 +8,6 @@ export default class MediaGroup extends PureComponent<any> {
}

renderStrip() {
return <MediaFilmstrip files={[]}></MediaFilmstrip>;
return null;
}
}
Loading

0 comments on commit b3b91e5

Please sign in to comment.