Commit Graph

1907 Commits

Author SHA1 Message Date
renovate[bot]
7a73a318c9 fix(deps): update minor and patch (#1740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-12 12:02:29 +02:00
Tobias Åström
fd619dcd3a fix: make layout timing match old setup (#1743) 2025-05-12 12:02:10 +02:00
Jingjing Xie
c4473a3498 feat: add rtl support (#1738) 2025-05-09 13:08:42 +02:00
caele
66e616f1e5 chore(release): v5.14.0 🚀 v5.14.0 2025-05-07 17:03:18 +02:00
Tobias Åström
8201429616 fix: incorrect height setting (#1737) 2025-05-07 17:01:58 +02:00
Tobias Åström
51fbdd1f7d feat: add theme to galaxy and getPropertyPanelDefinition to viz (#1736)
* feat: add theme to galaxy and getPropertyPanelDefinition to viz

* chore: fix spec

* chore: fix test

* fix: return correct def

* chore: lint
2025-05-07 15:28:11 +02:00
Tobias Linsefors
d5742dae8a feat: add support for disableThemeBorder option (#1735)
* feat: add support for disableThemeBorder option

* refactor: use object argument
2025-05-07 13:37:55 +02:00
Donya MashaallahPoor
445d6949e7 chore: add hypercube generic functions - part02 (#1715)
* chore: add hypercube generic functions - part02
2025-05-06 13:07:19 +02:00
Jingjing Xie
6b84132273 fix: add filters info in footnote (#1710) 2025-05-05 15:05:36 +02:00
caele
ec55ad9efa chore(release): v5.13.0 🚀 v5.13.0 2025-05-05 12:55:43 +02:00
caele
27c93812b8 chore: fix spec 2025-05-05 12:50:28 +02:00
Tobias Åström
d952e5a5bb fix: work with client mixins (#1733) 2025-05-05 12:42:23 +02:00
dependabot[bot]
64ce7406ba chore(deps): bump @babel/runtime from 7.18.3 to 7.26.10 (#1697)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.3 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-05-05 11:28:58 +02:00
dependabot[bot]
c00a07967b chore(deps-dev): bump react-router from 7.5.0 to 7.5.2 (#1724)
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.5.0 to 7.5.2.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.5.2/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 7.5.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 11:19:09 +02:00
dependabot[bot]
b5ca16071e chore(deps): bump http-proxy-middleware in /examples/sn-hello-react (#1726)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 11:17:39 +02:00
Tobias Åström
bdf73b6549 fix: allow for external focus management (#1730)
* fix: allow for external focus management

* chore: add resetFocus param

* chore: hide new apis behind context option

* chore: fix test check

* fix: unit test
2025-05-05 11:17:08 +02:00
Tobias Åström
f65c678c80 fix: check for no prefix and update help text (#1731) 2025-05-05 11:01:53 +02:00
renovate[bot]
a7617b5417 fix(deps): update minor and patch (#1732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-04 14:31:20 +02:00
Linh Nihlgård
63850fe28f feat: add viewDataToggled and toggleFocus (#1711)
* feat: add viewDataToggled and toggleFocus

* fix: add imperative handle focus

* fix: check blurCallback properly

* feat: add support data view

* feat: add setOnBlurHandler

* feat: update viz api to include ext

* fix: make sure viewdata returns correctly

* chore: add getRenderstate

* chore: clean out comment

Co-authored-by: Christian Veinfors <cvs@qlik.com>

* chore: shuffle support func into Cell

* chore: throw error in support when in view data

* chore: store support object for original chart

* feat: add viewDataToggled and toggleFocus

* fix: add imperative handle focus

* fix: check blurCallback properly

* feat: add support data view

* feat: add setOnBlurHandler

* feat: update viz api to include ext

* fix: make sure viewdata returns correctly

* chore: add getRenderstate

* chore: clean out comment

Co-authored-by: Christian Veinfors <cvs@qlik.com>

* chore: shuffle support func into Cell

* chore: throw error in support when in view data

* chore: store support object for original chart

* chore: fix test

* fix: rename to getExtensionDefinition

* fix: check if current is not undefined

* chore: store outer layout

---------

Co-authored-by: caele <tsm@qlik.com>
Co-authored-by: Christian Veinfors <cvs@qlik.com>
2025-04-28 21:22:58 +02:00
renovate[bot]
abe2a43ef2 fix(deps): update minor and patch (#1727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-28 16:47:31 +02:00
renovate[bot]
b1146c6639 fix(deps): update minor and patch (#1722)
* fix(deps): update minor and patch

* chore: lower threshold

* chore: try new locator

* chore: try new locator

* chore: try new locator

* chore: try new locator

* chore: try new locator

* chore: try new locator

* chore: try new locator

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2025-04-25 11:12:54 +02:00
Axel Nilsson
5f08509d3b fix: add whitespace normal property (#1723) 2025-04-24 12:51:50 +02:00
renovate[bot]
aba0dd50bc chore(deps): update cimg/node docker tag to v23 (#1720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-23 22:11:11 +02:00
Donya MashaallahPoor
7603c9b0fd refactor: add hypercube generic functions - part01 (#1716)
* chore: add hypercube generic functions - part01
2025-04-22 10:17:40 +02:00
renovate[bot]
799c2b75a7 fix(deps): update minor and patch (#1719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-14 15:12:24 +02:00
renovate[bot]
4bc33495b2 fix(deps): update dependency express to v5 (#1714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 10:50:44 +02:00
caele
f269cc4dc9 chore(release): v5.12.6 🚀 v5.12.6 2025-04-08 11:58:07 +02:00
renovate[bot]
d07f484e27 fix(deps): update dependency body-parser to v2 (#1707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-08 11:51:52 +02:00
renovate[bot]
a9a1c83fc6 fix(deps): update minor and patch (#1713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-08 11:51:25 +02:00
Tobias Åström
f22b3af41c fix: instead add emitter in Cell (#1718)
* fix: instead add emitter in Cell

* chore: better state handling

Co-authored-by: Tobias Linsefors <T-Wizard@users.noreply.github.com>

* chore: createEmitter properly

---------

Co-authored-by: Tobias Linsefors <T-Wizard@users.noreply.github.com>
2025-04-08 11:50:57 +02:00
Tobias Åström
d2be3f7baa revert: react-virtualized-auto-sizer and ignore version updates (#1717) 2025-04-08 11:01:20 +02:00
caele
fa616aa088 chore(release): v5.12.5 🚀 v5.12.5 2025-04-07 10:32:30 +02:00
Tobias Åström
9e8f7cf483 chore: add emitter to sheet Cell (#1712) 2025-04-07 10:27:47 +02:00
Christian Veinfors
56214c5b54 fix: pick up and apply font-size in dense listboxes (#1709) 2025-04-01 09:32:36 +02:00
caele
45758938b4 chore(release): v5.12.4 🚀 v5.12.4 2025-03-31 16:01:11 +02:00
renovate[bot]
b5649d014f fix(deps): update minor and patch (#1706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 15:58:29 +02:00
Jingjing Xie
df928c25b5 fix: detach selection toolbar from title (#1708) 2025-03-31 13:59:34 +02:00
Tobias Åström
fbe90c224d fix: sheet destroy (#1705)
* fix: sheet destroy

* chore: unmount properly

* chore: check against fast cleanup

* chore: remove debug code
2025-03-31 11:42:54 +02:00
Tobias Linsefors
170d61fc1a fix: map visualization to theme object type (#1704) 2025-03-31 11:14:44 +02:00
Tobias Linsefors
6b731b0f8b fix: missing title. in theme path for color (#1703) 2025-03-31 11:14:19 +02:00
caele
d946c9775e chore(release): v5.12.3 🚀 v5.12.3 2025-03-28 09:16:25 +01:00
Tobias Åström
bcc118ad45 fix: remove ext from generator (#1702) 2025-03-28 09:14:37 +01:00
caele
7dec8f7cb0 chore(release): v5.12.2 🚀 v5.12.2 2025-03-27 16:36:50 +01:00
Tobias Åström
8ebd2a9d14 fix: guard against bad theme (#1701) 2025-03-27 16:33:02 +01:00
Tobias Åström
a5afe01aa9 feat: expose ext on generator (#1700) 2025-03-27 15:38:52 +01:00
Jingjing Xie
521828efe1 chore: offboard hide dim mea flags (#1699) 2025-03-26 16:26:58 +01:00
caele
3619620236 chore(release): v5.12.1 🚀 v5.12.1 2025-03-25 13:17:37 +01:00
Tobias Åström
47fd983195 Revert "fix: pick up and apply font size in compact listbox (#1685)" (#1698)
This reverts commit 3663a46115.
2025-03-25 13:16:08 +01:00
caele
e3e6eb02c8 chore(release): v5.12.0 🚀 v5.12.0 2025-03-24 16:56:03 +01:00
renovate[bot]
d8bde5706f chore(deps): update dependency babel-loader to v10 (#1684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 16:54:37 +01:00