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/8.x.x #332

Merged
merged 74 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
860f774
chore: init after merge
AndyKIron Jul 25, 2024
be0a410
Components v4 new and fixed (#328)
AndyKIron Sep 2, 2024
d1e7fb2
chore(components-v4): init after merge
AndyKIron Sep 2, 2024
e9f2e45
ISCT-386: Layout Header v4 with skeletons support (#335)
AndyKIron Sep 2, 2024
eaac5f1
Merge branch 'release/8.x.x' into feature/components_v4
AndyKIron Sep 2, 2024
9598439
ISCT-373: FormCard compoent (v4) (#339)
AndyKIron Sep 24, 2024
2ee7196
Merge branch 'master' into release/8.x.x
AndyKIron Sep 24, 2024
41daf97
Merge branch 'master' into release/8.x.x
AndyKIron Sep 24, 2024
3b839c7
Merge branch 'release/8.x.x' into feature/components_v4
AndyKIron Sep 24, 2024
5b2a585
chore(ci-runners): change workflow runner
AndyKIron Sep 24, 2024
df5d9e7
chore(ci-runners): change workflow runner
AndyKIron Sep 24, 2024
beeb760
Merge branch 'master' into release/8.x.x
AndyKIron Sep 24, 2024
c49a46f
Merge branch 'release/8.x.x' into feature/components_v4
AndyKIron Sep 24, 2024
1197c6d
chore(ci-runners): restore workflow runner
AndyKIron Sep 24, 2024
a0ef405
Merge branch 'master' into release/8.x.x
AndyKIron Sep 24, 2024
cb030e9
Merge branch 'release/8.x.x' into feature/components_v4
AndyKIron Sep 24, 2024
eacdb5b
feat(ISCT-369): Inline copy component (#344)
AndyKIron Sep 26, 2024
46b05e7
feat(isct-367): create app header component
AndyKIron Sep 29, 2024
0372464
chore(isct-367): code-review changes for app header component
AndyKIron Sep 29, 2024
fc63818
Merge pull request #345 from ironSource/feature/isct-367-app-header
AndyKIron Sep 29, 2024
128c195
ISCT-162: DataGrid table component v4 (#343)
AndyKIron Sep 29, 2024
756175b
chore(data-grid): fixed interface TableMultipleActions - stickyAction…
AndyKIron Sep 29, 2024
c377612
feat(isct-159): added base application-trigger v4 component
AndyKIron Sep 30, 2024
3ee055a
chore(isct-159): update story
AndyKIron Sep 30, 2024
3f1f590
chore(isct-159): added story with dropdown - single selection
AndyKIron Sep 30, 2024
048a74e
chore(isct-159): added story with multi-select dropdown
AndyKIron Sep 30, 2024
b54a5f5
chore(isct-159): fixed build
AndyKIron Sep 30, 2024
d1f57d8
chore(isct-159): added story decorators for height rel to dropdown
AndyKIron Sep 30, 2024
29d8724
chore(isct-381): start with TextWithDroppedListComponent
AndyKIron Oct 6, 2024
6838ed6
chore(isct-381): added text styles in TextWithDroppedListComponent
AndyKIron Oct 6, 2024
2e9d9bd
ISCT-374: Draggable items list component and drag-and-drop directive …
AndyKIron Oct 6, 2024
6d174f9
Feature/isct 374 drag and drop (#347)
AndyKIron Oct 6, 2024
1f073cb
feat(isct-374): added drag-and-drop directive and draggable-items-lis…
AndyKIron Oct 6, 2024
ca903cb
Merge branch 'refs/heads/feature/components-v4' into feature/isct-381…
AndyKIron Oct 6, 2024
3343eb0
feat(isct-381): added dropped-list component
AndyKIron Oct 7, 2024
0c03389
ci(isct-381): added dropped-list component unit-tests
AndyKIron Oct 7, 2024
3a72f8e
chore(isct-381): re-arrange dropped-list component stories
AndyKIron Oct 7, 2024
452c8d2
feat(isct-381): added text-with-dropped-list component
AndyKIron Oct 7, 2024
6985d43
feat(isct-381): added unit tests for text-with-dropped-list component
AndyKIron Oct 8, 2024
0546b0a
chore(isct-381): code refactor for text-with-dropped-list component
AndyKIron Oct 8, 2024
0d73a53
chore(isct-381): update unit test by changes
AndyKIron Oct 8, 2024
cb1f767
chore(old-doc): some check on old doc
AndyKIron Oct 8, 2024
0694d90
chore(release): 8.4.0-rc.3
Oct 8, 2024
45dfea5
chore(release): 8.4.0-rc.4
Oct 8, 2024
f31be22
fix(tooltip): fixed tooltip on cycle close/open on element mouse out …
AndyKIron Oct 9, 2024
8618249
feat(isct-381): text with dropped list component (#348)
AndyKIron Oct 9, 2024
a24be73
chore(release): 8.4.0-rc.5
Oct 9, 2024
161edad
Merge pull request #342 from ironSource/feature/components-v4
AndyKIron Oct 10, 2024
cb24351
chore(old-doc): added example component to use in tooltip
AndyKIron Oct 10, 2024
f1a02f7
chore(old-doc): set to use tooltip v1 in old docs app
AndyKIron Oct 10, 2024
ad30d35
feat(tooltip): add support for custom component using in tooltip v1 (…
AndyKIron Oct 10, 2024
7d6f6e4
chore(tooltip): refactor tooltip v1 repo template
AndyKIron Oct 10, 2024
374aab3
chore(tooltip-doc): add example for using custom component in tooltip v1
AndyKIron Oct 10, 2024
ae719f6
feat(table-v1): add support to using custom component in table v1 hea…
AndyKIron Oct 10, 2024
9ec2353
docs(table-v1-doc): add example for using custom component in table h…
AndyKIron Oct 10, 2024
3adf50e
Merge branch 'release/8.x.x' into feature/table-column-tooltip-component
AndyKIron Oct 10, 2024
a91d5bf
chore(release): 8.4.0-rc.6
Oct 10, 2024
4ef5e92
refactor(tooltip-table-v1): revert tooltip changes, update table head…
AndyKIron Oct 10, 2024
4de7a56
chore(release): 8.4.0-rc.7
Oct 10, 2024
36e7979
Merge branch 'master' into release/8.x.x
AndyKIron Oct 10, 2024
a888bf1
ci(runners): change runners
AndyKIron Oct 10, 2024
ca88a67
fix(isct-428): update inline-input v1 in table v1 (with error icon)
AndyKIron Oct 13, 2024
cdcd4b5
chore(isct-428): update table-cell v1 error message for custom error
AndyKIron Oct 13, 2024
50671c4
chore(release): 8.4.0-rc.8
Oct 13, 2024
0092774
chore(isct-428): added prop inputErrorIconShow to the table-column en…
AndyKIron Oct 13, 2024
1c614fe
chore(release): 8.4.0-rc.9
Oct 13, 2024
cf0aafd
chore(isct-428): added prop inputErrorIconShow to the table-column en…
AndyKIron Oct 13, 2024
ecb8697
ci(storybook): remove storybook deploy related code
AndyKIron Oct 13, 2024
104356b
Merge pull request #353 from ironSource/ci/test-story-deploy
AndyKIron Oct 14, 2024
2b6fd4d
Merge pull request #350 from ironSource/feature/table-column-tooltip-…
AndyKIron Oct 15, 2024
08889ad
chore(inline-input): fix save icon visibility for mode error icon
AndyKIron Oct 15, 2024
193fadb
chore(release): 8.4.0-rc.10
AndyKIron Oct 15, 2024
0de7099
chore(release): 8.4.0-rc.11
Oct 15, 2024
54095cc
chore(release): 8.4.0
Oct 21, 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
13 changes: 0 additions & 13 deletions .github/actions/deploy-storybook.sh

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/deploy-storybook.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ speed-measure-plugin.json

# IDEs and editors
/.idea
projects/fusion-e2e/.idea
.project
.classpath
.c9/
Expand Down
111 changes: 111 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,117 @@

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.

## [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)

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


### CI

* **runners:** change runners ([a888bf1](https://github.com/ironSource/fusion-ui/commit/a888bf11401f81bae53e589ac93b5d27b7ea4707))
* **runners:** change runners ([ebbace9](https://github.com/ironSource/fusion-ui/commit/ebbace94be246610c767d6cea5f177035a043c7a))
* **runners:** change runners ([05b5b75](https://github.com/ironSource/fusion-ui/commit/05b5b7540a26ba9adc052e52c8521340a1b0ff4d))
* **storybook:** remove storybook deploy related code ([ecb8697](https://github.com/ironSource/fusion-ui/commit/ecb86975d16a807ec92b246fea5437a30019acb9))

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

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


### Bug Fixes

* **isct-428:** update inline-input v1 in table v1 (with error icon) ([ca88a67](https://github.com/ironSource/fusion-ui/commit/ca88a67f5f15e285ad16024de91fac11f5329365))

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


### Code Refactoring

* **tooltip-table-v1:** revert tooltip changes, update table header template ([4ef5e92](https://github.com/ironSource/fusion-ui/commit/4ef5e925fd857d9d4b9ea6b33625a6ec825f771e))

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


### Features

* **isct-381:** added dropped-list component ([3343eb0](https://github.com/ironSource/fusion-ui/commit/3343eb0f0df90dbe577f2f1c9f5f036e31fd7fc1))
* **isct-381:** added text-with-dropped-list component ([452c8d2](https://github.com/ironSource/fusion-ui/commit/452c8d20cf5dc964fd5a88126fe8f7d402b90ff0))
* **isct-381:** added unit tests for text-with-dropped-list component ([6985d43](https://github.com/ironSource/fusion-ui/commit/6985d43db3ae68ce577710bc904e65c62fbfb26a))
* **table-v1:** add support to using custom component in table v1 header tooltip ([ae719f6](https://github.com/ironSource/fusion-ui/commit/ae719f64049cc450d27ed1e71d1f9bb6102e5844))
* **tooltip:** add support for custom component using in tooltip v1 (base) ([ad30d35](https://github.com/ironSource/fusion-ui/commit/ad30d35b2d6c46d43024d188162e7d3aa7996a08))


### CI

* **isct-381:** added dropped-list component unit-tests ([0c03389](https://github.com/ironSource/fusion-ui/commit/0c033897b41b02ad991179958520f148a818d419))


### Docs

* **table-v1-doc:** add example for using custom component in table header tooltip ([9ec2353](https://github.com/ironSource/fusion-ui/commit/9ec2353541c0472cd09ab1a69697f628d6fd4b08))

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


### Features

* **isct-381:** text with dropped list component ([#348](https://github.com/ironSource/fusion-ui/issues/348)) ([8618249](https://github.com/ironSource/fusion-ui/commit/86182499f5c7ade31093cca37d18e1577c17a809))


### Bug Fixes

* **tooltip:** fixed tooltip on cycle close/open on element mouse out when mouse on element border ([#349](https://github.com/ironSource/fusion-ui/issues/349)) ([f31be22](https://github.com/ironSource/fusion-ui/commit/f31be222d8cf3ad67ea769e602020f52f11268af))

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

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


### Features

* **isct-159:** added base application-trigger v4 component ([c377612](https://github.com/ironSource/fusion-ui/commit/c377612516eeecb124958e366fdf58fa90129f24))
* **isct-367:** create app header component ([46b05e7](https://github.com/ironSource/fusion-ui/commit/46b05e7b3a688f2d53058428bfe4d1913a6864ba))
* **ISCT-369:** Inline copy component ([#344](https://github.com/ironSource/fusion-ui/issues/344)) ([eacdb5b](https://github.com/ironSource/fusion-ui/commit/eacdb5b2f5f5bc1b1d6c0df134c9fc87c5f154c1))
* **isct-374:** added drag-and-drop directive and draggable-items-list component ([1f073cb](https://github.com/ironSource/fusion-ui/commit/1f073cb2aef7dae50ca619e49617f6df0a241e2e))

## [8.4.0-rc.2](https://github.com/ironSource/fusion-ui/compare/v8.4.0-rc.1...v8.4.0-rc.2) (2024-08-25)

## [8.4.0-rc.1](https://github.com/ironSource/fusion-ui/compare/v8.4.0-rc.0...v8.4.0-rc.1) (2024-08-14)


### Features

* **isct-165:** added datepicker component v4 ([1861561](https://github.com/ironSource/fusion-ui/commit/18615618690c33149516f2d25f3f8430710f3c90))
* **isct-166:** added daterange component v4 ([6b7197f](https://github.com/ironSource/fusion-ui/commit/6b7197f7920a55a1701a2d3f6057cf6b3a2a90c8))
* **isct-166:** added calendar component v4 ([285c4d8](https://github.com/ironSource/fusion-ui/commit/285c4d8d35cedcf6c1eb69be36b97b9a993c5cf2))
* **isct-168:** remove hover from chip except remove icon ([d50ed86](https://github.com/ironSource/fusion-ui/commit/d50ed8667ce19af9b66ff2e82fda80cd38adaf6e))


### Bug Fixes

* **trigger-button:** up stories for button trigger v4 ([99beca3](https://github.com/ironSource/fusion-ui/commit/99beca30c176b591acb5528a7fc376d1e8500f9c))
* **trigger-button:** v4 sync with vue ([9f9843c](https://github.com/ironSource/fusion-ui/commit/9f9843ca5ce25e1aa2807fdd1a9c662554fbeb33))

## [8.4.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.3.0...v8.4.0-rc.0) (2024-08-01)


### Features

* **isct-161:** added empty-state component v4 ([8959503](https://github.com/ironSource/fusion-ui/commit/89595036e08c53cac7eebd98a13cbb0dde67939c))
* **isct-161:** added empty-state component v4 unit-tests ([a114b1a](https://github.com/ironSource/fusion-ui/commit/a114b1a0c2f767fd05a52d5c76eadb9c865d423c))
* **isct-161:** added skeleton component v4 unit-tests ([0bf6dd6](https://github.com/ironSource/fusion-ui/commit/0bf6dd6bae01207ee84bd48d69fc659a8727472b))
* **isct-163:** added skeleton component v4 ([c63aba1](https://github.com/ironSource/fusion-ui/commit/c63aba1a7a139b882cd459182b2a925931cf0494))
* **isct-163:** start with skeleton component ([83258ff](https://github.com/ironSource/fusion-ui/commit/83258ff2a32c50ca91a0f2405b575f03161c36dc))
* **isct-168:** added chip component v4 ([3756856](https://github.com/ironSource/fusion-ui/commit/37568562e53950bc6251c1fb1cf8f008fba508a2))
* **isct-241:** added new link (button) v4 component ([f6cdcdc](https://github.com/ironSource/fusion-ui/commit/f6cdcdc506d0ac12aa99a4fe06f56da52b174f6c))


### Bug Fixes

* **master:** remove console.log ([2da5f01](https://github.com/ironSource/fusion-ui/commit/2da5f0184686c6f3d122067c4dad63745dba4148))

## [8.3.0](https://github.com/ironSource/fusion-ui/compare/v8.3.0-rc.0...v8.3.0) (2024-07-25)

## [8.3.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.2.1...v8.3.0-rc.0) (2024-07-25)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusion-ui",
"version": "8.3.0",
"version": "8.4.0",
"description": "UI library created by ironSource",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -31,12 +31,7 @@
"release": "commit-and-tag-version",
"docs:show": "compodoc -p ./tsconfig.doc.json -s --disablePrivate --disableProtected --disableLifeCycleHooks --disableInternal",
"storybook": "ng run fusion-ui:storybook",
"build-storybook": "ng run fusion-ui:build-storybook",
"aws:build-storybook": "npm run build-storybook",
"aws:deploy-storybook": "npm run deploy:static-storybook && npm run deploy:html-storybook",
"deploy:static-storybook": "aws s3 cp ./storybook-static s3://fusion-storybook/$FOLDER --recursive --exclude 'index.html'",
"deploy:html-storybook": "aws s3 cp ./storybook-static/index.html s3://fusion-storybook/$FOLDER/index.html --cache-control='max-age=0, s-maxage=604800'",
"cf:invalidate": "aws cloudfront create-invalidation --distribution-id E3LE7X89G2T5J3 --paths \"/$FOLDER/*\" "
"build-storybook": "ng run fusion-ui:build-storybook"
},
"lint-staged": {
"**/*{.ts,.json}": "prettier --config ./prettier.config.js --write"
Expand Down
2 changes: 1 addition & 1 deletion projects/fusion-docs/src/app/app.module.ts

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.

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.

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

Loading
Loading