-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release 1.14.0 #250
Merged
Merged
Release 1.14.0 #250
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feat: Adding the ability to deregister event listeners
Signed-off-by: Suresh Kumar Gangumalla <sureshkumar.gangumalla@invecas.com>
When complete object is assiged to state variable with equal operator then effects associated with in template on assining object properties are not triggering. Here Object.assign is working as expected but users feels this is odd to do instead of assignment operator Moved the object.assign operation to reactive proxy set trap so that it will invoke set traps of indiviual key Signed-off-by: Suresh Kumar Gangumalla <sureshkumar.gangumalla@invecas.com>
Input index singature Type is a function which returns void | undefined and all other custom properties Types should align with the index signature Type (including function return types as well). Here, the custom property intercept Type is a function that return value like KeyboardEvent, any, which are not part of index signature function return type so adding unknown as additional return type Signed-off-by: Suresh Kumar Gangumalla <sureshkumar.gangumalla@invecas.com>
Object.assing is only required for pure objects as arrays direct assignment is triggering effects without an issue Signed-off-by: Suresh Kumar Gangumalla <sureshkumar.gangumalla@invecas.com>
Feature/router query params
…ator-effects Fixes effects issues with direct obj assingment
…n-end-callback Remove transition end callbacks on destroy
Adding unknown for Index signature return type
Dynamically set the width and height of a component
Feature/intercept key handler
wouterlucas
approved these changes
Jan 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this.$unlisten()
)w
andh
attributesthis.$size()
method to set the dimensions of a Componentintercept
input method to handle key presses before they reach the currently focused Component