Skip to content

Dev > Main - 2.1.2 hot fixes #438

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

Merged
merged 21 commits into from
Oct 24, 2023
Merged
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
1d3375a
API Key Management Support (#430)
aq-ikhwa-tech Oct 22, 2023
763c30e
Fixed UI schema link
Nangelov7 Oct 23, 2023
a862305
Fixed tooltip content to break on full words
Nangelov7 Oct 23, 2023
12970d0
fix: echarts json rerendering on data change
raheeliftikhar5 Oct 10, 2023
db250dd
feat: github action to publish lowcoder-comps
raheeliftikhar5 Oct 10, 2023
720bc64
fix: publish-comps action fix
raheeliftikhar5 Oct 10, 2023
3034390
fix: publish-comps action fix
raheeliftikhar5 Oct 10, 2023
24eab6e
fix: unit tests fix
raheeliftikhar5 Oct 11, 2023
4daa462
fix: publish lowcoder-comps fix
raheeliftikhar5 Oct 11, 2023
5e853ef
fix: publish lowcoder-comps fix
raheeliftikhar5 Oct 11, 2023
001343b
fix: publish lowcoder-comps fix
raheeliftikhar5 Oct 11, 2023
6ce3ec4
fix: api key issue + exposing map instance
raheeliftikhar5 Oct 24, 2023
a9122be
Merge branch 'dev' into echarts-json-rerender-fix
FalkWolsky Oct 24, 2023
70cbaf0
Merge pull request #436 from raheeliftikhar5/echarts-json-rerender-fix
FalkWolsky Oct 24, 2023
54fb391
Merge branch 'dev' into fix-ui-schema-link
FalkWolsky Oct 24, 2023
0ba573c
Merge pull request #434 from Nangelov7/fix-ui-schema-link
FalkWolsky Oct 24, 2023
f3548bc
Merge branch 'dev' into fix-tooltip-word-break
FalkWolsky Oct 24, 2023
332a044
Merge pull request #435 from Nangelov7/fix-tooltip-word-break
FalkWolsky Oct 24, 2023
40f5561
fix: update comps version for publish
raheeliftikhar5 Oct 24, 2023
8c16636
Merge branch 'dev' into comps-version-upgrade
FalkWolsky Oct 24, 2023
1c82bb9
Merge pull request #437 from raheeliftikhar5/comps-version-upgrade
FalkWolsky Oct 24, 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
1 change: 1 addition & 0 deletions client/packages/lowcoder-comps/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import config from "../../config/test/jest.config.js";

export default {
...config,
setupFiles: [...config.setupFiles, 'jest-canvas-mock'],
};
3 changes: 2 additions & 1 deletion client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-comps",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -69,6 +69,7 @@
},
"devDependencies": {
"jest": "29.3.0",
"jest-canvas-mock": "^2.5.2",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^3.6.0"
}
Expand Down
15 changes: 15 additions & 0 deletions client/packages/lowcoder-comps/package/icons/icon-chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading