Commit Graph

1907 Commits

Author SHA1 Message Date
Miralem Drek
2a8ae633d3 ci: simplify cache hash (#120) 2019-09-27 12:53:05 +02:00
Christian Veinfors
efb3fb83aa refactor: attach model when calling onChange (#119) 2019-09-27 12:38:43 +02:00
Miralem Drek
c11799a2a7 fix(cli-serve): handle overflows 2019-09-27 10:45:03 +02:00
Miralem Drek
3b34cef264 feat(cli-serve): replace darkmode switch with icon 2019-09-27 10:25:39 +02:00
Miralem Drek
8ffb47640e feat(cli-serve): add shortcut to render route 2019-09-27 10:11:47 +02:00
Miralem Drek
e9ff7ef7a8 fix(cli-serve): apply permissions in render route 2019-09-27 10:10:19 +02:00
Miralem Drek
459b102957 fix(cli-serve): register type 2019-09-27 09:00:42 +02:00
renovate[bot]
fbce3f7904 chore(deps): update dependency cross-env to v6 (#116) 2019-09-26 22:04:16 +02:00
renovate[bot]
4977d3d3bd fix(deps): update minor and patch (#115) 2019-09-26 21:23:52 +02:00
Miralem Drek
bfefbae244 feat(cli-serve): render existing objects (#118) 2019-09-26 18:20:32 +02:00
Miralem Drek
f9e286d332 fix(nucleus): wait for curr selections (#117) 2019-09-26 17:33:15 +02:00
Miralem Drek
aad5603e05 feat(cli-serve): specify type alias 2019-09-26 16:38:46 +02:00
Miralem Drek
d28c4eca3b fix(nucleus): track cell portals 2019-09-26 16:37:50 +02:00
Christoffer Åström
07b2544e78 feat: add direction to api (#114) 2019-09-18 18:15:56 +02:00
Christoffer Åström
21a22b0011 feat: add toggle rtl (#113) 2019-09-18 13:39:30 +02:00
Christoffer Åström
f494f69ffa fix: listbox def (#112) 2019-09-18 10:25:24 +02:00
Christoffer Åström
82c6005a26 feat: add listbox search (#110)
* feat: add listbox search

* fix: use correct highlight color

Co-Authored-By: Miralem Drek <mek@qlik.com>

* fix: ensure same item height on search

* fix: linting

* fix: use theme spacing

* fix: ensure ellipsis on long text
2019-09-18 10:13:20 +02:00
Christoffer Åström
81b056855d fix: ensure button state in selection toolbar (#111) 2019-09-17 14:47:09 +02:00
renovate[bot]
45ea25d722 chore(deps): update minor and patch (#108) 2019-09-16 10:03:15 +02:00
Christoffer Åström
f44b8eac8a feat: listbox selections (#103) 2019-09-13 17:56:51 +02:00
Miralem Drek
7047e49660 chore(release): 0.1.0-alpha.19 2019-09-12 17:08:59 +02:00
Christoffer Åström
aeaf1a3b8c refactor: remove jsx for icons (#107) 2019-09-12 13:09:22 +02:00
Christoffer Åström
77701667fe feat: add icons (#106)
Export jsx as default and definition as named
2019-09-12 11:12:56 +02:00
Christoffer Åström
e76d6739f9 build: use alias for local nebula.js dev (#105) 2019-09-12 09:00:15 +02:00
Miralem Drek
444fbf9013 fix: cleanup interceptor (#104) 2019-09-11 21:59:16 +02:00
Miralem Drek
69902d6371 feat: add property change observer (#102) 2019-09-11 08:29:28 +02:00
renovate[bot]
5344881f2a fix(deps): update minor and patch (#100) 2019-09-09 22:00:55 +02:00
Thomas Devisscher
e49d31290b feat: add output directory arg to sense command (#101) 2019-09-09 12:46:30 +02:00
renovate[bot]
364ae641fb chore(deps): update minor and patch (#99) 2019-09-02 08:21:11 +02:00
Christoffer Åström
bce067aec9 feat: use object selections in popover (#98) 2019-08-30 13:35:35 +02:00
Christoffer Åström
0e28cad1cf refactor(nucleus): selection toolbar (#97)
* refactor(nucleus): selection toolbar

Make the selection toolbar more generic and not tightly coupled to a supernova

* test: update selection toolbar tests
2019-08-28 17:07:54 +02:00
Christoffer Åström
3ca17870f0 fix: ensure gracefully docker start and stop (#96)
Remove unnecessary `execa` dependency
Add `ACCEPT_EULA` in `serve` command with `-a` alias
2019-08-28 13:03:50 +02:00
Christoffer Åström
4dabc24d5d refactor: remove unused argument (#93) 2019-08-27 12:56:52 +02:00
Christoffer Åström
a57abf1ead refactor: internal packages structure (#94)
* refactor: internal packages structure

* refactor: internal packages structure
2019-08-27 09:57:04 +02:00
renovate[bot]
45eae91837 chore(deps): update minor and patch (#90) 2019-08-26 09:18:22 +02:00
renovate[bot]
d44f364435 fix(deps): update dependency yargs to v14 (#92) 2019-08-26 08:31:59 +02:00
renovate[bot]
e1e506937e fix(deps): update dependency inquirer to v7 (#91) 2019-08-26 08:31:22 +02:00
renovate[bot]
103e6aacd3 chore(deps): update minor and patch (#86)
* chore(deps): update minor and patch
2019-08-22 16:50:48 +02:00
Christoffer Åström
46c7131b95 build: ignore node_modules (#89)
The `yarn start` included node_modules which yielded high cpu usage so lets ignore it
2019-08-22 15:24:55 +02:00
Miralem Drek
a9b4a9ee18 chore: enable prettier (#88) 2019-08-20 17:02:21 +02:00
Miralem Drek
61c03a97f1 chore: add start script 2019-08-19 12:31:50 +02:00
Miralem Drek
a7f8bbaab3 chore: update dependency eslint-config-airbnb to v18 2019-08-19 10:48:24 +02:00
renovate[bot]
dbd4aec13d chore(deps): update qlikcore/engine docker tag to v12.429.0 (#87) 2019-08-19 10:03:50 +02:00
Miralem Drek
53022573b6 chore(release): 0.1.0-alpha.18 2019-08-19 09:52:07 +02:00
Miralem Drek
a13a09f213 fix: transpile supernova (#85) 2019-08-16 16:23:14 +02:00
renovate[bot]
06fede9896 chore(deps): update minor and patch (#82) 2019-08-12 09:00:16 +02:00
renovate[bot]
7d05c2bb5c chore(deps): update qlikcore/engine docker tag to v12.424.0 (#83) 2019-08-12 09:00:08 +02:00
renovate[bot]
3be4cffe9b chore(deps): update minor and patch (#81) 2019-08-06 10:35:55 +02:00
renovate[bot]
a44e982d7d chore(deps): update minor and patch (#80) 2019-07-23 10:01:02 +02:00
renovate[bot]
db3889e6f5 chore(deps): update minor and patch (#78) 2019-07-20 13:59:39 +02:00