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

Release/9.x.x #360

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9584e5c
feat(update-a18): remove fusion-mfe project
AndyKIron Oct 20, 2024
a312155
chore(inline-input): fix save icon visibility for mode error icon
AndyKIron Oct 20, 2024
6fc6f28
chore(update-a18): run ng update to v18
AndyKIron Oct 20, 2024
f40228c
chore: just init branch commit
AndyKIron Oct 21, 2024
2279205
test(update-a18): update unit tests for HttpTestingController and sig…
AndyKIron Oct 21, 2024
d646ca4
refactor(update-a18): manual update some packages versions
AndyKIron Oct 21, 2024
ee98213
chore(update-a18): fix build with ng-package
AndyKIron Oct 22, 2024
06a5dfc
chore(update-a18): fix grid.scss
AndyKIron Nov 3, 2024
4d096de
chore(update-a18): fix linting
AndyKIron Nov 3, 2024
745fc1c
chore(update-a18): fix sass - silence for @import, fix map.*
AndyKIron Nov 3, 2024
6809288
chore(update-a18): fix sass - internal function meta.type_of
AndyKIron Nov 3, 2024
5a7f08b
chore(update-a18): try with test version 9.0.0-test.0
AndyKIron Nov 3, 2024
5c4a9ff
chore(update-a18): refactor common scss
AndyKIron Nov 4, 2024
1cb2225
Revert "chore(update-a18): refactor common scss"
AndyKIron Nov 4, 2024
c894705
chore(update-a18): set version 9.0.0-test.1
AndyKIron Nov 4, 2024
748cdf9
Merge pull request #357 from ironSource/feature/isct-358-fix-sass
AndyKIron Nov 5, 2024
2d76b13
Merge branch 'release/8.x.x' into feature/isct-358-up-to-angular-18
AndyKIron Nov 10, 2024
7a2c177
chore(storybook): update fusion-ui version for stackblitz
AndyKIron Nov 20, 2024
6635ffc
Merge branch 'release/8.x.x' into feature/isct-358-up-to-angular-18
AndyKIron Dec 4, 2024
2cd3b5f
chore(release): 9.0.0
Dec 4, 2024
6dc3f21
Merge pull request #356 from ironSource/feature/isct-358-up-to-angula…
AndyKIron Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading