Skip to content
Permalink

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: evolaw/react-lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jsdotlua/react-lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 195 files changed
  • 5 contributors

Commits on Sep 22, 2024

  1. Fix package.json main scripts (jsdotlua#36)

    * Fix package.json main scripts
    
    * update lock file
    jeparlefrancais authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e6de2cd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge upstream (jsdotlua#37)

    * #nojira - Upgrade promise dependencies (#396)
    
    * Upgrade promise dependencies
    
    * Update rotriever.toml
    
    Widen range without explicitly upgrading
    
    * Update rotriever.toml
    
    Bump version
    
    * Update README.md
    
    * Switch away from PAT, get rbx-aged-cli from foreman instead of node (#397)
    
    * APPFDN-2786 useRef `current` should be non-nilable (#398)
    
    * Non-nil
    
    * Fix types
    
    * Fix deviation comment for useBinding
    
    * UIBLOX-803: Fix props type-check for memo and forwardRef (#399)
    
    Splits abstract component into two types that can be more specific and allow for type-checking to be complete for props. (Errors when types don't match, errors for missing required props)
    
    * Optimize tag application (#401)
    
    * CLI-113006 - Makes unmount() synchronous (#403)
    
    * Makes unmount() synchronous
    
    * Typo
    
    * u
    
    * Use ResetPropertyToDefault for nil prop setting (#404)
    
    * Improve MicroProfiler attribution for React work (#405)
    
    * wrapPerformWorkWithCoroutine
    
    * error handling
    
    * Make it more clear
    
    * Fix
    
    * fix benchmarks
    
    * try to remove
    
    * maybe
    
    * go crazy
    
    * no more
    
    * shrugs
    
    * empty
    
    * 17.0.7
    
    * ROBLOX deviation
    
    * performWork can yield
    
    * speculative fix
    
    * Another try
    
    * Add comments
    
    * clarify
    
    * Expose ReactRoblox.flushSync (#406)
    
    * Expose ReactRoblox.flushSync
    
    * Update rotriever.toml
    
    * Export type Object (#407)
    
    * Export type Object
    
    * bump version
    
    * UISYS-3573 Expose more details from React scheduled to Microprofiler to properly represent scheduler work in Microprofiler (#408)
    
    ---------
    
    Co-authored-by: RoFlection Bot <[email protected]>
    jackTabsCode and RoFlection Bot authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3d36b23 View commit details
    Browse the repository at this point in the history
  2. Fix build

    grilme99 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    892fd61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d4214 View commit details
    Browse the repository at this point in the history
  4. release: bump react version

    grilme99 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    208b3e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Dec 4, 2024

  1. release: 17.2.1

    grilme99 committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2e652e7 View commit details
    Browse the repository at this point in the history
  2. Fix dev-dependencies and test files requires (jsdotlua#41)

    * Fix dev-dependencies and test files requires
    
    React was setup before Jest, so tests were never executed when I
    initially ported the project to npm and wally. React could not even
    depend on the jest packages.
    
    This PR is a first step towards making the test suite run: it corrects
    a lot of the requires in test files and also define each dev-dependency.
    
    This PR also enables the `@jsdotlua/react-noop-renderer` and
    `@jsdotlua/jest-react` to now be published!
    
    * fix format to skip snapshots
    jeparlefrancais authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    df4b407 View commit details
    Browse the repository at this point in the history
Loading