Skip to content

Commit 4c5ac66

Browse files
authored
Merge branch 'umbraco:main' into fix-issue-700
2 parents 896ced5 + 1363b09 commit 4c5ac66

File tree

206 files changed

+4548
-5238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+4548
-5238
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
- 'v*/main'
8-
- 'v*/dev'
9-
- 'v*/contrib'
10-
- 'release/*'
7+
- production
118
# This is how azure builds staging environments
129
pull_request:
1310
types: [opened, synchronize, reopened, closed]
1411
branches:
1512
- main
16-
- 'v*/main'
17-
- 'v*/dev'
18-
- 'v*/contrib'
19-
- 'release/*'
13+
- production
2014

2115
env:
2216
NODE_OPTIONS: --max_old_space_size=16384
@@ -28,8 +22,16 @@ jobs:
2822
name: Build and Deploy Job
2923
steps:
3024
- uses: actions/checkout@v4
25+
26+
- name: Use Node.js
27+
uses: actions/setup-node@v4
3128
with:
32-
submodules: true
29+
node-version-file: .nvmrc
30+
check-latest: true
31+
cache: 'npm'
32+
33+
- name: Install Dependencies
34+
run: npm install
3335

3436
- name: Build And Deploy
3537
id: builddeploy
@@ -44,7 +46,7 @@ jobs:
4446
app_build_command: 'npm run storybook:build'
4547
api_location: '' # Api source code path - optional
4648
output_location: '/storybook-static' # Built app content directory - optional
47-
production_branch: 'v1/main' # Production branch
49+
production_branch: 'production' # Production branch
4850
###### End of Repository/Build Configurations ######
4951

5052
close_pull_request_job:

.github/workflows/chromatic.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ on:
1616
- 'packages/*/lib/**'
1717
- 'packages/*/assets/**'
1818
branches-ignore:
19-
- 'dependabot/**'
2019
- 'release/*'
21-
- 'Release/*'
22-
- 'main'
23-
- 'v*/main'
24-
- 'v*/release'
20+
- 'production'
2521

2622
# Allows you to run this workflow manually from the Actions tab
2723
workflow_dispatch:
@@ -66,6 +62,6 @@ jobs:
6662
exitOnceUploaded: true
6763
onlyChanged: true,
6864
untraced: '.storybook/images/**/*,storyhelpers/**/*'
69-
autoAcceptChanges: 'v*/contrib'
65+
autoAcceptChanges: 'main'
7066
externals: |
7167
.storybook/images/**

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- dev
8-
- 'v*/dev'
9-
- 'v*/main'
10-
- 'v*/contrib'
117
- 'release/*'
128
pull_request:
139
# The branches below must be a subset of the branches above
1410
branches:
15-
- dev
16-
- 'v*/dev'
17-
- 'v*/contrib'
11+
- main
1812
- 'release/*'
1913
schedule:
2014
- cron: '39 20 * * 3'

.github/workflows/publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@ name: Publish
33
on:
44
push:
55
branches:
6-
- main
7-
- 'v*/main'
6+
- production
87

98
# Allows you to run this workflow manually from the Actions tab
109
workflow_dispatch:
11-
inputs:
12-
sha:
13-
description: The commit hash referring to the commit to check.
14-
required: false
15-
ref:
16-
description: The head branch associated with the pull request.
17-
required: false
1810

1911
env:
2012
NODE_OPTIONS: --max_old_space_size=16384

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the dev branch
66
pull_request:
77
branches-ignore:
8-
- 'v*/main'
8+
- production
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:

.storybook/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ const config: StorybookConfig = {
3333
options: {},
3434
},
3535

