Skip to content

Commit 6bd054e

Browse files
authored
Merge pull request #332 from umbraco/v1/release/latest
V1/release/latest
2 parents ffb9cef + 7feaa96 commit 6bd054e

File tree

13 files changed

+2133
-1264
lines changed

13 files changed

+2133
-1264
lines changed

SECURITY.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
| Version | Supported |
66
| ----------- | ------------------------------------------- |
7-
| 1.0.0 | :white_check_mark: (December 2023) |
8-
| 1.0.0-rc | :x: |
9-
| 1.0.0-alpha | :x: |
10-
| < 1.0 | :white_check_mark: (until release of 1.0.0) |
7+
| v1 | :white_check_mark: (until December 2023) |
8+
| < 1.0 | :x: |
119

1210
## Reporting a Vulnerability
1311

package-lock.json

Lines changed: 2066 additions & 1218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -55,50 +55,50 @@
5555
"npm": ">=8.0.0 < 9"
5656
},
5757
"dependencies": {
58-
"lit": "^2.2.8"
58+
"lit": "^2.3.1"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "7.18.10",
62-
"@lerna-lite/cli": "1.11.0",
63-
"@lerna-lite/exec": "1.11.0",
64-
"@lerna-lite/run": "1.11.0",
61+
"@babel/core": "7.19.1",
62+
"@lerna-lite/cli": "1.11.2",
63+
"@lerna-lite/exec": "1.11.2",
64+
"@lerna-lite/run": "1.11.2",
6565
"@open-wc/testing": "3.1.6",
66-
"@rollup/plugin-node-resolve": "13.3.0",
67-
"@storybook/addon-a11y": "6.5.10",
68-
"@storybook/addon-actions": "6.5.10",
69-
"@storybook/addon-essentials": "6.5.10",
70-
"@storybook/addon-links": "6.5.10",
66+
"@rollup/plugin-node-resolve": "14.1.0",
67+
"@storybook/addon-a11y": "6.5.12",
68+
"@storybook/addon-actions": "6.5.12",
69+
"@storybook/addon-essentials": "6.5.12",
70+
"@storybook/addon-links": "6.5.12",
7171
"@storybook/builder-vite": "0.2.2",
72-
"@storybook/web-components": "6.5.10",
72+
"@storybook/web-components": "6.5.12",
7373
"@types/chai": "4.3.3",
74-
"@typescript-eslint/eslint-plugin": "5.32.0",
75-
"@typescript-eslint/parser": "5.33.1",
74+
"@typescript-eslint/eslint-plugin": "5.37.0",
75+
"@typescript-eslint/parser": "5.37.0",
7676
"@web/dev-server-esbuild": "0.3.2",
7777
"@web/test-runner": "0.14.0",
7878
"@web/test-runner-playwright": "0.8.10",
79-
"autoprefixer": "10.4.7",
79+
"autoprefixer": "10.4.11",
8080
"babel-loader": "8.2.5",
81-
"chromatic": "6.7.1",
82-
"element-internals-polyfill": "1.1.9",
83-
"eslint": "8.20.0",
81+
"chromatic": "6.9.0",
82+
"element-internals-polyfill": "1.1.13",
83+
"eslint": "8.23.1",
8484
"eslint-config-prettier": "8.5.0",
85-
"eslint-import-resolver-typescript": "3.4.1",
86-
"eslint-plugin-html": "7.0.0",
85+
"eslint-import-resolver-typescript": "3.5.1",
86+
"eslint-plugin-html": "7.1.0",
8787
"eslint-plugin-import": "2.26.0",
8888
"eslint-plugin-lit": "1.6.1",
89-
"eslint-plugin-lit-a11y": "2.2.1",
89+
"eslint-plugin-lit-a11y": "2.2.2",
9090
"eslint-plugin-storybook": "0.6.4",
9191
"github-markdown-css": "5.1.0",
9292
"husky": "8.0.1",
9393
"lint-staged": "13.0.3",
94-
"lit-html": "2.3.0",
94+
"lit-html": "2.3.1",
9595
"npm-check-updates": "16.0.0",
9696
"plop": "3.1.1",
97-
"postcss": "8.4.14",
97+
"postcss": "8.4.16",
9898
"postcss-advanced-variables": "3.0.1",
9999
"postcss-cli": "10.0.0",
100100
"postcss-color-function": "4.1.0",
101-
"postcss-custom-properties": "12.1.8",
101+
"postcss-custom-properties": "12.1.9",
102102
"postcss-jsx": "0.36.4",
103103
"postcss-load-config": "4.0.1",
104104
"postcss-syntax": "0.36.2",
@@ -110,15 +110,15 @@
110110
"react-syntax-highlighter": "15.5.0",
111111
"remark-gfm": "3.0.1",
112112
"rimraf": "3.0.2",
113-
"rollup": "2.78.0",
114-
"rollup-plugin-esbuild": "4.9.1",
113+
"rollup": "2.79.0",
114+
"rollup-plugin-esbuild": "4.10.1",
115115
"rollup-plugin-import-css": "3.0.3",
116116
"rollup-plugin-minify-html-literals": "1.2.6",
117117
"rollup-plugin-postcss": "4.0.2",
118118
"tsc-files": "1.1.3",
119119
"turbo": "1.2.15",
120-
"typescript": "4.7.4",
121-
"vite": "3.0.2",
120+
"typescript": "4.8.3",
121+
"vite": "3.1.2",
122122
"vite-tsconfig-paths": "3.5.0",
123123
"web-component-analyzer": "1.1.6"
124124
},

