Skip to content

Commit

Permalink
Merge pull request #356 from ironSource/feature/isct-358-up-to-angula…
Browse files Browse the repository at this point in the history
…r-18

ISCT-358: up to angular 18
  • Loading branch information
AndyKIron authored Dec 4, 2024
2 parents 4bdb110 + 2cd3b5f commit 6dc3f21
Show file tree
Hide file tree
Showing 375 changed files with 12,236 additions and 9,679 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const preview = {
globals: {
stackblitzGlobals: {
stackblitzAdditionalDependency: {
'@ironsource/fusion-ui': '7.0.0-rc.3'
'@ironsource/fusion-ui': '8.4.0'
}
}
},
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [9.0.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0...v9.0.0) (2024-12-04)


### Features

* **update-a18:** remove fusion-mfe project ([9584e5c](https://github.com/ironSource/fusion-ui/commit/9584e5cbffc38571e4fa3fd6a8407d5d534775a6))


### Reverts

* Revert "chore(update-a18): refactor common scss" ([1cb2225](https://github.com/ironSource/fusion-ui/commit/1cb22259a8463e0489a83bd2b03f20bc07e362fd))


### Tests

* **update-a18:** update unit tests for HttpTestingController and signal inputs ([2279205](https://github.com/ironSource/fusion-ui/commit/227920533bba2fdb5fa674e44aebf915fd685863))


### Code Refactoring

* **update-a18:** manual update some packages versions ([d646ca4](https://github.com/ironSource/fusion-ui/commit/d646ca40be525d05b2c1e4b98750ad95689a300e))

## [8.4.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0-rc.11...v8.4.0) (2024-10-21)

## [8.4.0-rc.11](https://github.com/ironSource/fusion-ui/compare/v8.4.0-rc.10...v8.4.0-rc.11) (2024-10-15)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Fusion-UI also comes with built-in accessibility features, ensuring that your ap

Whether you're building a simple website or a complex web application, Fusion-UI is the perfect choice for your UI needs. Get started today and experience the power and simplicity of Fusion-UI!

**FusionUI installation:**
**FusionUI installation:**

```npm install --save @ironsource/fusion-ui```
120 changes: 0 additions & 120 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,126 +208,6 @@
}
}
}
},
"fusion-mfe": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
},
"@schematics/angular:application": {
"strict": true
}
},
"root": "projects/fusion-mfe",
"sourceRoot": "projects/fusion-mfe/src",
"prefix": "app",
"architect": {
"build": {
"builder": "ngx-build-plus:browser",
"options": {
"outputPath": "dist/fusion-mfe",
"index": "projects/fusion-mfe/src/index.html",
"main": "projects/fusion-mfe/src/main.ts",
"polyfills": "projects/fusion-mfe/src/polyfills.ts",
"tsConfig": "projects/fusion-mfe/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/fusion-mfe/src/favicon.ico",
"projects/fusion-mfe/src/assets"
],
"styles": [
"projects/fusion-mfe/src/styles.scss"
],
"scripts": [],
"extraWebpackConfig": "projects/fusion-mfe/webpack.config.js",
"commonChunk": false
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "2mb"
}
],
"fileReplacements": [
{
"replace": "projects/fusion-mfe/src/environments/environment.ts",
"with": "projects/fusion-mfe/src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
},
"dev": {
"sourceMap": {
"scripts": true,
"styles": true,
"hidden": true,
"vendor": true
},
"optimization": false,
"buildOptimizer": false,
"outputHashing": "none"
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "fusion-mfe:build:production"
},
"development": {
"buildTarget": "fusion-mfe:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "fusion-mfe:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/fusion-mfe/src/test.ts",
"polyfills": "projects/fusion-mfe/src/polyfills.ts",
"tsConfig": "projects/fusion-mfe/tsconfig.spec.json",
"karmaConfig": "projects/fusion-mfe/karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"projects/fusion-mfe/src/favicon.ico",
"projects/fusion-mfe/src/assets"
],
"styles": [
"projects/fusion-mfe/src/styles.scss"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/fusion-mfe/**/*.ts",
"projects/fusion-mfe/**/*.html"
]
}
}
}
}
},
"cli": {
Expand Down
Loading

0 comments on commit 6dc3f21

Please sign in to comment.