36-
docs: {
37-
autodocs: true,
38-
},
36+
docs: {},
3937
};
4038
export default config;

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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.14.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2025-05-26)
7+
8+
### Bug Fixes
9+
10+
- replaces all color() variables with their true value ([cd6a4a5](https://github.com/umbraco/Umbraco.UI/commit/cd6a4a5337b918e1858919a31772694da31cdb0d))
11+
12+
# [1.14.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2025-05-23)
13+
14+
**Note:** Version bump only for package uui-monorepo
15+
16+
# [1.14.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.13.0...v1.14.0-rc.0) (2025-05-16)
17+
18+
### Bug Fixes
19+
20+
- color picker dark theme ([#1057](https://github.com/umbraco/Umbraco.UI/issues/1057)) ([415ff32](https://github.com/umbraco/Umbraco.UI/commit/415ff322fc2524a4167d75f0689343bed5f49bc2))
21+
- Gave host "color" to make sure things like text in date picker are aligned with theme, as well as giving it a a color scheme option ([#1056](https://github.com/umbraco/Umbraco.UI/issues/1056)) ([49534c1](https://github.com/umbraco/Umbraco.UI/commit/49534c1517197ebc176f53d2d65907c38a8b3295))
22+
- selection on click in color area ([#1075](https://github.com/umbraco/Umbraco.UI/issues/1075)) ([517788b](https://github.com/umbraco/Umbraco.UI/commit/517788b976de37852fe5d4e111f63a460570b5d8))
23+
- Text character length validation should be more helpful ([#1060](https://github.com/umbraco/Umbraco.UI/issues/1060)) ([12cc5bc](https://github.com/umbraco/Umbraco.UI/commit/12cc5bcb2ab8c9b925bd811db0b25848df899a56))
24+
- typo in comment ([#1084](https://github.com/umbraco/Umbraco.UI/issues/1084)) ([b1751f0](https://github.com/umbraco/Umbraco.UI/commit/b1751f020743f644f6a9b730851574e62bc906b0))
25+
- **uui-color-picker:** alpha should default to 100 if there is no color string ([#1061](https://github.com/umbraco/Umbraco.UI/issues/1061)) ([dc445f3](https://github.com/umbraco/Umbraco.UI/commit/dc445f3de303d8b529759dedb9231e23e091efbf))
26+
27+
### Features
28+
29+
- adds an "initials" property ([601797f](https://github.com/umbraco/Umbraco.UI/commit/601797f03a469baa9e72b95363e916fade8561ee))
30+
- adds localization to uui-pagination ([#1069](https://github.com/umbraco/Umbraco.UI/issues/1069)) ([4c3bbfa](https://github.com/umbraco/Umbraco.UI/commit/4c3bbfa656678edc8adb2f82ee606fbc41ef1b0b))
31+
- Advanced color slider story ([#1076](https://github.com/umbraco/Umbraco.UI/issues/1076)) ([5a14b6a](https://github.com/umbraco/Umbraco.UI/commit/5a14b6a70781ee26628b1ff91320ef9f276d4cc0))
32+
- Allow color gradient in color swatch ([#1074](https://github.com/umbraco/Umbraco.UI/issues/1074)) ([df8b8b0](https://github.com/umbraco/Umbraco.UI/commit/df8b8b072374c46ca5485d18d307f133129e2a07))
33+
- Specific input mode similar to input type ([#1021](https://github.com/umbraco/Umbraco.UI/issues/1021)) ([f18414d](https://github.com/umbraco/Umbraco.UI/commit/f18414d12bbed4618bbb8b11eedd926c9ff27bf5))
34+
635
# [1.13.0](https://github.com/umbraco/Umbraco.UI/compare/v1.13.0-rc.2...v1.13.0) (2025-03-26)
736

837
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ See the rest of [the scripts here](docs/SCRIPTS.md).
144144
- 📥 Pull requests and 🌟 Stars are always welcome.
145145
- Read our [contributing guide](docs/CONTRIBUTING.md) to get started.
146146
- Please report bugs and feature requests in the [issue tracker](https://github.com/umbraco/Umbraco.UI/issues)
147-
- The main branch is the latest development branch. Please make your pull requests against this branch: `v1/contrib`
148-
- You can see the latest features in the Storybook attached to this branch: [v1/contrib](https://delightful-beach-055ecb503-v1contrib.westeurope.azurestaticapps.net/)
147+
- The main branch is the latest development branch. Please make your pull requests against this branch: `main`
148+
- You can see the latest features in the Storybook attached to this branch: [main](https://delightful-beach-055ecb503-main.westeurope.azurestaticapps.net/)

docs/RELEASE_INSTRUCTION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
1. Create a new branch for the release. We need a good naming convention: `release/<Version>` (example: `release/1.12.0`).
44
1. Review new release PR (either [on GitHub](https://github.com/umbraco/Umbraco.UI/compare/)).
5-
1. Make a PR from the new branch to the `main` branch.
65
1. Run `npm run lerna:version` and Lerna will suggest a version bump for each package.
76
1. Review the new version numbers and accept with `y` and Lerna will now bump each package and update the local CHANGELOG.md file using descriptions from the conventional commits, Lerna will also reinstall NPM and generate a new lockfile.
87
1. We are continuously improving the way Lerna detects changes, so you may run into packages being bumped and you do not know why. It is okay to publish a package that has not been changed in order not to mess too much with the logic that Lerna uses to detect changes.
98
1. Push all the changes to your release branch.
10-
1. Make a PR from the new branch to the `main` branch.
9+
1. Make a PR from the new branch to the `production` branch.
1110
1. Add the `ignore-for-release`-label to the PR.
1211
1. Wait for GitHub checks to pass.
1312
1. Github will post a comment with a test link to try out that the release works in Storybook. Please check that it works.
14-
1. Merge PR into main **using the Merge strategy** (very important so the history is not mangled) - this will trigger two actions - `Publish`, and `Azure Static Web Apps CI/CD`. The `Publish` workflow is responsible for publishing packages to NPM. It will only publish the packages that have higher version that previously published ones. The azure workflow will build and publish UI library Storybook.
15-
1. Merge the `v1/main` branch with the `v1/contrib` branch by writing `git merge origin/main` and then push the changes.
13+
1. Merge PR into production **using the Merge strategy** (very important so the history is not mangled) - this will trigger two actions - `Publish`, and `Azure Static Web Apps CI/CD`. The `Publish` workflow is responsible for publishing packages to NPM. It will only publish the packages that have higher version that previously published ones. The azure workflow will build and publish UI library Storybook.
14+
1. Merge the `production` back into the `main` branch by writing `git merge origin/production` when on the `main` branch, and then push the changes. (This way we ensure that the `main` branch is always up to date with the latest release and accompanying release notes).
1615
1. Go to Github and [create a new release](https://github.com/umbraco/Umbraco.UI/releases/new).
1716
1. Using tags on the release, we want to target `vx.x.x` where "x.x.x" is the version number that the UUI package was bumped to during the release.
1817
1. Select the prevous version, in relation to your release, in `Previous tag` and press `Generate release notes`.
1918
1. Check the generated release notes, see if PRs are in the right category, if not append labels to them and return to generate again.
2019
1. The UI Library has now been updated.
21-
1. Write an post on the UI Library Slack Channel evt. update Backoffice.
20+
1. Write an post on the UI Library Slack Channel.
21+
1. Consider when to update the Backoffice.
2222

2323
## How to clear tags
2424

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.13.0",
4+
"version": "1.14.0-rc.2",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

0 commit comments

Comments
 (0)