I have made several modifications to this repo in my (new) fork, like
- fix
onCheck event handler (bhootd@1c5beaf)
- fix how
role attribute is created: as an attribute instead of as a property (bhootd@c8c238c)
- fix how boolean attributes are created (bhootd@33890ed)
- add
onLinkClick handler (which also handle preventDefault()) (bhootd@79c1c4f)
- add new attributes
Initially I thought of creating a branch and an associated pull request for each change. However, I need to use these changes immediately in my code. So I need all of those changes within a single branch.
Now I am committing everything to the main branch of my fork. Each commit still deals with only one thing. Each commit message also describes the why, if needed.
This way, we can merge these changes in this repo at leisure.
Let me know if and how you would like to handle this.
I have made several modifications to this repo in my (new) fork, like
onCheckevent handler (bhootd@1c5beaf)roleattribute is created: as an attribute instead of as a property (bhootd@c8c238c)onLinkClickhandler (which also handlepreventDefault()) (bhootd@79c1c4f)Initially I thought of creating a branch and an associated pull request for each change. However, I need to use these changes immediately in my code. So I need all of those changes within a single branch.
Now I am committing everything to the
mainbranch of my fork. Each commit still deals with only one thing. Each commit message also describes the why, if needed.This way, we can merge these changes in this repo at leisure.
Let me know if and how you would like to handle this.