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

feat!: update to angular 18 #3243

Merged
merged 35 commits into from
Jul 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cf7f306
remove workspace protocol
gfellerph Jul 10, 2024
3d8b379
chore: update Angular to 18
gfellerph Jul 10, 2024
261edd3
fix: correct color for progress bars
gfellerph Jul 10, 2024
f0621d0
fix: small error with pagination default content that should be hidden
gfellerph Jul 10, 2024
f4676db
prepare workspace
gfellerph Jul 10, 2024
9527eab
feat!: upgrade Angular for the intranet-header
gfellerph Jul 10, 2024
91cdfd6
feat!: upgrade ng-bootstrap
gfellerph Jul 10, 2024
d2d6377
chore: set pnpm as package manager
gfellerph Jul 10, 2024
fe41ca4
feat!: update angular for the angular components package
gfellerph Jul 10, 2024
d655337
chore: update styles peer deps
gfellerph Jul 10, 2024
315fa04
add changeset
gfellerph Jul 10, 2024
5f2b5bc
update security.md
gfellerph Jul 10, 2024
b643fc1
add migration page
gfellerph Jul 10, 2024
0a5d1b1
update changeset to target package
gfellerph Jul 10, 2024
9aeeaf4
remove code smells
gfellerph Jul 10, 2024
0d68b74
add deprecation notice
gfellerph Jul 10, 2024
33df039
Update packages/documentation/src/stories/getting-started/migration-g…
gfellerph Jul 16, 2024
9413f98
Merge branch 'main' into 3184-update-to-angular-18
gfellerph Jul 18, 2024
fb3a0ac
set packagemanager
gfellerph Jul 18, 2024
060e6e9
update primeng package
gfellerph Jul 18, 2024
62d7464
update eslint builder
gfellerph Jul 18, 2024
93e0605
update other eslint deps
gfellerph Jul 18, 2024
7533806
add packagemanager
gfellerph Jul 18, 2024
0480864
udpate this
gfellerph Jul 18, 2024
2c8d38c
update that
gfellerph Jul 18, 2024
695bb79
Merge branch 'main' into 3184-update-to-angular-18
gfellerph Jul 18, 2024
d39269c
Merge branch 'main' into 3184-update-to-angular-18
gfellerph Jul 19, 2024
7e2b500
Update compatibility.docs.mdx
gfellerph Jul 19, 2024
c10173f
add docs:only command
gfellerph Jul 19, 2024
053a6c8
Update pnpm-lock.yaml
gfellerph Jul 19, 2024
49f73c5
Merge branch 'main' into 3184-update-to-angular-18
oliverschuerch Jul 22, 2024
86ef0ee
Update packages/documentation/src/stories/getting-started/migration-g…
gfellerph Jul 22, 2024
a7993af
Update packages/documentation/src/stories/getting-started/migration-g…
gfellerph Jul 22, 2024
156ffb5
Update packages/documentation/src/stories/getting-started/migration-g…
gfellerph Jul 22, 2024
6fc75b8
Update packages/documentation/src/stories/getting-started/migration-g…
gfellerph Jul 22, 2024
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
Prev Previous commit
Next Next commit
fix: small error with pagination default content that should be hidden
gfellerph committed Jul 10, 2024
commit f0621d04fca0eed7b1d0c0c72eb27ff82bf6bc72
1 change: 1 addition & 0 deletions packages/styles/src/components/pagination.scss
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@
&[aria-label='Last'] {
> span {
display: inline-block;
color: transparent;
oliverschuerch marked this conversation as resolved.
Show resolved Hide resolved
width: icons.$icon-size-default;
height: icons.$icon-size-default;
}