Commit Graph

2758 Commits

Author SHA1 Message Date
Mads Rasmussen
df8e28a926 Merge branch 'main' into feature/property-editor-config-v4 2023-01-16 12:14:33 +01:00
Mads Rasmussen
3f2e459a63 Merge branch 'main' into feature/extension-slot-render-method 2023-01-16 12:03:49 +01:00
Mads Rasmussen
ff75be06a6 Merge branch 'main' into feature/property-editor-config-v4 2023-01-16 12:00:16 +01:00
Mads Rasmussen
860f00a79d add member picker, user picker, and member group picker 2023-01-16 11:58:04 +01:00
Jacob Overgaard
fc53d869db adjust dependabot to a sensible schedule 2023-01-16 10:52:52 +01:00
Mads Rasmussen
4461df40ef use UmbLitElement in property editor uis 2023-01-16 10:51:07 +01:00
Niels Lyngsø
a63bb186d7 Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/eslint-plugin-import-2.27.4 2023-01-13 20:10:43 +01:00
dependabot[bot]
fd0a543f9c Bump eslint-plugin-import from 2.26.0 to 2.27.4
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.4.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 19:07:32 +00:00
Niels Lyngsø
8ca9810041 Merge pull request #414 from umbraco/dependabot/npm_and_yarn/lit-2.6.1 2023-01-13 20:07:07 +01:00
Niels Lyngsø
3e2de23429 Merge pull request #413 from umbraco/dependabot/npm_and_yarn/lit-html-2.6.1 2023-01-13 20:06:47 +01:00
dependabot[bot]
2dffb3e89a Bump lit from 2.6.0 to 2.6.1
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@2.6.1/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 18:12:04 +00:00
dependabot[bot]
20c8cb8c62 Bump lit-html from 2.6.0 to 2.6.1
Bumps [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit-html@2.6.1/packages/lit-html)

---
updated-dependencies:
- dependency-name: lit-html
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 18:10:50 +00:00
dependabot[bot]
9fce33003e Bump eslint-plugin-lit from 1.8.0 to 1.8.2
Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.8.0 to 1.8.2.
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases)
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.0...v1.8.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-lit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 18:09:16 +00:00
Mads Rasmussen
6759d6a7ef use UmbLitElement in plop template 2023-01-13 16:52:46 +01:00
Mads Rasmussen
4c0144453c add integer and decimal 2023-01-13 15:09:36 +01:00
Mads Rasmussen
f474a7b1e0 add tags 2023-01-13 12:51:52 +01:00
Mads Rasmussen
bcd01f2132 add label 2023-01-13 12:36:37 +01:00
Niels Lyngsø
07dcf2425a change imports and correct tests 2023-01-13 08:58:47 +01:00
Mads Rasmussen
0eaddac167 Merge branch 'main' into feature/extension-slot-render-method 2023-01-12 16:35:29 +01:00
Mads Rasmussen
6c07cccaa9 move icon picker manifest 2023-01-12 15:34:10 +01:00
Mads Rasmussen
aa1ce0f233 add tiny-mce 2023-01-12 15:30:42 +01:00
Mads Rasmussen
acef25f9b8 clean up 2023-01-12 15:05:25 +01:00
Mads Rasmussen
112cdb3fac combine tree picker folders 2023-01-12 14:56:23 +01:00
Mads Rasmussen
656cc5cf23 combine folders 2023-01-12 14:26:13 +01:00
Mads Rasmussen
c41bdb549c combine block grid files in same folder 2023-01-12 14:09:54 +01:00
Mads Rasmussen
1a5e4cfc93 add collection view 2023-01-12 14:05:26 +01:00
Warren Buckley
1f4b880e71 Updated HTML for settings dashboard to use a grid of uui-box's to be more visually appealing 2023-01-12 12:25:37 +00:00
Niels Lyngsø
25add8c8ef more test 2023-01-12 13:01:34 +01:00
Niels Lyngsø
d35ff7e7e1 expose type 2023-01-12 13:01:27 +01:00
Niels Lyngsø
e4df6333a4 remove services and add src/ 2023-01-12 12:50:37 +01:00
Niels Lyngsø
1be9336282 remove services import as they should not be used 2023-01-12 12:47:03 +01:00
Niels Lyngsø
c0e44646e5 make extension slot element display contents 2023-01-12 12:45:57 +01:00
Mads Rasmussen
bef37be9d8 Merge branch 'main' into feature/extension-slot-render-method 2023-01-12 11:25:24 +01:00
Niels Lyngsø
967b661b52 Merge branch 'main' into feature/extension-slot-render-method 2023-01-12 10:41:46 +01:00
Niels Lyngsø
10d0eeb441 Merge branch 'main' into nathanwoulfe-patch-2 2023-01-12 10:41:23 +01:00
Niels Lyngsø
ab426ff6f7 Merge pull request #405 from umbraco/feature/identify-controller-via-unique 2023-01-12 10:40:54 +01:00
Niels Lyngsø
f6d4b15a9f test 2023-01-12 10:22:51 +01:00
Niels Lyngsø
da6a21ba67 make UmbLitElement non abstract 2023-01-12 10:22:47 +01:00
Niels Lyngsø
4307846783 remove debugger 2023-01-12 10:22:34 +01:00
Niels Lyngsø
887efc7e76 add and use unique to replace controllers if one of the same type comes along. 2023-01-12 09:57:26 +01:00
Jacob Overgaard
6cfabfba93 Merge branch 'main' into feature/eslint-update 2023-01-12 09:26:50 +01:00
Niels Lyngsø
248d4b0a0e Merge branch 'main' into feature/extension-slot-render-method 2023-01-12 09:25:30 +01:00
Niels Lyngsø
a90e6aecaf Merge branch 'main' into nathanwoulfe-patch-2 2023-01-12 09:23:59 +01:00
Jacob Overgaard
2dd34ab180 Merge pull request #391 from umbraco/feature/tryExecute-for-stores
Feature/tryExecute-for-stores
2023-01-12 09:23:33 +01:00
Jacob Overgaard
efeb2302b3 Merge remote-tracking branch 'origin/main' into feature/eslint-update 2023-01-12 09:22:41 +01:00
Niels Lyngsø
6558e93619 Merge pull request #392 from umbraco/feature/clean-up-data-types 2023-01-12 09:20:18 +01:00
Niels Lyngsø
7950d72754 Merge branch 'main' into nathanwoulfe-patch-2 2023-01-12 09:14:31 +01:00
Niels Lyngsø
82ca73c2bd Merge pull request #399 from umbraco/dependabot/npm_and_yarn/eslint-plugin-lit-1.8.0 2023-01-12 09:14:08 +01:00
Niels Lyngsø
b8bbd2a817 Merge branch 'main' into nathanwoulfe-patch-2 2023-01-12 09:04:41 +01:00
Niels Lyngsø
c62a4d858e Merge pull request #402 from umbraco/nathanwoulfe-patch-1 2023-01-12 09:04:23 +01:00