-
-
Notifications
You must be signed in to change notification settings - Fork 926
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: MithrilJS/mithril.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: MithrilJS/mithril.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 16 files changed
- 3 contributors
Commits on Jan 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 801bfa7 - Browse repository at this point
Copy the full SHA 801bfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b2da1 - Browse repository at this point
Copy the full SHA 55b2da1View commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a20bfd6 - Browse repository at this point
Copy the full SHA a20bfd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbac80d - Browse repository at this point
Copy the full SHA cbac80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e65fd - Browse repository at this point
Copy the full SHA b3e65fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fc394 - Browse repository at this point
Copy the full SHA f5fc394View commit details
Commits on Feb 8, 2025
-
Improve handling of is-elements and Fix tiny bugs of setAttr()/update…
…Style() (#2988) * setAttr/removeAttr: remove `key === "is"`, fixes #2799 This allows the "is" attribute to be set or removed like any other attribute. * swap set and removal order of attributes/style properties * bypass css text This is a leftover from #2811. * Vnode: add vnode.is to handle is-element This seems to give better performance than simply adding a `(old.attrs && old.attrs.is) == (vnode.attrs && vnode.attrs.is)` evaluation to updateNode(). * refactor isEmpty() * move `old.is === vnode.is` evaluation to the top of updateNode() It seems better to evaluate `old.is === vnode.is` before process that assumes node update. * revert isEmpty() back * hasPropertyKey: evaluate `vnode.is` instead of `vnode.attrs.is` * execSelector: use `attrs.is != null` instead of `hasOwn.call(attrs, "is")` * Vnode: initialize `is` with undefined * add manual test * Update hyperscript.js Signed-off-by: Claudia Meadows <contact@claudiameadows.dev> --------- Signed-off-by: Claudia Meadows <contact@claudiameadows.dev> Co-authored-by: Claudia Meadows <contact@claudiameadows.dev>
Configuration menu - View commit details
-
Copy full SHA for 2f56c8e - Browse repository at this point
Copy the full SHA 2f56c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8abde - Browse repository at this point
Copy the full SHA 8b8abdeView commit details
There are no files selected for viewing