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(angular): provide angular standalone components #1325

Merged
merged 53 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
bfb3881
feat(core): replace with ix-icons v3
danielleroux Apr 21, 2024
904f5d1
fix: use esm loader
danielleroux Apr 22, 2024
c60aa0b
revert setup changes
danielleroux Apr 22, 2024
fa16cef
fix: use ix-icons preview snapshot
danielleroux Apr 22, 2024
2727e9b
Merge remote-tracking branch 'origin/main' into v3-icon-performance
danielleroux Apr 24, 2024
5e22dd4
docs: add steps
danielleroux Apr 24, 2024
1c2b58b
chore: add changeset
danielleroux Apr 24, 2024
a6fc699
feat(angular): standalone components
danielleroux Apr 24, 2024
7ff2c76
feat: add standalone putput
danielleroux Apr 24, 2024
3a0c800
feat: add angular standalone test app
danielleroux Apr 24, 2024
a46c9e4
Merge branch 'release-3.0.0' into v3-angular-standalone
danielleroux Jun 14, 2024
c7b58b0
Merge branch 'release-3.0.0' into v3-angular-standalone
danielleroux Jun 14, 2024
f35d68b
fix: remove pollyfills
danielleroux Jun 14, 2024
f54f30a
Merge remote-tracking branch 'origin/release-3.0.0' into v3-angular-sโ€ฆ
danielleroux Jun 21, 2024
5b8f003
feat: add new test app
danielleroux Jun 24, 2024
62c7822
feat: migrate preview examples
danielleroux Jul 10, 2024
5bd85a3
fix: replace test app ng 13 with test app ng 17
danielleroux Jul 10, 2024
bf5cd85
Merge branch 'release-3.0.0' into v3-angular-standalone
danielleroux Jul 10, 2024
8743827
Merge remote-tracking branch 'origin/release-3.0.0' into v3-angular-sโ€ฆ
danielleroux Jul 29, 2024
d321372
fix: resolve errors
danielleroux Jul 29, 2024
c7b49c5
feat: implement legacy support
danielleroux Jul 29, 2024
7d6e67c
Update BREAKING_CHANGES.md
nuke-ellington Jul 29, 2024
b714cf4
Update packages/core/src/setup.ts
nuke-ellington Jul 29, 2024
6ab017e
fix: lint issue
danielleroux Jul 30, 2024
42ec87d
Merge remote-tracking branch 'origin/release-3.0.0' into v3-angular-sโ€ฆ
danielleroux Jul 31, 2024
218c33d
test: fix jest transform
danielleroux Jul 31, 2024
9b608a8
fix: resolve test function conflicts
danielleroux Jul 31, 2024
a19061c
fix(echarts): import path
danielleroux Jul 31, 2024
0b6d39f
Merge remote-tracking branch 'origin/release-3.0.0' into v3-angular-sโ€ฆ
danielleroux Aug 16, 2024
7677be9
Merge branch 'release-3.0.0' into v3-angular-standalone
danielleroux Aug 16, 2024
5c4dc79
fix: generate proxies
danielleroux Aug 16, 2024
51dccfc
fix: unit test scripts
danielleroux Aug 16, 2024
a5f313e
test: updatae snapshots
danielleroux Aug 16, 2024
fb665e0
fix: aggrid filter snapshots
danielleroux Aug 16, 2024
747f3c1
test: update snapshot
danielleroux Aug 16, 2024
03a7648
fix: blocking pipeline
danielleroux Aug 16, 2024
530f763
Merge remote-tracking branch 'origin/release-3.0.0' into v3-angular-sโ€ฆ
danielleroux Aug 23, 2024
8dddcd1
fix: refactor angular package
danielleroux Aug 26, 2024
06b5d63
fix: move dropdown directive to base folder
danielleroux Aug 26, 2024
4760e38
fix: adapt import path to v3 icons
danielleroux Aug 27, 2024
a24d7bc
Merge remote-tracking branch 'origin/release-3.0.0' into v3-angular-sโ€ฆ
danielleroux Aug 27, 2024
9be2d66
fix: echarts dependency
danielleroux Aug 28, 2024
df9a699
docs: split icons
danielleroux Aug 28, 2024
100e04e
fix: update snapshots
danielleroux Aug 28, 2024
fbb596f
Create clean-squids-retire.md
danielleroux Aug 29, 2024
138919c
Create fresh-maps-ring.md
danielleroux Aug 29, 2024
ace4c67
chore: add standalone test package to ignore
danielleroux Aug 29, 2024
33d7df0
fix: improve v3 and documentation text
matthiashader Aug 29, 2024
279c1b2
fix: formatting
matthiashader Sep 3, 2024
cec2982
Update BREAKING_CHANGES/v3.md
nuke-ellington Sep 4, 2024
adcba64
Update BREAKING_CHANGES/v2.md
danielleroux Sep 4, 2024
68ccaa6
Update BREAKING_CHANGES/v2.md
danielleroux Sep 4, 2024
493a077
docs: do some stuuff
danielleroux Sep 4, 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
5 changes: 5 additions & 0 deletions .changeset/clean-squids-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix-angular": major
---

feat(angular): change angular compiler version to v17
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"updateInternalDependencies": "patch",
"ignore": [
"angular-test-app",
"angular-standalone-test-app",
"react-test-app",
"vue-test-app",
"html-test-app",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/fresh-maps-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix-angular": minor
---

feat(angular/standalone): add angular standalone components
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,8 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install chromium --with-deps

- name: Build
run: pnpm run build --cache-dir=.turbo --filter !\documentation

- name: Test
run: pnpm run test --cache-dir=.turbo --filter !\documentation
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ shamefully-hoist=true
puppeteer_skip_chromium_download=true
puppeteer_skip_chrome_headless_shell_download=true
puppeteer_skip_download=true
link-workspace-packages = deep
prefer-workspace-packages = true
link-workspace-packages=deep
prefer-workspace-packages=true
Loading
Loading