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

[pull] main from preactjs:main #230

Open
wants to merge 890 commits into
base: main
Choose a base branch
from
Open

[pull] main from preactjs:main #230

wants to merge 890 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    037a23c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001d5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0d2fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93648b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13125e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89db29d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e877e11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14c7ef2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2093d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae8d7ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6eb5309 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4214 from fekete965/feature/add-mathml-definitions

    Feature/add mathml definitions
    marvinhagemeister authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    901e794 View commit details
    Browse the repository at this point in the history
  13. Release 10.19.3

    marvinhagemeister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9cd9fc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa53ecb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Improve types of hook source (#4229)

    * Improve hook src typings
    
    * Use `unknown` instead of `any` when we explicitly don't know the type
    
    Also improve typings of options used in hooks
    
    * Add return types to functions
    andrewiggins authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4f2a04f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef57c62 View commit details
    Browse the repository at this point in the history
  2. run commit callbacks within the render queue to ensure render->effect…

    …->render is collapsed to one flush
    developit committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    926b8c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eab018 View commit details
    Browse the repository at this point in the history
  4. size optimization

    developit committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b39e0bc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Add ComponentType to preact/compat

    Add the `ComponentType` type that represents a class or function component with optional props to mirror the same type in `@types/react`: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0818c3f7de545c6b6431e9745dd9910618bba918/types/react/index.d.ts#L43
    ianobermiller authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ed78832 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Export existing type instad

    Co-authored-by: Ryan Christian <[email protected]>
    ianobermiller and rschristian authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c6d1062 View commit details
    Browse the repository at this point in the history
  2. Update index.d.ts

    rschristian authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    be2ca05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f963509 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    bbe6757 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4242 from preactjs/missing-inherit

    TS: Add missing contenteditable "inherit" value
    marvinhagemeister authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    da9d488 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    e20029d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899e9d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    13b0afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f0d3e View commit details
    Browse the repository at this point in the history
  3. Update src/component.js

    Co-authored-by: Jovi De Croock <[email protected]>
    developit and JoviDeCroock authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5f6d63e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe0df55 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    b09f4c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge pull request #4234 from preactjs/multi-root-shared-commit

    WIP: batch commit callbacks from all components in the render queue
    developit authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f7ccb90 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. safari 12.3 fix (#4253)

    JoviDeCroock authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b3480e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    79be156 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    49433b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    a3f7c33 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. 10.19.4 (#4273)

    JoviDeCroock authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6992228 View commit details
    Browse the repository at this point in the history
  2. Setting translate through direct access does not work (#3800)

    * Setting translate through direct access does not work
    
    * add test
    
    * alternative fix
    JoviDeCroock authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    72cbd2d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    24e47b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4276 from novari/patch-1

    Add dpub aria 1.0 role JSX types
    rschristian authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    238d580 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    65310c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix: correctly restore _original (#4280)

    * correctly restore _original
    
    * Update test/browser/components.test.js
    JoviDeCroock authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f808dcb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix: address scenario where we would crash when replacing a matched v…

    …node with null (#4281)
    
    * add test for the issue, TODO convert to class components later
    
    * wip
    
    * correct assertion
    
    * avoid crasshing when replacing existing node
    
    * move test to core
    JoviDeCroock authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2f44635 View commit details
    Browse the repository at this point in the history
  2. 10.19.5 (#4282)

    JoviDeCroock authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a003d42 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    00b71c4 View commit details
    Browse the repository at this point in the history
  2. less agressive fix

    JoviDeCroock committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    94b0563 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    3e85030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72235da View commit details
    Browse the repository at this point in the history
  3. add fix

    JoviDeCroock committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fc95ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b1ae4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8c1ee6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    474d00e View commit details
    Browse the repository at this point in the history
  7. push fix

    JoviDeCroock committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8cc2d87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf7a22f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a600efa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7b8d16 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Match null placeholders using skewed index (#4290)

    If we've skewed our matching before hitting a null placeholder (e.g. we've inserted or removed an unmatched node) then let's pick up matching null placeholders from the skewedIndex.
    
    Note I don't think we need to adjust the skew when we find a null placeholder, we treat it as
    "matching" the current node.
    andrewiggins authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b558242 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4284 from preactjs/fix-and-add-test-for-4283

    fix: increment skew when we aren't removing the first pointer
    marvinhagemeister authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    53060fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ac10e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbbf3b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4291 from preactjs/fix-invalid-vnode-id

    fix: invalid vnode id for text nodes
    marvinhagemeister authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5b6a62e View commit details
    Browse the repository at this point in the history
  6. fix it

    JoviDeCroock committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    aca34a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92380e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0435d0c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4287 from preactjs/reconcile-test

    chore: add reconcile bug test
    marvinhagemeister authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ea75640 View commit details
    Browse the repository at this point in the history
  10. Release 10.19.6

    marvinhagemeister committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d06291b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c3160cc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    c5f0483 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    1584d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Revert "Merge pull request #4234 from preactjs/multi-root-shared-comm…

    …it" (#4297)
    
    This reverts commit f7ccb90, reversing
    changes made to e1f0d3e.
    JoviDeCroock authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    dc55841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a0801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfba5ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c12f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. try to fix benchmarks (#4304)

    * try to fix benchmarks
    
    * empty commit test
    
    * add overwrite
    
    * Revert "update some actions to remove node 20 warnings (#4298)"
    
    This reverts commit c5f0483.
    
    * Revert "add overwrite"
    
    This reverts commit cfce3d2.
    
    * Revert "try to fix benchmarks"
    
    This reverts commit cb13cd2.
    
    * test comment
    
    * remove comment forcing bench runs
    JoviDeCroock authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b2ff056 View commit details
    Browse the repository at this point in the history
  2. 10.19.7 (#4308)

    JoviDeCroock authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e174713 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    94bfe9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4302 from ziongh/main

    feat: added isMemo to compact to allow compatibility with react-is dependant libraries
    marvinhagemeister authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a784a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    342b50e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. 10.20.0 (#4313)

    * 10.19.8
    
    * 10.20.0
    JoviDeCroock authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b820d8b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    a59a78c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. 10.20.1 (#4319)

    JoviDeCroock authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bc7c551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d1b87 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    8759dad View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Some byte improvements (#4321)

    * save bytes during event registration
    
    * test performance improvement (does increase bytes)
    
    * optimize undefined setting
    
    * minor saving
    
    * undo perf to see byte impact
    JoviDeCroock authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d3d57db View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Integrate the new benchmarks repo and update (#4310)

    * Add benchmark git submodule
    
    * Add notes about using benchmarks repo to CONTRIBUTING
    
    * Update benchmarks commit
    
    * Attempt to fix up workflow files
    
    * Update benchmarks
    
    * Fix benchmark path in workflow
    
    * More fixes to workflow definitions
    
    * Update benchmarks commit
    
    * Workflow fixes
    
    * Fix log artifact name
    
    * Update PR benchmarks
    
    * Remove debugging steps from run-bench.yml
    
    * Update workflows
    
    * Trigger fake benchmark run
    
    * Update benchmarks
    
    * Fix bench names in pr-reporter
    
    * Update benchmarks
    
    * Update benchmarks with back-compat fix
    
    * Update benchmarks
    
    * Remove testing code
    andrewiggins authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    757746a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    45860dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4334 from preactjs/jsx-template

    fix(types): add template tag JSX type
    marvinhagemeister authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3a1b19a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix: check whether oldDom is present in the DOM (#4318)

    * leverage isConnected
    
    * expect ts error
    JoviDeCroock authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7fbf03f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. 10.20.2 (#4336)

    JoviDeCroock authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8c88f52 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat: optimise jsx runtime (#4337)

    * optimise jsx-runtime by only creating a new object when ref is passed
    
    * add test
    
    * shave
    
    * Update jsx-runtime/src/index.js
    
    Co-authored-by: Jason Miller <[email protected]>
    
    * fix
    
    ---------
    
    Co-authored-by: Jason Miller <[email protected]>
    JoviDeCroock and developit authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f3edc90 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. respect default value (#4341)

    * respect default value
    
    * Update src/diff/index.js
    
    * Update test/browser/render.test.js
    
    * comments
    
    * add test
    
    * add checked
    
    * feedback
    JoviDeCroock authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    962594b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix: Expose hooks through compat's ReactCurrentDispatcher (#4342)

    * fix: Re-export hooks through compat's `ReactCurrentDispatcher`
    
    * test: Add simple test for using hooks off of `ReactCurrentDispatcher`
    rschristian authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3123e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add zustand and redux-toolkit to the demo.

    Co-authored-by: Morteza Mirjavadi <[email protected]>
    rschristian and MortezaMirjavadi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ecd61b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3523 from MortezaMirjavadi/demo

    Add zustand and redux-toolkit to the demo.
    rschristian authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e2c8a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    accb4c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    cab57f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3228 from henryqdineen/hqd-compat-types

    compat internal types: import and re-export PreactElement
    rschristian authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f0c3e1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb064a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4345 from preactjs/types/compat-client

    feat: Add compat/client types
    rschristian authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c1addc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fc799d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4346 from preactjs/types/fix-hydrate-render-creat…

    …ePortal
    
    refactor: Support ComponentChild(ren) in compat render/hydrate/createPortal
    rschristian authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aa95aa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    784af46 View commit details
    Browse the repository at this point in the history
  2. refactor: Slight rename

    rschristian committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    61ce7a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ff12e View commit details
    Browse the repository at this point in the history
  4. fix: Appease ESLint

    rschristian committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2e2f5ab View commit details
    Browse the repository at this point in the history
  5. feat: debug throw on too many rerenders (#4349)

    * [Compat] Throw an error for too many repeated function component rerenders
    
    * refactor: Move limiter to debug
    
    * revert: Unrelated changes
    
    ---------
    
    Co-authored-by: Andre Wiggins <[email protected]>
    rschristian and andrewiggins authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    613cacc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    50c3f3e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge pull request #4350 from preactjs/fix/jsx-source-debug-warning

    fix: Incorrect "missing `transform-jsx-source`" warning
    rschristian authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dbc4d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb9106 View commit details
    Browse the repository at this point in the history
  3. 10.21.0 (#4360)

    JoviDeCroock authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a832512 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f413961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ded6e00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d899c8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fae2f58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90edbab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a62c05 View commit details
    Browse the repository at this point in the history
  10. chore: Appease linters

    rschristian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    58a043a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f3d7cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c4c61b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    19f7d5b View commit details
    Browse the repository at this point in the history
  2. ci: Bump compressed-size

    rschristian committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b506194 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4368 from preactjs/ci/bump-compressed-size

    ci: Bump compressed-size-action
    rschristian authored May 1, 2024
    Configuration menu
    Copy the full SHA
    f7e9bcb View commit details
    Browse the repository at this point in the history
  4. refactor: golf

    rschristian committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2d07ca8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    12b71cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4364 from preactjs/feat/mathml

    feat: Support MathML namespace
    rschristian authored May 2, 2024
    Configuration menu
    Copy the full SHA
    4ab4b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58cf15c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38e437 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4369 from preactjs/chore/test-types-and-warnings

    chore: test types and warnings
    rschristian authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d18ac9f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    1ea44c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185d0ef View commit details
    Browse the repository at this point in the history
  3. chore: Silence ESLint

    rschristian authored May 5, 2024
    Configuration menu
    Copy the full SHA
    41ce33b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #4372 from preactjs/rschristian-patch-1

    fix: Syntax in `compat/client` for IE11 support
    rschristian authored May 6, 2024
    Configuration menu
    Copy the full SHA
    414c870 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    cfc80bf View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    32a60db View commit details
    Browse the repository at this point in the history
  2. chore: Better formatting

    rschristian committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8a45c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a51c8e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4523933 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4375 from preactjs/debug/tr-warning

    debug: Disallow <tr> as a child of <table>
    rschristian authored May 9, 2024
    Configuration menu
    Copy the full SHA
    c29caa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06a2df1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4376 from preactjs/debug/button-anchor-nesting

    debug: Provide error for illegal nesting of <button> and <a>
    rschristian authored May 9, 2024
    Configuration menu
    Copy the full SHA
    bfdd189 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d12d306 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4377 from preactjs/ci/compressed-size

    ci: Skip running compressed-size builds twice
    rschristian authored May 9, 2024
    Configuration menu
    Copy the full SHA
    1b4e683 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. feat: Add popover types

    rschristian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    598765e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #4378 from preactjs/types/popover

    feat: Add popover types
    rschristian authored May 11, 2024
    Configuration menu
    Copy the full SHA
    6449692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cece8c3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. 10.22.0 (#4385)

    * 10.21.1
    
    * should be minor
    JoviDeCroock authored May 15, 2024
    Configuration menu
    Copy the full SHA
    494f084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60c5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1e7ffd View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    6796844 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    11cf676 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4390 from castrogarciajs/migrate-to-husky-v9

    chore: migrate husky v9
    rschristian authored May 20, 2024
    Configuration menu
    Copy the full SHA
    85bed33 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix(core): support popover boolean attribute (#4393)

    * support popover boolean attribute
    
    * Update render.test.js
    
    Co-authored-by: Ryan Christian <[email protected]>
    
    * Update props.js
    
    Co-authored-by: Ryan Christian <[email protected]>
    
    ---------
    
    Co-authored-by: Ryan Christian <[email protected]>
    JoviDeCroock and rschristian authored May 22, 2024
    Configuration menu
    Copy the full SHA
    b7c43d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a55752 View commit details
    Browse the repository at this point in the history
  3. Update server.js

    Co-authored-by: Ryan Christian <[email protected]>
    Austaras and rschristian authored May 22, 2024
    Configuration menu
    Copy the full SHA
    8315512 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4395 from Austaras/main

    chore(compat): Expose stream render from `preact-render-to-string`
    rschristian authored May 22, 2024
    Configuration menu
    Copy the full SHA
    77d941c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d228d2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    4ddd8fc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a263130 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    eb3fb62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4401 from preactjs/devtools-global-check

    devtools: prefer `globalThis` over `window` if available
    marvinhagemeister authored May 29, 2024
    Configuration menu
    Copy the full SHA
    d19017e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. compat: Improve React compatibility for Ref type.

    The commit improves React compatibility by re-exporting `Ref` from core instead of hooks.
    maxbrieiev committed May 31, 2024
    Configuration menu
    Copy the full SHA
    11c9534 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    92fd386 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Merge pull request #4403 from maxbrieiev/main

    compat: Improve React compatibility for `Ref` type.
    rschristian authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4c20c23 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. graciously handle array shuffling (#4413)

    * graciously handle array shuffling
    
    * Update test/browser/render.test.js
    
    * Update test/browser/render.test.js
    
    * easier to read
    JoviDeCroock authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    92e86e9 View commit details
    Browse the repository at this point in the history
  2. replace isConnected with parentDom.contains (#4421)

    * replace isConnected with parentDom.contains
    
    * add contains
    JoviDeCroock authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    eb37677 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix(hooks): memo being too lazy with repeated renders (#4426)

    * fix memo doing the wrong thing
    
    * remove _pendingValue
    JoviDeCroock authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    76f5d66 View commit details
    Browse the repository at this point in the history
  2. only check is connected for dom nodes (#4409)

    * only check is connected for dom nodes
    
    * optimize by not accessing the dom
    JoviDeCroock authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    16aeb9f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. 10.22.1 (#4428)

    JoviDeCroock authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7eef3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    532cc96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146de2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4100 from samsam-ahmadi/compat-add-html-attribute…

    …s-types
    
    type[compat]: add html attributes types #4099
    rschristian authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6cbb77e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    ef29b20 View commit details
    Browse the repository at this point in the history
  2. Dependency maintenance (#4431)

    * Bump actions related deps
    
    * Bump babel related deps
    
    * Bump various deps
    
    * Bump biome/oxlint
    
    * bump karma/esbuild
    
    * Bump npm-merge-driver-install
    
    * Bump mocha and sinon-chai
    
    * add test comment for bundle size
    JoviDeCroock authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    82ab555 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    3cf39b0 View commit details
    Browse the repository at this point in the history
  2. chore: Fix formatting

    rschristian authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    212b17a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4433 from hamza0867/main

    Add missing types ElementType and ComponentPropsWithoutRef
    rschristian authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    db0f4f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e53438 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bb245a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Merge pull request #4436 from preactjs/ref-cleanup

    feat: support ref cleanup functions
    marvinhagemeister authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    212b1f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b75edab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4440 from 3846masa-tmp/fix/export-render-to-pipea…

    …ble-stream
    
    fix: import renderToPipeableStream in server.mjs for re-exporting
    rschristian authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f7f9d9b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    a75b217 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    16c7fb7 View commit details
    Browse the repository at this point in the history
  2. fix(child-diffing): Should shift keyed fragmented lists (#4448)

    * Should shift keyed fragmented lists
    
    * cleanup old usage of oldDom
    JoviDeCroock authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f573891 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. 10.23.0 (#4450)

    JoviDeCroock authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2f1712a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    f0e4917 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. 10.23.1 (#4455)

    JoviDeCroock authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9351588 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fix: prepare for no-unused-vars

    Oxlint's [no-unused-vars](oxc-project/oxc#4445) PR will
    be merged soon. This PR updates `oxlint.json` to support some limitations of its
    implementation.
    
    - `@jsx` pragmas are not currently recognized as a usage, so `createElement` has
      been added to `varsIgnorePattern`
    - `Fragment` imports used via `<></>` syntax is not recognized as a usage, so
      `Fragment` has been added to `varsIgnorePattern`
    
    Note that there are still some unused variables and catch parameters that, when
    `no-unused-vars` gets merged, will cause lint CI to fail.
    DonIsaac committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3b26fc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request #4462 from DonIsaac/don/fix/no-unused-vars-prepara…

    …tion
    
    fix: prepare for no-unused-vars
    marvinhagemeister authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7dc5703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0f9e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee78d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb9bdd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4466 from kuronijin/main

    Added the AriaRole types export
    rschristian authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8d86fe1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. chore: oxlint v0.7.0 (#4469)

    * Fixed some `no-unused-vars` in tests
    * Removed confusing ignore directories in `.eslintignore`
    Boshen authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ab743a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add TypeScript support for Container.contains (#4471)

    * Adding contains method
    
    * Fix for typescript issue
    
    * Update preact.tsx
    
    * Update preact.tsx
    sjoerdmulder authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    91679e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    7b5b240 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. 10.23.2 (#4473)

    JoviDeCroock authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2c6df95 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    84f1083 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #4479 from preactjs/fix/any-component-type

    fix: `AnyComponent` type to support classes
    rschristian authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8e8dd92 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    2aa25df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6bd4d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    4e7e29b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    b976caa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    022dbb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Remove impossible branch (#4491)

    * Remove impossible branch
    
    * Bail a bit later
    
    * Leverage .some
    JoviDeCroock authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0943ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df67ca0 View commit details
    Browse the repository at this point in the history
  3. fix: props with children didn't allow for multiple children

    in some weird cases this led to wrong errors being displayed
    hesxenon authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ab2ff9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b33709 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. 10.24.0 (#4495)

    JoviDeCroock authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8d0ee49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac87fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4493 from hesxenon/patch-1

    fix: support multiple children in `PropsWithChildren` from compat
    rschristian authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    75fa1f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2647dae View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4497 from preactjs/fix/remove-spellCheck-type

    fix: Remove incorrect `spellCheck` type
    rschristian authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1807173 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore: oxlint v0.9.6 (#4503)

    Boshen authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    516b761 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    d69b22d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4505 from preactjs/fix/svg-types

    fix: Correct some missing & incorrect SVG types
    rschristian authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    24d06dc View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix debug crash (#4507)

    JoviDeCroock authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    abca0dc View commit details
    Browse the repository at this point in the history
  2. 10.24.1 (#4508)

    JoviDeCroock authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3fe5d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    9452a9b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Re-export types for events and event handlers

    Jose Torres committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    63aded7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4512 from jose-torres-marin/compat-reexport-event…

    …-types
    
    Re-export types for events and event handlers
    rschristian authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d898b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461a6ec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4511 from preactjs/ci/artifact-versions

    ci: Bump upload/download-artifact action versions
    rschristian authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5f8a884 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    3f4feae View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Merge pull request #4516 from preactjs/ci/update-download-artifact-co…

    …nfig
    
    ci: Switch to regexp for download-artifact action
    rschristian authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    01adebf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    8bb67a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4517 from preactjs/rschristian-patch-1

    ci: Fix download artifact regexp
    rschristian authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    703af77 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    f8b9860 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4519 from preactjs/ci/fix-tachometer-report-glob

    ci: Update Tachometer reporter glob to support subdirs
    rschristian authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9d3a4f5 View commit details
    Browse the repository at this point in the history
  3. ci: Merge upload actions to fix usage in v4 (#4515)

    * ci: Merge upload actions to avoid issues
    
    * ci: Ensure bench reports are uploaded w/ unique names
    
    * ci: Fix artifact names
    
    * ci: Access name for result correctly
    rschristian authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6a66daa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    58ea2b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. 10.24.2 (#4524)

    JoviDeCroock authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    87f7efa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    ad3bc3b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. ci: Unify workflows into singular pipeline (#4520)

    * ci: Remove duplicate build & test job in CI
    
    * ci: Wait for filter
    
    * ci: Missing `runs-on`
    
    * junk: REVERT ME - To trigger CI
    
    * ci: Fix action name & format
    
    * ci: Fix wrong job name
    
    * junk: REVERT ME - Fixes workflow test
    
    * ci: Further refactor into singular pipeline
    
    * ci: Better name for filter
    
    * ci: Fix workflow name
    
    * ci: Clean up
    rschristian authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b5bdcef View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    d54bd31 View commit details
    Browse the repository at this point in the history
  2. refactor: Warn on NaN in dep arrays instead of throwing (#4527)

    * refactor: Warn on NaN in dep arrays instead of throwing
    
    * ci: Fix reference to workflow
    rschristian authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    675bcad View commit details
    Browse the repository at this point in the history
  3. We should not always set to hydration (#4529)

    * We should not always set to hydration
    
    * Update compat/test/browser/suspense-hydration.test.js
    JoviDeCroock authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c9846f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162d71f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    8deab11 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 10.24.3 (#4532)

    JoviDeCroock authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    64e4a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6416e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix error message typo (#4534)

    Screenshot 2024-10-15 at 11.13.10 AM
    jubalm authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    efe9fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c11e2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4181cba View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Update props.js

    lilnasy authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5b99b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a89c8 View commit details
    Browse the repository at this point in the history
  3. add tests

    lilnasy authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4f39d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c267a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4538 from lilnasy/event-listener-object

    Support `{ handleEvent() {} }` object interface as a listener
    marvinhagemeister authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8447cf7 View commit details
    Browse the repository at this point in the history