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/6.x.x: Move common services, guards and utils to fusion-core #241

Merged
merged 33 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d59744b
chore(release): 5.4.1
Jun 5, 2023
c8ab081
chore(fg-169): remove permissions service (to fusion-core)
AndyKIron Jun 8, 2023
15b218c
chore(fg-169): remove services and guards from sharedEntities
AndyKIron Jun 8, 2023
54be40b
feat(fg-169)!: services and guards removing
AndyKIron Jun 11, 2023
2c91b19
fix(fg-169): fixed unit-tests
AndyKIron Jun 11, 2023
432b2ae
chore(fg-169): clean from api service imports
AndyKIron Jun 11, 2023
a639751
chore(fg-169): set layout v1 on old docs fro check
AndyKIron Jun 11, 2023
a50a24b
chore(fg-169): in process
AndyKIron Jun 11, 2023
b3205f6
chore(fg-169): fix svg component getter
AndyKIron Jun 11, 2023
3c39a91
chore(fg-169): common check
AndyKIron Jun 11, 2023
3413f45
chore(fg-169): remove services, and guards from project mfe public-ap…
AndyKIron Jun 12, 2023
c4e1b6f
chore(release): 6.0.0-rc.0
Jun 12, 2023
9dbeed8
chore(fg-169): added storage servise
AndyKIron Jun 14, 2023
c29ac9b
chore(release): 6.0.0-rc.1
Jun 14, 2023
7545760
chore(release): 6.0.0-rc.2
Jun 14, 2023
e41356e
Merge branch 'master' into feature/fg-169
AndyKIron Jun 28, 2023
fb7dca9
chore(fgc-59): changes after merge from master
AndyKIron Jun 28, 2023
2dae865
chore(fgc-59): changes after merge from master
AndyKIron Jun 28, 2023
70b314d
chore(release): 6.0.0-rc.3
Jun 28, 2023
a6c94f3
chore(fg-169): merge from master
AndyKIron Sep 14, 2023
33cbbb0
chore(fg-169): merge from master
AndyKIron Sep 14, 2023
99ac143
chore(fg-169): merge from master
AndyKIron Sep 18, 2023
329729a
chore(fg-169): added cache for svg component - load svg
AndyKIron Sep 20, 2023
850a1db
chore(fg-169): sync and fixes with release/5.x.x branch
AndyKIron Sep 20, 2023
f808941
chore(release): 6.0.0-rc.5
Sep 20, 2023
7ce38c4
chore(release): 6.0.0
Sep 27, 2023
d4ac21d
Merge pull request #211 from ironSource/feature/fg-169
AndyKIron Sep 27, 2023
eadf46c
chore(fg-169): fixed changelog
AndyKIron Sep 27, 2023
bf2b075
fix(isct-59): table component preselected rows
AndyKIron Sep 28, 2023
22e37bf
Merge pull request #243 from ironSource/fix/isct-59-table-preselected…
AndyKIron Sep 28, 2023
0e22824
chore(release): 6.0.1-rc.0
Sep 28, 2023
2f868d9
chore(release): 6.0.1
Oct 1, 2023
c94b38d
chore(isct-59): up package-lock.json
AndyKIron Oct 3, 2023
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
35 changes: 34 additions & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link rel="stylesheet" href="https://fusion.ironsrc.net/Angular_14/v26/styles.5859cbb869f0ab3e.css">
<link rel="stylesheet" href="https://fusion-ui.s3.eu-west-1.amazonaws.com/release/5.6.8/style/v4/fonts.css">
<link rel="stylesheet" href="https://fusion-ui.s3.eu-west-1.amazonaws.com/release/5.7.7/style/v4/fonts.css">

<style>
body {
Expand Down Expand Up @@ -60,6 +60,36 @@
}
/* endregion */

/* region shadows */
.fu-shadow-xs{box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.fu-shadow-sm{box-shadow:0px 1px 3px 0px rgba(16,24,40,.1),0px 1px 2px 0px rgba(16,24,40,.06)}.fu-shadow-md{box-shadow:0px 4px 8px -2px rgba(16,24,40,.1),0px 2px 4px -2px rgba(16,24,40,.06)}.fu-shadow-lg{box-shadow:0px 12px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03)}.fu-shadow-xl{box-shadow:0px 20px 24px -6px rgba(16,24,40,.08),0px 8px 8px -4px rgba(16,24,40,.03)}.fu-shadow-xxl{box-shadow:0px 24px 48px -12px rgba(16,24,40,.18)}.fu-shadow-xxxl{box-shadow:0px 19px 32px 2px rgba(44,45,45,.14)}.fu-shadow-slg{box-shadow:0px 27px 27px 2px rgba(44,45,45,.14)}

.fu-shadow-examples{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 38px;
padding: 80px;
background-color: #EDEDED;
}
.fu-shadow-example {
width: 124px;
height: 124px;
background-color: #fff;
border-radius: 16px;
display: flex;
gap: 8px;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 12px;
}
.fu-shadow-hr{
flex-basis: 100%;
}
/* endregion */

