Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 1.0.0-rc.1 #252

Merged
merged 49 commits into from
Jun 28, 2022
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
d16d072
fix color prop parsing
nielslyngsoe Jun 2, 2022
bdcc0a4
fix: close button color inherits from toast notification
nielslyngsoe Jun 2, 2022
e37e523
update turbo to force cache flush
iOvergaard Jun 2, 2022
6e7206f
Merge branch 'v1/dev' into dev
iOvergaard Jun 3, 2022
6c59596
build(deps-dev): bump eslint-import-resolver-typescript
dependabot[bot] Jun 6, 2022
234abba
build(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.28.0
dependabot[bot] Jun 20, 2022
43ef2c0
add links to npm-image in readme files
nielslyngsoe Jun 21, 2022
ead9df8
xmlns added to SVGs
nielslyngsoe Jun 21, 2022
d94f6f3
add width and height properties to svg
nielslyngsoe Jun 21, 2022
b7b8950
Merge pull request #230 from umbraco/dependabot/npm_and_yarn/typescri…
iOvergaard Jun 22, 2022
7a27161
Merge pull request #224 from umbraco/dependabot/npm_and_yarn/eslint-i…
iOvergaard Jun 22, 2022
def255b
build(deps-dev): bump typescript from 4.7.2 to 4.7.4
dependabot[bot] Jun 22, 2022
1a89a53
docs: fix typos (#229)
andiih Jun 22, 2022
311f33c
Merge pull request #235 from umbraco/dependabot/npm_and_yarn/typescri…
iOvergaard Jun 22, 2022
af410f9
storybook uui-table documentation (#233)
iOvergaard Jun 22, 2022
8b7422f
fix: Allow uui-button to fit in less tall contexts (#236)
nielslyngsoe Jun 22, 2022
48c30b6
Merge remote-tracking branch 'origin/dev' into v1/dev
iOvergaard Jun 22, 2022
5b8d475
update internal deps
iOvergaard Jun 23, 2022
8a9d4f1
fix: Use an ::after element for selection border (#239)
nielslyngsoe Jun 23, 2022
e786f56
feat: output classes with ecmascript standard definitions
iOvergaard Jun 23, 2022
18cdba6
build(deps-dev): upgrade all runners including esbuild
iOvergaard Jun 23, 2022
c07cf10
build: adjust target of esbuild for tests
iOvergaard Jun 23, 2022
d29c6c5
Merge remote-tracking branch 'origin/dev' into v1/dev
iOvergaard Jun 23, 2022
ecbe1a8
added missing properties to the list and added docs
JesmoDev Jun 23, 2022
92d8e22
Revert "added missing properties to the list and added docs"
JesmoDev Jun 23, 2022
e65a6ed
added missing properties to the list and added docs
JesmoDev Jun 23, 2022
17612af
minor story adjustments
nielslyngsoe Jun 24, 2022
896fa49
text correction using default variant description
nielslyngsoe Jun 24, 2022
fdef8ab
default color not primary
nielslyngsoe Jun 24, 2022
bbdeebf
specify filtering
nielslyngsoe Jun 24, 2022
28b38af
Add missing color properties and documentation to storybook (#242)
JesmoDev Jun 24, 2022
860080b
fix table-row selection outline in safari
nielslyngsoe Jun 24, 2022
31a4652
build(deps-dev): bump @storybook/builder-vite from 0.1.36 to 0.1.37
dependabot[bot] Jun 27, 2022
0a29fc5
build(deps-dev): bump rollup from 2.70.1 to 2.75.7
dependabot[bot] Jun 27, 2022
d44d2a2
build(deps-dev): bump @storybook/web-components from 6.5.6 to 6.5.9
dependabot[bot] Jun 27, 2022
8c7d962
Merge remote-tracking branch 'origin/feature/color-docs' into v1/dev
nielslyngsoe Jun 27, 2022
94206b4
Feat: Adds looks and reworks colors on badge and tag (#243)
JesmoDev Jun 27, 2022
4fef47c
override dark theme
JesmoDev Jun 27, 2022
dc1193c
Now switches highligter theme instead
JesmoDev Jun 27, 2022
fb43ee3
now listens for prefered-color-scheme changes
JesmoDev Jun 27, 2022
8ce2c0d
Merge remote-tracking branch 'origin/dev' into v1/dev
iOvergaard Jun 28, 2022
2bac7bc
package and package lock
JesmoDev Jun 28, 2022
28e911c
update package-lock
iOvergaard Jun 28, 2022
471a3ee
build(deps-dev): bump internal build dependencies
iOvergaard Jun 28, 2022
71b26f4
Merge pull request #247 from umbraco/feature/readme-fix-prefer-color-…
iOvergaard Jun 28, 2022
bd6fa5f
only publish to uui.umbraco.com on the storybook branch
iOvergaard Jun 28, 2022
078fcf0
fix: disable-child-interaction going over edges + other details (#251)
nielslyngsoe Jun 28, 2022
b2ee849
experiment with new sync-workspace-lock
iOvergaard Jun 28, 2022
419cb04
chore: Publish new release
iOvergaard Jun 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Azure Static Web Apps CI/CD
on:
push:
branches:
- main
- storybook
# This is how azure builds staging environments
pull_request:
types: [opened, synchronize, reopened, closed]
38 changes: 24 additions & 14 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
color: /(background|color)/i,
date: /Date$/,
},
},
@@ -31,19 +31,6 @@ export const parameters = {
method: 'alphabetical',
storySort: sort,
},
// Hides the CSS: [] property on the docs page.
argTypes: {
styles: {
table: {
disable: true,
},
},
formAssociated: {
table: {
disable: true,
},
},
},
};

WebComponentFormatter(customElements);
@@ -52,16 +39,39 @@ setCustomElements(customElements);

function WebComponentFormatter(customElements) {
for (let tag of customElements.tags || []) {
// Hide all attributes, since we only use props for storybook
tag.attributes = [];

// Hide all 'styles' and 'formAssociated' entries for properties
for (let prop in tag.properties || []) {
if (
tag.properties[prop].name === 'styles' ||
tag.properties[prop].name === 'formAssociated'
) {
delete tag.properties[prop];
}
}

// Run through all CSS Custom Properties and clean them a bit
for (let cssProp of tag.cssProperties || []) {
// If the property does not have a type, set it to string
if (!cssProp.type) {
cssProp.type = 'string';
}
}

// Find all names of properties
const propertyNames = (tag.properties || []).map(p => p.name);

// Run through all slots to clean them up a bit
for (let slot of tag.slots || []) {
// Replace the name of the default slot so Storybook will show it
if (typeof slot.name === 'string' && slot.name.length === 0) {
slot.name = 'slot';
}

// If the slot has the same name as a property, then add the word 'slot' to the name
// Bug reported to Storybook here: https://github.com/storybookjs/storybook/issues/17733
if (propertyNames.includes(slot.name)) {
slot.name = `${slot.name} slot`;
}
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
"version": "independent",
"npmClient": "npm",
"useWorkspaces": true,
"granularPathspec": false,
"command": {
"publish": {
"verifyAccess": false
Loading