Skip to content

fix: LEAP-25: Eliminate memory leaks introduces by React 17 by upgrading to React 18 #4680

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

Draft
wants to merge 21 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cd4ed73
[submodules] Build static HumanSignal/label-studio-frontend
nick-skriabin Aug 23, 2023
73f1284
[submodules] Build static HumanSignal/label-studio-frontend
nick-skriabin Aug 23, 2023
b64ba0d
[submodules] Build static HumanSignal/label-studio-frontend
nick-skriabin Aug 23, 2023
06ef421
Merge branch 'origin/develop' into 'fb-leap-25/upgrade-react'
nick-skriabin Aug 23, 2023
967831a
[submodules] Build static HumanSignal/label-studio-frontend
nick-skriabin Aug 23, 2023
b319198
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Sep 26, 2023
1ea21d0
docs: LSF Update
Gondragos Sep 26, 2023
ccfa621
Merge branch 'origin/develop' into 'fb-leap-25/upgrade-react'
Gondragos Sep 26, 2023
4db65ce
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 9, 2023
749a276
Merge branch 'origin/develop' into 'fb-leap-25/upgrade-react'
Gondragos Oct 9, 2023
9fc5177
ci: Build frontend
robot-ci-heartex Oct 9, 2023
912818c
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 11, 2023
e008299
Merge branch 'origin/develop' into 'fb-leap-25/upgrade-react'
Gondragos Oct 11, 2023
92e91fb
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 11, 2023
c6b3cec
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 11, 2023
1570345
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 11, 2023
0a088ea
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 11, 2023
330e5eb
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 11, 2023
49532f1
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 12, 2023
293006c
[submodules] Build static HumanSignal/label-studio-frontend
Gondragos Oct 12, 2023
621e9fa
Merge branch 'origin/develop' into 'fb-leap-25/upgrade-react'
Gondragos Oct 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js

Large diffs are not rendered by default.

82 changes: 40 additions & 42 deletions label_studio/frontend/dist/lsf/js/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

/*! ./absMax */

/*! ./clamp */
Expand Down Expand Up @@ -233,6 +218,46 @@ and limitations under the License.
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* chroma.js - JavaScript library for color conversions
*
Expand Down Expand Up @@ -317,15 +342,6 @@ and limitations under the License.
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-is.production.min.js
*
Expand All @@ -334,21 +350,3 @@ and limitations under the License.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: LEAP-33: Fixes for labels by Taxonomy",
"commit": "05b67ad284a8ebe2ced9cde38e4bedd4c5d74ca9",
"branch": "master",
"date": "2023/10/12 10:55:01"
"message": "fix: LEAP-25: Eliminate memory leaks introduces by React 17 by upgrading to React 18",
"commit": "2b7557a4b018be54169db464c6b73122a61ce578",
"branch": "fb-leap-25/upgrade-react",
"date": "2023/10/12 15:00:17"
}