Commit Graph

1907 Commits

Author SHA1 Message Date
Miralem Drek
2eb04787bf chore: add storybook (#156) 2019-11-01 15:46:21 +01:00
Miralem Drek
d2b715621a fix(cli-serve): increase snapshot payload limit to 10mb 2019-10-31 13:20:10 +01:00
Miralem Drek
0a1b5c60af feat(cli-build): support config (#155) 2019-10-31 12:53:52 +01:00
Christoffer Åström
f345866972 test: add ListBoxSearch tests (#154) 2019-10-30 18:29:44 +01:00
Miralem Drek
e2b7f02fbd chore(release): v0.1.0-alpha.25 2019-10-30 11:08:51 +01:00
Miralem Drek
df666c1dd8 fix: transpile theme 2019-10-30 10:59:47 +01:00
renovate[bot]
646fa880af chore(deps): update minor and patch (#149) 2019-10-30 09:58:18 +00:00
Christoffer Åström
7f0e98c5d3 chore: pin all deps (#153)
* chore: pin all deps

* chore: update `yarn.lock`
2019-10-30 08:59:56 +01:00
Miralem Drek
c7af363ea4 chore(release): v0.1.0-alpha.24 2019-10-29 18:10:27 +01:00
Miralem Drek
b28934cf66 test: update test 2019-10-29 18:04:28 +01:00
Miralem Drek
6721972d81 chore: update lockfile 2019-10-29 18:01:27 +01:00
Miralem Drek
d9cd398dd4 feat(nucleus): add class to cell element 2019-10-29 17:59:21 +01:00
Miralem Drek
d0fb29d0eb fix(nucleus): improve error message when type is not found 2019-10-29 17:58:49 +01:00
Miralem Drek
06756b0d94 feat(theme): add color contrast calculation (#152) 2019-10-29 17:53:40 +01:00
Christoffer Åström
deee87550e fix: keep modal state (#151)
We should only keep modal state in app selections when a selected field is removed by deselecting last value
2019-10-29 14:29:04 +01:00
Miralem Drek
f8d4286294 feat(cli-serve): enable statically served files (#148) 2019-10-24 15:11:15 +02:00
Christoffer Åström
398e281c94 feat: keep modal state in app selections (#147) 2019-10-24 13:03:58 +02:00
Miralem Drek
72a28a7cfc test(create): attempt to fix timing issue after selection (#146) 2019-10-23 12:04:57 +02:00
Miralem Drek
2686c30f04 chore(release): v0.1.0-alpha.23 2019-10-23 10:21:22 +02:00
Miralem Drek
ed4d9e5ba6 fix(cli-serve): include init-config in package 2019-10-23 10:20:51 +02:00
Miralem Drek
5b4fba93c1 chore(release): v0.1.0-alpha.22 2019-10-23 10:11:47 +02:00
Miralem Drek
32862bb1d4 feat(cli-serve): serve custom themes (#145) 2019-10-22 20:09:51 +02:00
Miralem Drek
40b10d4eff feat(nucleus): enable custom themes (#144) 2019-10-22 15:26:42 +02:00
Miralem Drek
acef2ad43c fix(cli-serve): apply theme in render route (#140) 2019-10-21 18:04:47 +02:00
renovate[bot]
8488eedde1 chore(deps): update minor and patch (#139) 2019-10-21 13:38:43 +00:00
Miralem Drek
ca8c56fa83 feat(cli-serve): use tabs to switch between create/edit (#138) 2019-10-18 11:51:32 +02:00
Miralem Drek
e2aa2eb658 feat(theme): add theme API (#137) 2019-10-18 09:46:10 +02:00
Miralem Drek
20bb7131ee chore(cli-serve): attempt to improve sourcemaps (#136) 2019-10-15 14:50:44 +02:00
Miralem Drek
8b04bc14e5 chore(release): v0.1.0-alpha.21 2019-10-14 13:35:23 +02:00
Miralem Drek
dc795452fd chore(cli-serve): preload regenerator-runtime (#135) 2019-10-14 13:10:27 +02:00
Miralem Drek
f196ed7e43 chore(nucleus): polyfill async await (#134) 2019-10-14 12:48:59 +02:00
renovate[bot]
3c94ade06d fix(deps): update minor and patch (#133) 2019-10-14 08:38:20 +02:00
Miralem Drek
7336f00069 fix(cli-serve): set default font in /dev 2019-10-11 15:35:18 +02:00
Miralem Drek
66f0809a33 fix(nucleus): always return a resolved value from snapshot 2019-10-11 15:34:13 +02:00
Thomas Devisscher
f1adcc7a43 refactor(website): footer (#132) 2019-10-10 17:22:24 +02:00
Miralem Drek
395c3fee03 feat(cli-serve): generate basic property panel (#131) 2019-10-10 11:28:44 +02:00
Miralem Drek
3672fd7b01 feat(cli-serve): enable expandable and editable cells (#130) 2019-10-09 10:45:31 +02:00
Miralem Drek
a47e7b4c9b feat(cli-serve): add snapshotting capability (#129) 2019-10-08 15:28:26 +02:00
Miralem Drek
3220de9e9b feat(nucleus): call onInitialRender if defined 2019-10-08 14:07:49 +02:00
Miralem Drek
e74d51be8c fix(nucleus): create new reference when necessary 2019-10-07 13:58:24 +02:00
renovate[bot]
9a9caccbfc chore(deps): update minor and patch (#125) 2019-10-07 13:52:35 +02:00
renovate[bot]
7e70bbd194 chore(deps): update qlikcore/engine docker tag to v12.477.0 (#126) 2019-10-07 13:52:07 +02:00
Miralem Drek
6e59a270ee feat(supernova): provide nucleus in env (#127) 2019-10-07 13:51:49 +02:00
Christoffer Åström
f442cd5826 feat: support elastic backend (#124)
* feat: support elastic backend

* refactor: cleanup code
2019-10-03 09:01:24 +02:00
Miralem Drek
a94e773d61 feat(supernova): expose enigma global 2019-10-02 14:50:27 +02:00
Miralem Drek
9faa0da6ae docs(supernova): annotate public api 2019-10-02 13:15:16 +02:00
Miralem Drek
acd38b3df1 docs: add initial spec (#123) 2019-09-30 16:38:15 +02:00
Christoffer Åström
750954eb3a fix: skip scrollToItem in selections mode (#122) 2019-09-30 12:43:02 +02:00
renovate[bot]
6566fc31c4 chore(deps): update minor and patch (#121) 2019-09-30 07:39:24 +02:00
Miralem Drek
1e0a20d5f3 chore(release): v0.1.0-alpha.20 2019-09-27 13:05:12 +02:00