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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release v0.4.0 bugs #27

Merged
merged 17 commits into from
Feb 21, 2022
Merged

fix: release v0.4.0 bugs #27

merged 17 commits into from
Feb 21, 2022

Conversation

bcakmakoglu
Copy link
Owner

No description provided.

* add missing generics on getters
* replace ? notation with undefined (does not mean the exact same, i.e.
`instance?: FlowInstance` will become `Ref<FlowInstance | undefined> | undefined`
using `instance: FlowInstance | undefined` results in `Ref<FlowInstance | undefined>`

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
* to avoid confusion and duplicates remove the useElementsState utilities
* move functionality to store actions

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
@bcakmakoglu bcakmakoglu self-assigned this Feb 7, 2022
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
@bcakmakoglu bcakmakoglu changed the title update(zoom): set store instance before emitting pane-ready event fix: release v0.4.0 bugs Feb 20, 2022
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
@bcakmakoglu bcakmakoglu added bug Something isn't working chore Regular tasks, i.e. updating deps etc. labels Feb 21, 2022
@bcakmakoglu bcakmakoglu added this to the Release 0.4.0 milestone Feb 21, 2022
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
@bcakmakoglu bcakmakoglu linked an issue Feb 21, 2022 that may be closed by this pull request
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Regular tasks, i.e. updating deps etc.
Projects
None yet
1 participant