- Notifications
You must be signed in to change notification settings - Fork254
Dev -> Main for 2.6.1 Release#1498
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
51 commits Select commitHold shift + click to select a range
338a8fa
Added query variables on Query Dialogue, added parameters on Run a Da…
Imiss-U1025afa744b
fixed indexedDB queries + handle drop database queries
raheeliftikhar5a88d70f
Add category and description to ApplicationCommonEvent
dragonpoo507b869
Add from-folder to application related event
dragonpooa1880a2
Add environmentId always to details
dragonpoo8190bea
Merge pull request #1461 from lowcoder-org/environment
FalkWolsky2c73080
Added Variables to every queries of Data Queries in your App of left …
Imiss-U10256f9ae41
Added console to query.
Imiss-U1025cdb1ee1
#1445: API: Create user and add to org
dragonpoo3543827
#1445: API: Update user profile info
dragonpoo4c9c247
#1445: API: Delete/Update user profile photo
dragonpoo8564f79
overwrite variables before executeQuery
Imiss-U1025845f9c1
key to label on event handler popup
Imiss-U10256b1be52
#1453: Remove client secret from /home api
dragonpoo5e1cf9e
use overwritten variable in query request
Imiss-U102563faec2
show query variables in event handlers popup
raheeliftikhar5e43aba8
Fix label and remove del button
Imiss-U102568d7c83
Merge pull request #1470 from lowcoder-org/feature-dataQuery
FalkWolskyc38fb82
Merge pull request #1468 from lowcoder-org/fix/client_secret
FalkWolsky7260aa7
Merge pull request #1464 from lowcoder-org/user_manangement_api
FalkWolsky4dc007d
limit datasource name to 16ch
Imiss-U10252b0ff80
Merge pull request #1471 from lowcoder-org/datasourcename
FalkWolskye72b15d
Change query name width at bottom panel
Imiss-U10257b9568b
Fix issues when application settings has null values for category, de…
dragonpooae595bc
Merge pull request #1475 from lowcoder-org/fix/null_settings_value
FalkWolsky7c7ea52
Add indicator to all headers in event popup
Imiss-U1025cc29011
Fixing Link for Documentation in translation files
b44d37a
Merge pull request #1476 from lowcoder-org/event_header_indicator
FalkWolskya59f015
Merge pull request #1473 from lowcoder-org/fix/query_name_width
FalkWolsky8fcb346
Updating SDK version
afac639
Taking out Query Comp from testing - to build current DEV images
8071763
Taking out more frontent tests from testing - to build current DEV im…
84e1903
Adapting KeyValueListControl for better imports
38e96be
Updating Translations
bcdc3ab
Updating translation for Page Load Trigger
c35b94c
Updating translation for Input Change & Page Load Trigger
cb1c3a1
Modifications on SDK build to splitup chunks
7836970
further Modifications on SDK build to splitup chunks
f6dc050
data option for candleStickChart
Imiss-U102577b63e8
Add missing data fields and default values
Imiss-U10251730e6d
Delete old artefacts
29de1f6
Merge pull request #1493 from lowcoder-org/echart_data_option
FalkWolskyb9f94ad
Fixed cors issues by adding custom CorsOptions
dragonpoo7ee5a7b
fix importing errors in tests
raheeliftikhar5343f688
Merge pull request #1496 from lowcoder-org/fix/cors
FalkWolskyb1c8799
fixed query variables loses focus while typing
raheeliftikhar5f23e901
fixed onQueryExec trigger to run dep queries on success only
raheeliftikhar56828af9
#1322: Added API: /email/bind
dragonpoo2655e5c
#1322: Expose email in currentUser endpoint.
dragonpoo3c08837
Updating Lowcoder Comps
6a3d7d3
Updating Lowcoder Versions for small release
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionclient/VERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.6.1 |
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lowcoder-comps", | ||
"version": "2.6.2", | ||
"type": "module", | ||
"license": "MIT", | ||
"dependencies": { | ||
5 changes: 4 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/basicChartComp/chartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/candleStickChartComp/candleStickChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions...t/packages/lowcoder-comps/src/comps/candleStickChartComp/candleStickChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/candleStickChartComp/candleStickChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/funnelChartComp/funnelChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/graphChartComp/graphChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/graphChartComp/graphChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletionsclient/packages/lowcoder-comps/src/comps/graphChartComp/graphChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/heatmapChartComp/heatmapChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletionsclient/packages/lowcoder-comps/src/comps/heatmapChartComp/heatmapChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/radarChartComp/radarChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/radarChartComp/radarChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/radarChartComp/radarChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/sankeyChartComp/sankeyChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsclient/packages/lowcoder-comps/src/comps/sankeyChartComp/sankeyChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/sankeyChartComp/sankeyChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/sunburstChartComp/sunburstChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsclient/packages/lowcoder-comps/src/comps/sunburstChartComp/sunburstChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionsclient/packages/lowcoder-comps/src/comps/sunburstChartComp/sunburstChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/themeriverChartComp/themeriverChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsclient/packages/lowcoder-comps/src/comps/themeriverChartComp/themeriverChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionsclient/packages/lowcoder-comps/src/comps/themeriverChartComp/themeriverChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/treeChartComp/treeChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionclient/packages/lowcoder-comps/src/comps/treemapChartComp/treemapChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletionsclient/packages/lowcoder-comps/src/i18n/comps/locales/en.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.