Commit Graph

15 Commits

Author SHA1 Message Date
renovate[bot]
4d1e0638a1 chore(deps): update github/codeql-action digest to 7211b7c (#2037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-22 14:25:23 +02:00
renovate[bot]
15094c0e82 chore(deps): update github/codeql-action digest to 9e0d7b8 (#2020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-19 22:46:00 +02:00
renovate[bot]
5b03407eba chore(deps): update github/codeql-action digest to 68bde55 (#2001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-11 15:49:11 +02:00
renovate[bot]
256d32a3b4 chore(deps): update github/codeql-action digest to e46ed2c (#1986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-07 09:11:05 +02:00
renovate[bot]
7616fc28f6 chore(deps): update github/codeql-action digest to 95e58e9 (#1961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-17 14:36:53 +02:00
renovate[bot]
b72c4a76da chore(deps): pin dependencies (#1953) 2026-03-26 16:54:29 +01:00
Tobias Åström
dc9df4fd23 chore: target branch codeql-analysis.yml (#1923) 2026-03-07 09:31:04 +01:00
renovate[bot]
4ec37c185e chore(deps): update actions/checkout action to v6 (#1844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 16:19:40 +01:00
renovate[bot]
8e46464038 chore(deps): update github/codeql-action action to v4 (#1822)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 09:56:19 +02:00
renovate[bot]
ec396460b1 chore(deps): update actions/checkout action to v5 (#1791)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 13:39:53 +02:00
Tobias Åström
dc199402b1 chore: merge master into main (#1441)
* fix: bgColor with useColorExpression property (#1426)

* 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>

* chore(deps): update minor and patch (#1429)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency ws to v8.15.0 (#1430)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update minor and patch (#1431)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* 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

* chore(deps): update dependency lerna to v8 (#1416)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update minor and patch (#1433)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.9.1 (#1435)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: use 12px as default font size in theme (#1427)

* chore(deps): update github/codeql-action action to v3 (#1434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(listbox): make search focus border color blue (#1432)

* fix: search focus border color

* test: update tests and snapshots

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Christofer Splittorff <cbt@qlik.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johan Lahti <johanlahti@users.noreply.github.com>
Co-authored-by: Max Gefvert <max.gefvert@qlik.com>
2023-12-21 15:32:17 +01:00
renovate[bot]
dd33179383 chore(deps): update actions/checkout action to v4 (#1364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 11:10:39 +02:00
renovate[bot]
d1684edd64 chore(deps): update github/codeql-action action to v2 (#1366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:46:41 +02:00
Daniel Sjöstrand
5ce653060d Fix(Listbox) optimistic update when single select (#799)
* feat(Listbox): add histogram

* fix(Listbox): add options flag to enable histogram

* fix(Listbox): add test for fetching master item dimension

* fix(Listbox): histogram use value as default

* fix(Listbox): add jsdoc, generate types with scriptappy

* fix(Listbox): add selected color to histogram bar

* fix(Listbox): change padding on histogram to absolute

* fix(Listbox): disable histogram if fail to get fieldDef

* fix(Listbox): updated text colors

* fix: optimistically clear previous selected list items, when single select

* feat: add radio-button, used when qOneAndOnlyOne is true

* fix: remove comment

* fix: tests

* fix: undo generated changes to codeql

* fix: undo generated changes to codeql

* fix: set false for optional parameter

* fix: lint error

* fix: remove unnecessary optimization
2022-03-22 14:09:15 +01:00
Tobias Åström
fa2e3dd2de chore: create codeql setup (#793)
* chore: create codeql setup

* chore: set codeql target branch
2022-03-17 13:50:22 +01:00