Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cbbd78

Browse files
authored
Merge branch 'dev' into feat/helm-hpa-api-update
2 parents702d9ae +7153da0 commit9cbbd78

File tree

1,850 files changed

+1175622
-13301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,850 files changed

+1175622
-13301
lines changed

‎.gitignore‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ application-lowcoder.yml
1414
application-debug.yaml
1515
application-dev-localhost.yaml
1616
.vscode/settings.json
17-
.vscode/launch.json
17+
.vscode/launch.json
18+
server/api-service/lowcoder-server/src/main/resources/application-local-dev.yaml
19+
translations/locales/node_modules/

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ And we mean it... Day by day!
9090
##💻 Deployment Options
9191
[![Deploy to AWS using Stitch](https://img.shields.io/badge/deploy_with-Stitch-%23E369F7?logo=amazonaws&color=%23E369F7)](https://deploy.stitch.tech/lowcoder/lowcoder)
9292

93-
[![Deployin minutes on Elest.io](https://raw.githubusercontent.com/elestio-examples/element/main/deploy-on-elestio.png)](https://elest.io/open-source/lowcoder)
93+
[![Deployto Elestio](https://img.shields.io/badge/Deploy_to-Elestio-%23E369F7?color=orange)](https://elest.io/open-source/lowcoder)
9494

9595
You can access Lowcoder from[cloud-hosted version](https://app.lowcoder.cloud/) at any time, or use the following resources for self-host Lowcoder on different platforms:
9696
-[Docker](https://docs.lowcoder.cloud/lowcoder-documentation/setup-and-run/self-hosting)
@@ -110,4 +110,4 @@ Like ... [@Darkjamin](https://github.com/Darkjamin), [@spacegoats-io](https://g
110110

111111
##Intro Video
112112

113-
[![Watch the video](https://i.ytimg.com/vi/s4ltAqS0hzM/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGD0gSShyMA8=&rs=AOn4CLAlPOIFdtauythoBKNPXhi6XGwlDQ)](https://youtu.be/s4ltAqS0hzM?feature=shared)
113+
[![Watch the video](https://i.ytimg.com/vi/s4ltAqS0hzM/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGD0gSShyMA8=&rs=AOn4CLAlPOIFdtauythoBKNPXhi6XGwlDQ)](https://youtu.be/s4ltAqS0hzM?feature=shared)

‎client/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"lowcoder-root",
3-
"version":"2.3.1",
3+
"version":"2.4.5",
44
"type":"module",
55
"private":true,
66
"workspaces": [
@@ -80,7 +80,6 @@
8080
"chalk":"4",
8181
"flag-icons":"^7.2.1",
8282
"number-precision":"^1.6.0",
83-
"posthog-js":"^1.144.2",
8483
"react-countup":"^6.5.3",
8584
"react-player":"^2.11.0",
8685
"resize-observer-polyfill":"^1.5.1",

‎client/packages/lowcoder-cli/client.d.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ declare var PUBLIC_URL: string;
2929
declarevarREACT_APP_EDITION:string;
3030
declarevarREACT_APP_LANGUAGES:string;
3131
declarevarREACT_APP_COMMIT_ID:string;
32-
declarevarREACT_APP_API_HOST:string;
33-
declarevarLOWCODER_NODE_SERVICE_URL:string;
32+
declarevarREACT_APP_API_SERVICE_URL:string;
33+
declarevarREACT_APP_NODE_SERVICE_URL:string;
3434
declarevarREACT_APP_ENV:string;
3535
declarevarREACT_APP_BUILD_ID:string;
3636
declarevarREACT_APP_LOG_LEVEL:string;

‎client/packages/lowcoder-cli/config/vite.config.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export default defineConfig({
2727
extensions:[".mjs",".js",".ts",".jsx",".tsx",".json"],
2828
},
2929
build:{
30-
target:"es2015",
31-
cssTarget:"chrome63",
30+
target:"es2020",
31+
cssTarget:"chrome87",
3232
outDir:paths.appOutPath,
3333
emptyOutDir:true,
3434
lib:{

‎client/packages/lowcoder-cli/dev-utils/buildVars.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export const buildVars = [
1616
defaultValue:"00000",
1717
},
1818
{
19-
name:"REACT_APP_API_HOST",
19+
name:"REACT_APP_API_SERVICE_URL",
2020
defaultValue:"",
2121
},
2222
{
23-
name:"LOWCODER_NODE_SERVICE_URL",
23+
name:"REACT_APP_NODE_SERVICE_URL",
2424
defaultValue:"",
2525
},
2626
{

‎client/packages/lowcoder-comps/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"lowcoder-comps",
3-
"version":"2.4.11",
3+
"version":"2.4.14",
44
"type":"module",
55
"license":"MIT",
66
"dependencies": {

‎client/packages/lowcoder-comps/src/comps/basicChartComp/chartComp.tsx‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
chartColorPalette,
2727
getPromiseAfterDispatch,
2828
dropdownControl,
29-
useMergeCompStyles,
3029
}from"lowcoder-sdk";
3130
import{getEchartsLocale,trans}from"i18n/comps";
3231
import{ItemColorComp}from"comps/chartComp/chartConfigs/lineChartConfig";
@@ -74,8 +73,6 @@ BasicChartTmpComp = withViewFn(BasicChartTmpComp, (comp) => {
7473
log.error('theme chart error: ',error);
7574
}
7675

77-
useMergeCompStyles?.(childrenToProps(comp.children),comp.dispatch);
78-
7976
consttriggerClickEvent=async(dispatch:any,action:CompAction<JSONValue>)=>{
8077
awaitgetPromiseAfterDispatch(
8178
dispatch,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp