Commit Graph

1907 Commits

Author SHA1 Message Date
Niek van Staveren
0e6b9830c0 feat: replace qlik/sdk with qlik/api (#1665)
* feat: replace sdk in mashup template

* chore: tweak template

* fix: imports

---------

Co-authored-by: caele <tsm@qlik.com>
2025-03-24 16:54:09 +01:00
Tobias Åström
ee7171e5ed feat: add destroy function to root api (#1691)
* feat: add destroy function to root api

* chore: don't modify ref

* chore: clean up a bit
2025-03-24 16:36:50 +01:00
Tobias Åström
15c83cdb55 fix: align theme none color to client (#1696)
* fix: align theme none color to client

* chore: update spec
2025-03-24 15:12:15 +01:00
Tobias Linsefors
254ac319d7 feat: cell spacing based on theme (#1690)
* feat: cell spacing based on theme

when feature flag (VNA-13_CELLPADDING_FROM_THEME) is on
set cell padding depending on if the sense theme is card or not.
and add footer divider for card themes

* feat: update sheet grid spacing

* feat: add njs-cell-body class
2025-03-24 10:42:31 +01:00
dependabot[bot]
b0e61c41cd chore(deps): bump axios from 1.7.7 to 1.8.4 (#1694)
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 08:46:18 +01:00
dependabot[bot]
47b5a01379 chore(deps): bump @babel/runtime in /examples/sn-hello-react (#1692)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.5 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 08:46:00 +01:00
dependabot[bot]
3ad8fdb457 chore(deps): bump @babel/helpers in /examples/sn-hello-react (#1693)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.21.5 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 08:45:48 +01:00
renovate[bot]
9d93799821 fix(deps): update minor and patch (#1695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 08:45:34 +01:00
renovate[bot]
ad56031f7c fix(deps): update minor and patch (#1686)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 13:36:17 +01:00
Tobias Linsefors
7f40e540fe fix: type error for properties in QAEDefinition (#1687) 2025-03-17 09:27:02 +01:00
Jingjing Xie
286be6bebf fix: footer width (#1689) 2025-03-12 16:24:00 +01:00
Jingjing Xie
1d255f2da8 fix: chart text background color (#1688) 2025-03-12 14:11:13 +01:00
Christian Veinfors
3663a46115 fix: pick up and apply font size in compact listbox (#1685) 2025-03-11 08:40:39 +01:00
dependabot[bot]
2f78eb2420 chore(deps): bump serialize-javascript from 6.0.1 to 6.0.2 (#1682)
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 18:12:04 +01:00
renovate[bot]
6dcc037ce7 fix(deps): update minor and patch (#1683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 18:11:43 +01:00
caele
5b977c88ec chore(release): v5.11.0 🚀 v5.11.0 2025-02-25 17:01:43 +01:00
caele
9ff924ae58 chore: spec 2025-02-25 17:00:18 +01:00
Tobias Åström
a5c8e41458 feat: add more correct onRender callback for sheets (#1681) 2025-02-25 16:52:48 +01:00
caele
8562f766dd chore(release): v5.10.1 🚀 v5.10.1 2025-02-25 08:57:50 +01:00
Tobias Åström
b716714033 fix: connection history for CM (#1680) 2025-02-24 17:20:35 +01:00
caele
3cc41c18fc chore(release): v5.10.0 🚀 v5.10.0 2025-02-24 08:59:24 +01:00
dependabot[bot]
cb005f378d chore(deps): bump serialize-javascript in /examples/sn-hello-react (#1678)
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 08:54:38 +01:00
renovate[bot]
5d99c6fc27 fix(deps): update minor and patch (#1677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 08:54:13 +01:00
Tobias Åström
3f87dfc2b7 fix: fetch and apply csrf to WS call (#1679)
* fix: fetch and apply csrf to WS call

* fix: update tests

* fix: update more tests

* fix: update more tests
2025-02-24 08:53:34 +01:00
renovate[bot]
a860ca6d55 fix(deps): update minor and patch (#1676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 13:16:48 +01:00
caele
12917fb7ad chore(release): v5.9.3 🚀 v5.9.3 2025-02-07 15:06:52 +01:00
Tobias Åström
be59c4cf75 fix: prefix from app list (#1675)
* fix: prefix from app list

* chore: add https option
2025-02-07 15:04:33 +01:00
renovate[bot]
cf1dbc41f7 fix(deps): update minor and patch (#1674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 09:26:22 +01:00
caele
d924b48c67 chore(release): v5.9.2 🚀 v5.9.2 2025-01-30 14:03:59 +01:00
Tobias Åström
8467978604 feat: add basic bundle analysis for dev builds (#1673) 2025-01-30 13:59:23 +01:00
Donya MashaallahPoor
08a4227596 feat: add direction as a property to listboxPopover (#1672) 2025-01-29 13:41:55 +01:00
renovate[bot]
b57e371ac1 chore(deps): update dependency eslint-config-prettier to v10 (#1668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-28 09:18:47 +01:00
renovate[bot]
410e29f4a9 fix(deps): update minor and patch (#1671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-28 09:13:41 +01:00
caele
5d3931a192 chore(release): v5.9.1 🚀 v5.9.1 2025-01-23 15:35:29 +01:00
Christofer Splittorff
9a17c9b749 fix: watch using rollup v4 (#1670) 2025-01-23 12:51:56 +01:00
Tobias Åström
95a13e92ba feat: update mocks (#1669) 2025-01-21 21:43:31 +01:00
renovate[bot]
9c6de77dcb fix(deps): update minor and patch (#1667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 21:43:18 +01:00
Tobias Åström
0f488c6452 fix: make sure more tests run (#1666)
* fix: make sure more tests run

* fix: make sure more tests run

* fix: make sure more tests run

* fix: make sure more tests run

* fix: make sure more tests run

* fix: make sure more tests run

* fix: make sure more tests run

* fix: make sure more tests run
2025-01-16 09:02:03 +01:00
renovate[bot]
3b21ff3f6d fix(deps): update dependency puppeteer to v24 (#1662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 14:52:37 +01:00
renovate[bot]
4ad60bbcc8 fix(deps): update minor and patch (#1661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 14:52:21 +01:00
dependabot[bot]
1b6035415d chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /examples/sn-hello-react (#1664)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.6...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 14:51:56 +01:00
caele
a55fb319fa chore(release): v5.9.0 🚀 v5.9.0 2025-01-13 14:34:54 +01:00
Tobias Åström
827b503966 chore: update parcel in template (#1663)
* chore: add trace

* chore: try update parcel
2025-01-13 14:18:02 +01:00
Max Gefvert
6a543b5783 refactor: remove flag PS_22149_THEME_SELECTION_COLORS (#1654) 2025-01-09 08:46:54 +01:00
renovate[bot]
417bb81d25 fix(deps): update dependency puppeteer to v23 (#1588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 14:19:09 +01:00
renovate[bot]
cb43faa739 fix(deps): update minor and patch (#1660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 09:43:27 +01:00
renovate[bot]
bd4c521dc5 chore(deps): update dependency lint-staged to ^15.3.0 (#1657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 16:56:12 +01:00
Tobias Åström
c5a3bceec6 chore: get rid of jimp (#1659)
* chore: change snapper to es6

* chore: jimp 1.6.0

* chore: change snapper back

* chore: ems import of jimp

* chore: ems import of jimp

* chore: get rid of jimp

* chore: add baseline
2024-12-30 16:43:54 +01:00
Tobias Åström
32d600e88b chore: convert rendering tests to es6 (#1658)
* chore: convert rendering tests to es6

* chore: fix cjs config usage

* chore: fix cjs config usage

* chore: fix verify translations

* chore: babel and jest es6

* chore: aw cjs

* chore: aw cjs

* chore: aw cjs

* chore: fix path
2024-12-30 14:40:28 +01:00
renovate[bot]
4cbeba7555 fix(deps): update dependency chokidar to v4 (#1608)
* fix(deps): update dependency chokidar to v4

* fix: tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-12-27 15:58:05 +01:00