Commit Graph

2702 Commits

Author SHA1 Message Date
Niels Lyngsø
6558e93619 Merge pull request #392 from umbraco/feature/clean-up-data-types 2023-01-12 09:20:18 +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ø
c62a4d858e Merge pull request #402 from umbraco/nathanwoulfe-patch-1 2023-01-12 09:04:23 +01:00
Niels Lyngsø
0ab711aa55 Merge pull request #396 from umbraco/dependabot/npm_and_yarn/umbraco-ui/uui-1.1.0 2023-01-12 09:01:22 +01:00
Niels Lyngsø
935b5533cc Merge remote-tracking branch 'origin/main' into feature/clean-up-data-types
# Conflicts:
#	src/core/mocks/data/data-type.data.ts
2023-01-12 09:00:47 +01:00
dependabot[bot]
b55723eac5 Bump eslint-plugin-lit from 1.7.2 to 1.8.0
Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases)
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.7.2...v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 07:57:12 +00:00
Nathan Woulfe
b7b6ec69da Update workspace-property.element.ts
Fixes observing label to set description => should observe _propertyContext.description
2023-01-12 11:32:13 +10:00
dependabot[bot]
ab6b9554ab Bump @umbraco-ui/uui from 1.0.2 to 1.1.0
Bumps [@umbraco-ui/uui](https://github.com/umbraco/Umbraco.UI/tree/HEAD/packages/uui) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/umbraco/Umbraco.UI/releases)
- [Changelog](https://github.com/umbraco/Umbraco.UI/blob/v1/contrib/packages/uui/CHANGELOG.md)
- [Commits](https://github.com/umbraco/Umbraco.UI/commits/@umbraco-ui/uui@1.1.0/packages/uui)

---
updated-dependencies:
- dependency-name: "@umbraco-ui/uui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 18:11:38 +00:00
dependabot[bot]
f4ee2dcd69 Bump eslint-import-resolver-typescript from 3.5.2 to 3.5.3
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 18:10:47 +00:00
Mads Rasmussen
188cfe215b Merge branch 'main' into feature/property-editor-configs-v3 2023-01-11 15:32:50 +01:00
dependabot[bot]
592abf1536 Bump vite from 3.2.4 to 4.0.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.4 to 4.0.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.0.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 13:11:16 +01:00
Niels Lyngsø
b048c8c751 clean up data types 2023-01-11 10:31:46 +01:00
Niels Lyngsø
a98a4778e0 use standard BehaviorSubject 2023-01-11 10:20:29 +01:00
Niels Lyngsø
3eb05f03d4 Add TODO note 2023-01-10 22:18:10 +01:00
Niels Lyngsø
9d0bb111ff TODO note 2023-01-10 22:17:54 +01:00
Niels Lyngsø
5b00ba4322 do not update if path is the same. 2023-01-10 22:17:45 +01:00
Niels Lyngsø
fd28ffba4c do not manipulate the received data. 2023-01-10 22:17:18 +01:00
Niels Lyngsø
137d4774c9 correct white space 2023-01-10 21:55:22 +01:00
Niels Lyngsø
dd384e5e67 correct white space 2023-01-10 21:54:53 +01:00
Niels Lyngsø
67f2f7d5df only deep freeze objects 2023-01-10 21:52:42 +01:00
Niels Lyngsø
d77f0f46f3 fix white space 2023-01-10 21:51:42 +01:00
Niels Lyngsø
b268029959 fix white spaces 2023-01-10 21:48:43 +01:00
Niels Lyngsø
528e9f29d4 use BehaviorSubject 2023-01-10 21:48:22 +01:00
Niels Lyngsø
f28ca7bbfa Merge branch 'feature/refactor-RxJS-stores' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/refactor-RxJS-stores 2023-01-10 21:41:11 +01:00
Niels Lyngsø
26db569ad7 use BehaviorSubject 2023-01-10 21:41:08 +01:00
Mads Rasmussen
18d0f40ebb add block grid 2023-01-10 21:38:48 +01:00
Niels Lyngsø
0978b59873 Merge branch 'main' into feature/refactor-RxJS-stores 2023-01-10 21:31:31 +01:00
Niels Lyngsø
a3b3de88b5 remove import 2023-01-10 21:18:15 +01:00
Niels Lyngsø
8a1a7bffe0 Merge pull request #388 from umbraco/dependabot/npm_and_yarn/lit-2.6.0 2023-01-10 21:12:14 +01:00
Niels Lyngsø
d3403e9834 Merge pull request #385 from umbraco/dependabot/npm_and_yarn/lit-html-2.6.0 2023-01-10 21:11:54 +01:00
Niels Lyngsø
bd8e44568d Merge branch 'main' into dependabot/npm_and_yarn/storybook/builder-vite-0.2.7 2023-01-10 20:59:03 +01:00
Mads Rasmussen
ef490fc5f3 add upload field 2023-01-10 20:49:49 +01:00
dependabot[bot]
e793403c25 Bump lit from 2.5.0 to 2.6.0
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.5.0 to 2.6.0.
- [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.0/packages/lit)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 19:15:22 +00:00
dependabot[bot]
2b6ff886af Bump @storybook/builder-vite from 0.2.6 to 0.2.7
Bumps [@storybook/builder-vite](https://github.com/storybookjs/builder-vite/tree/HEAD/packages/builder-vite) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/storybookjs/builder-vite/releases)
- [Commits](https://github.com/storybookjs/builder-vite/commits/v0.2.7/packages/builder-vite)

---
updated-dependencies:
- dependency-name: "@storybook/builder-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 19:14:51 +00:00
dependabot[bot]
7fa30f7798 Bump prettier from 2.8.1 to 2.8.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.1...2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 19:14:21 +00:00
dependabot[bot]
74be5c3d48 Bump lit-html from 2.5.0 to 2.6.0
Bumps [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) from 2.5.0 to 2.6.0.
- [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.0/packages/lit-html)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 19:13:43 +00:00
Mads Rasmussen
48b599d3ad Merge branch 'main' into feature/property-editor-configs-v3 2023-01-10 18:08:33 +01:00
Mads Rasmussen
ab773a201c add image cropper 2023-01-10 18:08:13 +01:00
Niels Lyngsø
2fc30d5144 Merge branch 'main' into feature/refactor-RxJS-stores 2023-01-10 16:40:39 +01:00
Mads Rasmussen
7164389a30 add image crops configuration 2023-01-10 16:29:54 +01:00
Mads Rasmussen
74b3580655 add media picker 2023-01-10 16:26:57 +01:00
Mads Rasmussen
3e0f6d78f3 rename to block list block configuration 2023-01-10 16:10:14 +01:00
Niels Lyngsø
ce8f692c2b correct events 2023-01-10 16:03:27 +01:00
Niels Lyngsø
3a331cb6ec Merge remote-tracking branch 'origin/feature/property-context' into feature/refactor-RxJS-stores
# Conflicts:
#	src/core/observable-api/unique-behavior-subject.ts
2023-01-10 16:01:00 +01:00
Niels Lyngsø
19d83cc730 JSDocs 2023-01-10 15:52:00 +01:00
Niels Lyngsø
25fd0bc075 revert 2023-01-10 15:51:52 +01:00
Niels Lyngsø
af83aabe6d JSDocs 2023-01-10 15:51:27 +01:00
Niels Lyngsø
9a02b4026d simpler initialization of Subject 2023-01-10 15:47:03 +01:00
Niels Lyngsø
8bdc14f818 refactor property editor chang event 2023-01-10 15:34:05 +01:00
Niels Lyngsø
b1baa70c47 add Alias to Import 2023-01-10 14:30:40 +01:00