-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into main-lmp-responsive-pagination-2
- Loading branch information
Showing
404 changed files
with
39,257 additions
and
37,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are | |
|
||
### Types of change | ||
|
||
<!-- What types of changes does you code introduce? --> | ||
<!-- What types of changes do your code introduce? --> | ||
<!-- Please remove the unused items in the list --> | ||
|
||
- Bug fix (non-breaking which fixes an issue) | ||
|
@@ -44,7 +44,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are | |
#### Design | ||
|
||
- [ ] My change respects the design guidelines defined in [Orange Design System](https://system.design.orange.com/0c1af118d/p/8118d1-web) | ||
- [ ] My change is compatible with responsive display | ||
- [ ] My change is compatible with a responsive display | ||
|
||
#### Development | ||
|
||
|
@@ -59,7 +59,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are | |
### Checklist (for Core Team only) | ||
|
||
- [ ] My change introduces changes to the migration guide | ||
- [ ] My new component is added in Storybook | ||
- [ ] My new component is well displayed in [Storybook](https://deploy-preview-{your_pr_number}--boosted.netlify.app/storybook) | ||
- [ ] My new component is compatible with RTL | ||
- [ ] Manually run [BrowserStack tests](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/actions/workflows/browserstack.yml) | ||
- [ ] Manually test browser compatibility with BrowserStack (Chrome >= 60, Firefox >= 60 (+ ESR), Edge, Safari >= 12, iOS Safari, Chrome & Firefox on Android) | ||
|
@@ -104,33 +104,33 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are | |
- check wrong matches in `CHANGELOG.md`, and maybe `site/content/docs/<version>/migration.md` | ||
- :warning: check the `package-lock.json` and `package.json` content, only "boosted" should have its version changed! | ||
- :warning: `site/content/docs/5.1/**/*.md` should not always be modified | ||
- [ ] if year changed recently, happy new year :tada: but please change © year in `.scss` main files (reboot, grid, utilities and main file) as well as in `NOTICE.txt`. | ||
- [ ] `npm run release` to compile dist, build Storybook, update SRI hashes in doc and package the release | ||
- [ ] if the year changed recently, happy new year :tada: but please change © year in `.scss` main files (reboot, grid, utilities, and main file) as well as in `NOTICE.txt`. | ||
- [ ] `npm run release` to compile dist, build Storybook, update SRI hashes in doc, and package the release | ||
- [ ] Prepare changelog: | ||
- install [Conventionnal Changelog](https://github.com/conventional-changelog/conventional-changelog) and `conventional-changelog-cli` globally | ||
- run `conventional-changelog -p angular -i CHANGELOG.md -s` | ||
- and probably maintain [a ship list (eg for v4.4.0)](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/226) | ||
- and probably maintain [a ship list (e.g. for v4.4.0)](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/226) | ||
- [ ] commit and push `dist` with a `chore(release)` commit message | ||
- [ ] Manually run BrowserStack test | ||
- [ ] Manually run Percy test | ||
- [ ] merge (on `v4-dev` or `main`) | ||
- [ ] tag your version, and push your tag | ||
- [ ] [create a GitHub release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/new): | ||
- attach zip file | ||
- paste CHANGELOG / Ship list in the release's description | ||
- attach the zip file | ||
- paste the CHANGELOG / Ship list in the release's description | ||
- [ ] Pack and publish | ||
- `npm pack` | ||
- if you are already logged in NPM (with a personnal account, for example), [you'd better use a repository scoped `.npmrc` file](https://stackoverflow.com/questions/30114166/how-to-have-multiple-npm-users-set-up-locally) | ||
- if you are already logged in to NPM (with a personal account, for example), [you'd better use a repository scoped `.npmrc` file](https://stackoverflow.com/questions/30114166/how-to-have-multiple-npm-users-set-up-locally) | ||
- Publish: | ||
- if you're releasing a pre-release, use `--tag`, eg for v5-alpha1 `npm publish boosted-5.0.0-alpha1.tgz --tag next` | ||
- if you're releasing a pre-release, use `--tag`, e.g. for v5-alpha1 `npm publish boosted-5.0.0-alpha1.tgz --tag next` | ||
- (v4 only) `npm publish --tag v4.x.y` (if you forgot and v4 becomes the latest version on NPM, you can run `npm dist-tag add [email protected] latest to fix it) | ||
- (v5 only) `npm publish` | ||
- [ ] [publish on Nuget](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/wiki/Generate-NuGet-packages) | ||
- [ ] check release on [NPM](https://www.npmjs.com/package/boosted), [Nuget](https://www.nuget.org/packages/boosted/), [Packagist](https://packagist.org/packages/orange-opensource/orange-boosted-bootstrap)… | ||
- [ ] publish documentation on `gh-pages`: | ||
- [ ] copy `../_site` to the `gh-pages` branch (don't forget to update Storybook as well) | ||
- [ ] check every `index.html` used as redirections to be redirecting to the new release | ||
- [ ] check every `index.html` used as redirections to redirect to the new release | ||
- [ ] when bumping minor version: ensure `dist` URLs in examples' HTML has changed | ||
- [ ] double-check everything before pushing, starting by searching for forgotten old version number occurences | ||
- [ ] make an announcement in Plazza :tada: | ||
- [ ] double-check everything before pushing, starting by searching for forgotten old version number occurrences | ||
- [ ] make an announcement in [GitHub Discussions](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/discussions/categories/announcements) (+ pin the new GH Discussion) and internal communication channels :tada: | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.