Commit Graph

1907 Commits

Author SHA1 Message Date
renovate[bot]
6b6f24cfad chore(deps): update minor and patch (#1438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-21 14:22:10 +00:00
Johan Lahti
1a0a83ff6e fix(listbox): make search focus border color blue (#1432)
* fix: search focus border color

* test: update tests and snapshots
2023-12-21 13:49:21 +01:00
renovate[bot]
f42916c3c4 chore(deps): update github/codeql-action action to v3 (#1434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-21 12:43:53 +01:00
Max Gefvert
475921dd11 fix: use 12px as default font size in theme (#1427) 2023-12-20 16:10:25 +01:00
renovate[bot]
02ba458c6c chore(deps): update dependency rollup to v4.9.1 (#1435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 10:32:27 +00:00
renovate[bot]
bb024e78af chore(deps): update minor and patch (#1433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-16 03:22:15 +00:00
renovate[bot]
dea53b5877 chore(deps): update dependency lerna to v8 (#1416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 21:02:13 +01:00
Johan Lahti
2d3b31858c fix(listbox): let color resolver pick up the index instead of hex (#1428)
* fix: enable picking up the index instead of hex

* fix: resolve color picker color in other cases too

* fix: apply backdrop filter

* fix: limit backdrop to when we have a bg image

* test: update bg image

* test: update unit test
2023-12-11 16:09:16 +01:00
renovate[bot]
f110b0d45d chore(deps): update minor and patch (#1431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 12:47:34 +00:00
renovate[bot]
c24da91117 fix(deps): update dependency ws to v8.15.0 (#1430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-09 21:49:16 +00:00
renovate[bot]
77d0fb6a7e chore(deps): update minor and patch (#1429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-09 03:41:41 +00:00
dependabot[bot]
d5ad877612 chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#1421)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 10:56:58 +01:00
Christofer Splittorff
40659b0924 fix: bgColor with useColorExpression property (#1426) 2023-12-05 10:39:13 +01:00
caele
47eca51525 chore(release): v5.0.0-alpha.0 🚀 v5.0.0-alpha.0 2023-12-04 14:06:17 +01:00
caele
66d26449c5 chore: allow release from main 2023-12-04 14:04:19 +01:00
caele
c826dbd0a4 chore: cleaning 2023-12-04 13:41:39 +01:00
caele
1db887703a chore: refactor useAppSelections to only use context 2023-12-04 13:41:39 +01:00
caele
a6f3693d54 chore: missing file 2023-12-04 13:41:39 +01:00
caele
dbe8e729d3 test: fixes 2023-12-04 13:41:39 +01:00
caele
dc7e586d71 chore: update tests 2023-12-04 13:41:39 +01:00
caele
492b7fed82 fix: use session based model and request storage 2023-12-04 13:41:39 +01:00
renovate[bot]
e62e52c405 chore(deps): update dependency lint-staged to ^15.2.0 (#1424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-03 22:14:31 +00:00
renovate[bot]
6804b16d59 chore(deps): update dependency eslint-config-prettier to v9.1.0 (#1423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 14:13:51 +00:00
renovate[bot]
5adec03ee8 chore(deps): update minor and patch (#1422)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 06:22:40 +00:00
Niek van Staveren
45dbf5b8fa chore(release): v4.9.0 🚀 v4.9.0 2023-12-01 09:48:16 +01:00
Niek van Staveren
d373005177 feat: toggleDataView (#1395)
* feat: toggleDataView

* fix: parameter name

* fix: dataviewtype on context

* fix: specs

* fix: allow for exportTableProperties

* test: add some unit tests

* test: add check for conversion input

* docs: add dataviewtype info

* fix: api spec comments

* fix: set model through imperative handle

* test: fix unit test

* fix: api comment

* fix: cleanup export table properties

* test: fix unit tests

* fix: cleanup of export table properties

* Update apis/conversion/src/__tests__/index.test.js

Co-authored-by: Max Gefvert <max.gefvert@qlik.com>

* fix: comments

* fix: from 4.9.0

* fix: try multiple dataviewtypes (#1418)

* fix: try multiple dataviewtypes

* fix: throw error when no data view type

* fix: comments

* fix: comments

---------

Co-authored-by: Max Gefvert <max.gefvert@qlik.com>
2023-11-30 15:33:34 +01:00
caele
9c53625d63 chore(release): v4.8.1 🚀 v4.8.1 2023-11-28 09:48:11 +01:00
Johan Lahti
999237c12b refactor(listbox): fill height for 1 row (#1414)
* refactor: fill height for 1 row

* refactor: rename constant to GRID_ITEM_PADDING

* test: add rendering test for narrow fill height

* test: snapshot one row no header

* test: update snapshot for linux
2023-11-27 14:23:56 +01:00
renovate[bot]
e86aa43327 chore(deps): update dependency rollup to v4.6.0 (#1417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-26 20:06:58 +00:00
renovate[bot]
4290061472 chore(deps): update dependency rollup to v4.5.2 (#1415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-25 04:42:30 +00:00
caele
29cc6d55fb chore(release): v4.8.0 🚀 v4.8.0 2023-11-23 14:35:01 +01:00
Tobias Åström
12de8693ae chore: fix sheet rendering without bounds (#1411)
* chore: support old sheets without bounds

* chore: add rendering test

* chore: sheet fixture fix

* chore: adjust columns

* chore: add baseline
2023-11-23 09:01:38 +01:00
Johan Lahti
b02efa9dbe fix(listbox): conform to previous background image properties naming (#1412)
* fix: conform to previous naming

* test: update property in rendering too
2023-11-23 08:29:57 +01:00
renovate[bot]
43f990b2f7 chore(deps): update minor and patch (#1409)
* chore(deps): update minor and patch

* chore: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2023-11-22 20:45:46 +01:00
renovate[bot]
c3dad00d2a chore(deps): update dependency globby to v14 (#1402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 16:35:40 +01:00
dependabot[bot]
34f90ca534 chore(deps): bump axios from 1.1.3 to 1.6.1 (#1403)
Bumps [axios](https://github.com/axios/axios) from 1.1.3 to 1.6.1.
- [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.1.3...v1.6.1)

---
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>
2023-11-22 11:50:27 +01:00
Christian Veinfors
25ef2d439e docs: remove internal fn from api spec (#1410)
* docs: remove internal fn from api spec

* docs: change from ignore to private tag
2023-11-22 11:49:39 +01:00
Johan Lahti
a60388e09c feat(listbox): expose and inject background image (#1407)
* feat: expose background image and inject it

* fix: new import path

* refactor: set color on other components and search
  test: rendering test for background image

* test: uploading snapshot for bg image

* refactor: use content color for search text

* fix: skip custom divider color for now

* test: unit tests for background style

* fix: prevent skewed palette color

* fix: border colors

* test: update snapshots

* refactor: handle bg and search color better

* test: update snapshot

* refactor: apply font styles too

* fix: cut off title

* fix: make place for italic font style in header

* test: update snapshots for padding right

* test: snapshot update

* refactor: improve font style fallbacks and fix
  centered headers

* test: snapshots centered headers and ignore files
  with certain paths

* test: update snapshot

* test: snapshot

* test: fix rendering test
2023-11-22 10:54:59 +01:00
caele
f0a582800e chore(release): v4.7.0 🚀 v4.7.0 2023-11-14 13:28:12 +01:00
Quan Ho
c694ed83e9 feat: add chart border and shadow (#1400)
Co-authored-by: Quan Ho <hva@Quans-MacBook-Pro.local>
2023-11-13 09:39:30 +01:00
renovate[bot]
b0997648c0 chore(deps): update minor and patch (#1406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-12 13:45:13 +00:00
renovate[bot]
fc53df5969 chore(deps): update dependency lint-staged to ^15.1.0 (#1405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 21:40:33 +00:00
renovate[bot]
6b14d40f34 chore(deps): update dependency rollup to v4.3.1 (#1404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 13:02:47 +00:00
renovate[bot]
e995ae1f56 chore(deps): update minor and patch (#1401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 03:59:49 +00:00
Johan Lahti
1da6981e36 refactor: do not contrast colors for checkboxes (#1399)
* refactor: do not contrast colors for checkboxes
  - add rendering test for component styled checkboxes
  - color search with separate content color

* test: upload snapshot

* test: rename snapshot

* test: add search to styles
2023-11-10 09:47:23 +01:00
caele
1b7d949796 chore(release): v4.6.2 🚀 v4.6.2 2023-11-07 09:40:13 +01:00
Johan Lahti
a23076bcc4 fix: use color module to contrast colors (#1396)
* refactor: only contrast color when using a component
  override and use colors names from standards

* refactor: use color module to handle diverse
  formats

* refactor: move color and make jsdoc private

* fix: import path

* test: clean up mui dependencies

* refactor: move color to nuclues utils

* refactor: tweak the thresholds to cover up for limited
  contrast func

* test: update
2023-11-06 16:44:09 +01:00
renovate[bot]
ccfd5a3903 chore(deps): update dependency caniuse-lite to v1.0.30001561 (#1398)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 10:28:46 +00:00
renovate[bot]
4c3b372955 chore(deps): update minor and patch (#1397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 03:25:10 +00:00
caele
f9f2d4adeb chore(release): v4.6.1 🚀 v4.6.1 2023-10-30 09:42:46 +01:00