Commit Graph

2763 Commits

Author SHA1 Message Date
rijkvanzanten
7f34fa51eb v9.0.0-rc.82 2021-06-30 10:14:55 -04:00
Rijk van Zanten
1b113ed0a7 Fix auto-fill of directus_files in relational setup (#6555)
Fixes #6487
2021-06-30 10:14:55 -04:00
rijkvanzanten
b04379ed78 Merge branch 'aggregation' into insights 2021-06-28 19:20:51 -04:00
Rijk van Zanten
0a20b90691 Add support for field grouping (#6553)
* Update icon font, add group type to field setup

* Add group type, start on group-raw interface

* Add style for group

* Finish nested groups

* Finish field group setup

* Add type check

* Work on group raw group

* Various

* Fix support for nested groups

* Add group-divider interface

* Remove unused file

* Fix linter warning
2021-06-28 19:17:55 -04:00
Rijk van Zanten
b6bee11c69 New Crowdin updates (#6515)
* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-06-28 14:05:20 -04:00
Nicola Krumschmidt
ed1127f3b1 Fix extension loading when PUBLIC_URL is absolute without origin (#6534)
* Fix extension loading when PUBLIC_URL is absolute without origin

* Minify extension bundler output

* Make extension loading in dev more robust

* Rename ensureExtensionsDirs to ensureExtensionDirs
2021-06-28 11:20:30 -04:00
renovate[bot]
514b301fb0 update dependency @vitejs/plugin-vue to v1.2.4 (#6520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-28 11:04:49 -04:00
Nicola Krumschmidt
8823434046 Fix translations interface options crashing the App (#6530) 2021-06-28 11:04:11 -04:00
Ben Haynes
978a435bf9 time series style updates 2021-06-27 00:22:28 -04:00
Ben Haynes
f2704433c5 new time series min width 2021-06-27 00:22:11 -04:00
Ben Haynes
00e49e9467 new metric min width 2021-06-27 00:22:01 -04:00
Ben Haynes
193cb1ea7b less blocking whitespace 2021-06-27 00:21:24 -04:00
rijkvanzanten
a469bb728f v9.0.0-rc.81 2021-06-26 22:09:40 -04:00
rijkvanzanten
76d471a602 Fix calendar not loading locale in prod 2021-06-26 21:52:46 -04:00
renovate[bot]
21d4c0fa4a update dependency prettier to v2.3.2 (#6509)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-26 12:15:26 -04:00
renovate[bot]
dc94addd71 update dependency marked to v2.1.3 (#6507)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-25 18:34:56 -04:00
Rijk van Zanten
3f9b588079 New Crowdin updates (#6496)
* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-06-25 10:10:18 -04:00
rijkvanzanten
da80cf6321 Fix min 0 in time-series 2021-06-24 19:02:24 -04:00
rijkvanzanten
2868be55af Fix abbreviate decimal places 2021-06-24 19:00:38 -04:00
rijkvanzanten
740faf143a Have metric render 0 2021-06-24 18:58:47 -04:00
rijkvanzanten
013b6a9702 Undo sync test 2021-06-24 18:50:33 -04:00
rijkvanzanten
c13a31665e Use synced charts 2021-06-24 18:40:10 -04:00
rijkvanzanten
d92ea9e61a Show create button on empty dashboards in nav 2021-06-24 18:16:55 -04:00
rijkvanzanten
b1f13a0a1a Don't fire navguard on subroute 2021-06-24 18:11:39 -04:00
rijkvanzanten
6dd839feb0 Add navigation guard 2021-06-24 18:08:31 -04:00
rijkvanzanten
8c7360de28 Show color placeholder, fix edit modal 2021-06-24 18:01:36 -04:00
renovate[bot]
06925af991 update dependency mitt to v3 (#6473)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-24 13:10:42 -04:00
Rijk van Zanten
74ad2b2b7a Update vue to 3.1.2 (#6482)
* Update vue to 3.1.2

* call me amazon 📦

* commits so fast, prime same day
2021-06-24 13:09:30 -04:00
Rijk van Zanten
85c2c3420c New Crowdin updates (#6474)
* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-06-24 12:09:06 -04:00
rijkvanzanten
f9fba64154 Fix panel registration 2021-06-23 19:22:49 -04:00
rijkvanzanten
fc7356b4a7 Use default false for abbreviate 2021-06-23 19:15:34 -04:00
rijkvanzanten
17df63a51b Use 0 for decimal default 2021-06-23 19:15:05 -04:00
rijkvanzanten
1e1a5dd056 Tweaks 2021-06-23 18:57:46 -04:00
rijkvanzanten
d102669398 Add white to color preset defaults 2021-06-23 18:33:32 -04:00
rijkvanzanten
55834d292d Merge branch 'aggregation' into insights 2021-06-23 18:16:28 -04:00
Nicola Krumschmidt
d544214c79 Fix extension loading on initial startup (#6471) 2021-06-23 18:16:13 -04:00
rijkvanzanten
592141bd9b Merge branch 'aggregation' into insights 2021-06-23 18:13:22 -04:00
Nicola Krumschmidt
051df415df Fix extensions (#6377)
* Add support for npm extensions

* Allow extensions to import vue from the main app

* Bundle app extensions on server startup

* Fix return type of useLayoutState

* Add shared package

* Add extension-sdk package

* Add type declaration files to allow deep import of shared package

* Add extension loading to shared

* Refactor extension loading to use shared package

* Remove app bundle newline replacement

* Fix extension loading in development

* Rename extension entrypoints

* Update extension build instructions

* Remove vite auto-replacement workaround

* Update package-lock.json

* Remove newline from generated extension entrypoint

* Update package-lock.json

* Build shared package as cjs and esm

* Move useLayoutState composable to shared

* Reverse vite base env check

* Share useLayoutState composable through extension-sdk

* Update layout docs

* Update package versions

* Small cleanup

* Fix layout docs

* Fix imports

* Add nickrum to codeowners

* Fix typo

* Add 'em to vite config too

* Fix email

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-23 12:43:06 -04:00
renovate[bot]
1644c6397c update dependency @types/codemirror to v5.60.1 (#6468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-23 12:22:41 -04:00
Rijk van Zanten
b323ad8a53 New Crowdin updates (#6458)
* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Finnish)
2021-06-23 10:33:46 -04:00
Nicola Krumschmidt
a35c405409 Set calendar layout locale based on app locale (#6466) 2021-06-23 10:31:23 -04:00
renovate[bot]
bb86de93f0 update dependency tinymce to v5.8.2 (#6459)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-23 10:00:37 -04:00
Nicola Krumschmidt
bf7faf2899 Remove html tags from i18n strings (#6463)
This also removes an unnecessary html interpolation.
2021-06-23 09:56:27 -04:00
rijkvanzanten
465c10d4c7 v9.0.0-rc.80 2021-06-22 22:00:55 -04:00
rijkvanzanten
6886720ee5 Revert "update vue monorepo to v3.1.2"
This reverts commit 2dc5b79c22.
2021-06-22 21:46:00 -04:00
rijkvanzanten
5e0328fea0 v9.0.0-rc.79 2021-06-22 21:08:49 -04:00
Rijk van Zanten
b77285f3c3 Fixed issue that would prevent source code editing from staging values in wysiwyg (#6455)
Fixes #6306
2021-06-22 19:56:46 -04:00
Rijk van Zanten
7c562ec000 Fixed color option of the notice presentation interface (#6454)
Fixes #6353
2021-06-22 19:52:08 -04:00
Rijk van Zanten
7122b5d3b9 Fixed issue that would throw error in console when creating a new item in a collection w/ translations (#6453)
Fixes #6370
2021-06-22 19:48:45 -04:00
Johann Rekowski
bd5ca64db3 Fix spacings and icons on presentation link buttons (#6361)
* Fixed spacings between presentation-link buttons

* Fixed cut off icons on persentation-link buttons

* Use flex gap instead of margin

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-22 19:45:06 -04:00