This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Releases: mixer/cdk
Releases · mixer/cdk
v1.0.1
- [
200ddda
] feat: add button for reloading linked projects (#122) - [
c50296d
] feat: add an action to open the current webpack config (#120) - [
7062cac
] feat: remember window size and position between sessions (#121) - [
fa32666
] feat: allow unlinking projects without relinking them, make the unlink dialog clearer (#118) - [
e6ed3c1
] feat: show a nice error and remove "Recent Projects" which have been moved (#109) - [
e81697e
] feat: install node_modules if missing when opening a project (#112) - [
a88aba9
] feat: allow resizing videos using the full range of css dimensions, not just pixels (#112) - [
20376b9
] feat: prompt the user to rename their project if a conflict is detected during upload (#99) - [
ac8dc9e
] feat: add the ability to download compilation logs after uploading them (#117) - [
44fe669
] feat: allow linking bundles to shared projects (#128) - [
4fc129a
] feat: add Inspect Element right-click action for easier debugging - [
4c3365b
] fix: webpack process getting orphaned when switching configs (#115) - [
04020f9
] fix: default to.cdk
as the project directory (#101) - [
c58e25e
] fix: add cancellation actions on various dialogs (#119) - [
75e74b5
] fix: request user consent before uploading bug report data - [
3d21e36
] fix: force the NODE_ENV to production during installation to ensure necessary dependencies are installed - [
81fc227
] fix: various sizing issues with the video area - [
3170da5
] chore: load help/documentation links from a central location (#90) - [
93dd6ab
] chore: automate CDK releases