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

React 18 compatibility #3424

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

React 18 compatibility #3424

wants to merge 64 commits into from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    f8a1025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a5f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdf06e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

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

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    876ec54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49331d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d6444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8a9abd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef16d5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98c1b31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd2c09f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    f479d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4177a19 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    699d101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf31036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af076b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90363ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3402558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3758959 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d49c23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f92e39c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f156155 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b567d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1162811 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33baf85 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    2882dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d733c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32095fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f88fab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f1eb4 View commit details
    Browse the repository at this point in the history
  6. build(Common) track latest

    lucatume committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d2b83e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a22903e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf3a140 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff76fa3 View commit details
    Browse the repository at this point in the history
  10. refactor(Blocks/Ticket) remove filtering of edit comp

    The intent behind the original filtering seemed to be to remove the
    tickets from the post/event when the Ticket item is removed. This is not
    what is currently happening, so this code seems to not fulfill its
    intent, and it's generating a fatal on the first click of the "Add a
    Ticket" button in the Tickets (plural) block.
    lucatume committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cfd67eb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    59017ef View commit details
    Browse the repository at this point in the history
  2. refactor(src/modules) remove required props

    While the properties were marked as required, the element will render
    and behave correctly when rendering in the context of a new post and a
    new tickets block with those properties undefined. This change
    normalizes the current state of things.
    lucatume committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    e134413 View commit details
    Browse the repository at this point in the history
  3. refactor(src/modules) remove required from prop

    another instance where the component will render and behave just fine in
    the context of a new post and a new Tickets block, this change
    normalized the current behaviour removing a warning from the console
    lucatume committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    96412d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b9fa28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2763a04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9600f05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec7ce89 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    d6f3734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43422ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de13398 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d99be2e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    abe7a3f View commit details
    Browse the repository at this point in the history
  2. doc(changelog) add entry

    lucatume committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    77b2519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d15cf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    442274b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    540797a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b894f6 View commit details
    Browse the repository at this point in the history
  7. build(.nvmrc) restore node v18.13.0

    The update is not required and not significant and would require
    updating `slic`.
    lucatume committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2c6ef66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da2fc5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cd7d37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7751ffe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10bc35c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a6d26d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a9dec3 View commit details
    Browse the repository at this point in the history