/* region grid */
.fu-grid-example-wrapper{
padding: 16px;
border-radius: 16px;
Expand Down Expand Up @@ -102,7 +132,9 @@
height: 32px;
background-color: rgba(150, 192, 255, 0.3);
}
/* endregion */

/*region breackpoints*/
.fu-breakpoint_xl{
background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 48 43\'%3E%3Cpath d=\'M44 0H4C1.792 0 0 1.806 0 4.031v24.188c0 2.225 1.792 4.031 4 4.031h16l-2 8.063h-6c-.733 0-1.333.604-1.333 1.343 0 .74.6 1.344 1.333 1.344h24c.733 0 1.333-.605 1.333-1.344 0-.739-.6-1.343-1.333-1.343h-6l-2-8.063h16c2.208 0 4-1.806 4-4.031V4.031C48 1.806 46.208 0 44 0zM20.75 40.313l1.333-5.376h3.834l1.333 5.376h-6.5zm24.583-12.094c0 .739-.6 1.343-1.333 1.343H4a1.342 1.342 0 01-1.333-1.343V4.031c0-.739.6-1.343 1.333-1.343h40c.733 0 1.333.604 1.333 1.343v24.188z\' fill=\'%23C2CDD7\' fill-rule=\'nonzero\'/%3E%3C/svg%3E');
width: 48px;
Expand Down Expand Up @@ -149,4 +181,5 @@
font-family: monospace, monospace;
width: fit-content;
}
/*endregion*/
</style>
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const preview = {
}
},
stackblitzAdditionalDependency: {
"@ironsource/fusion-ui": '5.6.3'
"@ironsource/fusion-ui": '5.7.15'
},
viewMode: 'story',
docs: {inlineStories: true},
Expand Down
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,88 @@

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.

### [6.0.1](https://github.com/ironSource/fusion-ui/compare/v6.0.1-rc.0...v6.0.1) (2023-10-01)

### [6.0.1-rc.0](https://github.com/ironSource/fusion-ui/compare/v6.0.0...v6.0.1-rc.0) (2023-09-28)


### Bug Fixes

* **isct-59:** table component preselected rows ([bf2b075](https://github.com/ironSource/fusion-ui/commit/bf2b075c9d20e9f3bd2c11c56cfef706a767ece0))

## [6.0.0](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.5...v6.0.0) (2023-09-27)

## [6.0.0-rc.5](https://github.com/ironSource/fusion-ui/compare/v5.7.7...v6.0.0-rc.5) (2023-09-20)


### Docs

* **fgc-178:** added typography doc story for style v4 ([1669881](https://github.com/ironSource/fusion-ui/commit/1669881be8912ac97c75e101136df0e7fb66f602))

## [6.0.0-rc.3](https://github.com/ironSource/fusion-ui/compare/v5.6.1...v6.0.0-rc.3) (2023-06-28)

## [6.0.0-rc.2](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2023-06-14)

## [6.0.0-rc.1](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2023-06-14)

## [6.0.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v5.4.1...v6.0.0-rc.0) (2023-06-12)


### ⚠ BREAKING CHANGES

* **fg-169:** remove services:
- api
- auth
- cache
- pub-sub
- redirect
- shared-config
- user
removed guard:
- auth

### Features

* **fg-169:** services and guards removing ([54be40b](https://github.com/ironSource/fusion-ui/commit/54be40b2f069fc59b327e99f697f28a4fabd0c71))


### Bug Fixes

* **fg-169:** fixed unit-tests ([2c91b19](https://github.com/ironSource/fusion-ui/commit/2c91b19f2f47d80f9fa039c8c693a96c4395f421))

### [5.4.1](https://github.com/ironSource/fusion-ui/compare/v5.2.0...v5.4.1) (2023-06-05)

## [6.0.0-rc.3](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2023-06-28)

## [6.0.0-rc.2](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2023-06-14)

## [6.0.0-rc.1](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2023-06-14)

## [6.0.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v5.4.1...v6.0.0-rc.0) (2023-06-12)


### ⚠ BREAKING CHANGES

* **fg-169:** remove services:
- ali
- auth
- cache
- pub-sub
- redirect
- shared-config
- user
removed guard:
- auth

### Features

* **fg-169:** services and guards removing ([54be40b](https://github.com/ironSource/fusion-ui/commit/54be40b2f069fc59b327e99f697f28a4fabd0c71))


### Bug Fixes

* **fg-169:** fixed unit-tests ([2c91b19](https://github.com/ironSource/fusion-ui/commit/2c91b19f2f47d80f9fa039c8c693a96c4395f421))

### [5.7.7](https://github.com/ironSource/fusion-ui/compare/v5.7.6...v5.7.7) (2023-07-31)

### [5.7.6](https://github.com/ironSource/fusion-ui/compare/v5.7.5...v5.7.6) (2023-07-31)
Expand Down
9 changes: 6 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusion-ui",
"version": "5.7.7",
"version": "6.0.1",
"description": "UI library created by ironSource",
"license": "MIT",
"repository": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions projects/fusion-docs/src/app/pages/docs/docs.component.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions projects/fusion-docs/src/app/pages/docs/menu-items.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading