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

feat(expressions): adds inputValue as scope item #859

Merged
merged 4 commits into from
Jun 11, 2023

Conversation

2xAA
Copy link
Member

@2xAA 2xAA commented May 22, 2023

the current control's value is now available on the scope variable inputValue in the expression editor, allowing for input feedback

fixes #857

the current control's value is now available on the scope variable `inputValue` in the expression editor, allowing for input feedback

fixes #857
@2xAA 2xAA requested a review from TimPietrusky May 22, 2023 22:52
@2xAA
Copy link
Member Author

2xAA commented May 25, 2023

The expression isn't being restored from the preset

@2xAA
Copy link
Member Author

2xAA commented Jun 10, 2023

The expression isn't being restored from the preset

Now fixed.

@2xAA 2xAA merged commit e5f7c7b into next Jun 11, 2023
@2xAA 2xAA deleted the feat/857/exposeInputValue branch June 11, 2023 06:51
github-actions bot pushed a commit that referenced this pull request Jun 11, 2023
# [3.28.0](3.27.0...3.28.0) (2023-06-11)

### Bug Fixes

* **background-window:** fixes macos window creation on dock icon click ([#850](#850)) ([a4d2d0b](a4d2d0b))
* **gallery:** use grab cursor for gallery items ([#844](#844)) ([23bd5c3](23bd5c3))
* move maximize function to keep main window hidden until ready ([#839](#839)) ([fbfff08](fbfff08))
* **output-window:** removes immediate setSize call ([#849](#849)) ([151feb0](151feb0))
* remove dialog ([#841](#841)) ([81996d1](81996d1))
* restores tween data correctly when focusing other inputs ([#837](#837)) ([aa4a3d5](aa4a3d5))
* **style:** use custom select and expand widths to 100% ([#845](#845)) ([4453dd8](4453dd8))
* use correct path variable ([#846](#846)) ([14460ab](14460ab))

### Features

* **cursor:** adds grab cursor to group and active module titles ([#842](#842)) ([888ed83](888ed83))
* **expressions:** adds `inputValue` as scope item ([#859](#859)) ([e5f7c7b](e5f7c7b)), closes [#857](#857)
* **group title:** adds additional mouse listener, focus and selection ([#843](#843)) ([4b54059](4b54059))
* **save/saveas:** adds save menu item and updates save as to remember path ([#858](#858)) ([2250fa2](2250fa2))
@github-actions
Copy link

🎉 This PR is included in version 3.28.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose current control's value to expressions
1 participant