packages/uui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lib/**/*.js"
2525
],
2626
"dependencies": {
27-
"lit": "^2.2.8"
27+
"lit": "^2.3.1"
2828
},
2929
"scripts": {
3030
"build": "tsc --build --force && rollup -c rollup.config.js",

packages/uui-button-inline-create/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
7+
8+
### Bug Fixes
9+
10+
- **uui-inline-button-create:** ensure there is a border-color on horizontal ([#328](https://github.com/umbraco/Umbraco.UI/issues/328)) ([91ecd17](https://github.com/umbraco/Umbraco.UI/commit/91ecd178eb2e25ed07b277838d76e6f70e0b86a6))
11+
612
# [1.0.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-22)
713

814
**Note:** Version bump only for package @umbraco-ui/uui-button-inline-create

packages/uui-button-inline-create/lib/uui-button-inline-create.element.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class UUIButtonInlineCreateElement extends LitElement {
7676
:host(:hover) #button-wrapper:before {
7777
animation: ${UUIBlinkAnimationValue};
7878
background-color: var(--uui-color-interactive-emphasis);
79-
border-color: var(--uui-color-surface);
79+
border-color: var(--uui-color-surface) !important;
8080
}
8181
8282
#button-wrapper:before {
@@ -103,6 +103,10 @@ export class UUIButtonInlineCreateElement extends LitElement {
103103
width: 2px;
104104
left: 50%;
105105
transform: translateX(-50%);
106+
border-top: none;
107+
border-bottom: none;
108+
border-left: 1px solid transparent;
109+
border-right: 1px solid transparent;
106110
}
107111
108112
:host(:not([vertical]):not(:hover)) #plus:not(:focus) {

packages/uui-button-inline-create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-button-inline-create",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui-combobox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
7+
8+
### Features
9+
10+
- **uui-combobox:** add requirement for uui-popover ([447f15f](https://github.com/umbraco/Umbraco.UI/commit/447f15ffde2c7e2bebaaab74024ea6769093a9ca))
11+
612
# [1.0.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-22)
713

814
### Bug Fixes

packages/uui-combobox/lib/uui-combobox.element.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1+
import { FormControlMixin } from '@umbraco-ui/uui-base/lib/mixins';
12
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
23
import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
4+
import {
5+
UUIComboboxListElement,
6+
UUIComboboxListEvent,
7+
} from '@umbraco-ui/uui-combobox-list/lib';
8+
import { iconRemove } from '@umbraco-ui/uui-icon-registry-essential/lib/svgs';
9+
import { css, html, LitElement } from 'lit';
310
import {
411
property,
512
query,
613
queryAssignedElements,
714
state,
815
} from 'lit/decorators.js';
9-
import { css, html, LitElement } from 'lit';
16+
1017
import { UUIComboboxEvent } from './UUIComboboxEvent';
11-
import {
12-
UUIComboboxListEvent,
13-
UUIComboboxListElement,
14-
} from '@umbraco-ui/uui-combobox-list/lib';
15-
import { FormControlMixin } from '@umbraco-ui/uui-base/lib/mixins';
16-
import { iconRemove } from '@umbraco-ui/uui-icon-registry-essential/lib/svgs';
1718

1819
/**
1920
* @element uui-combobox
@@ -132,6 +133,7 @@ export class UUIComboboxElement extends FormControlMixin(LitElement) {
132133
demandCustomElement(this, 'uui-button');
133134
demandCustomElement(this, 'uui-combobox-list');
134135
demandCustomElement(this, 'uui-scroll-container');
136+
demandCustomElement(this, 'uui-popover');
135137
}
136138

137139
disconnectedCallback(): void {

packages/uui-combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-combobox",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

0 commit comments

Comments
 (0)