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

Update to latest ember-appuniversum v3.4.1 #1178

Merged
merged 13 commits into from
Mar 29, 2024
Merged
Changes from 1 commit
Commits
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
Lower minimum AU version back to 2.15.0
The test app uses 2.17.0 as this allows us to use the new scss import
paths. 2.15.0 is supported if the client app imports the scss from the
old paths. That makes this set of changes non-breaking.
  • Loading branch information
piemonkey committed Mar 29, 2024
commit 5f4ddaa1bfa1486e4476d2559dca5acb847772d5
1 change: 0 additions & 1 deletion .changeset/tall-tools-wink.md
Original file line number Diff line number Diff line change
@@ -3,5 +3,4 @@
---

Update icon usage to inline SVGs instead of using svgiconset.
BREAKING: update minimum supported ember-appuniversum version to 2.17.0
If using ember-appuniversum version greater than 3.4.1, icon components are now used instead of string icon names, this uses inline SVGs that can be supported in unusual hosting environments.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@
"webpack": "^5.78.0"
},
"peerDependencies": {
"@appuniversum/ember-appuniversum": "^2.17.0 || ^3.0.0",
"@appuniversum/ember-appuniversum": "^2.15.0 || ^3.0.0",
"@glint/template": "^1.1.0",
"ember-changeset": "^4.1.2",
"ember-cli-sass": "^11.0.1",