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: 1.6.1 #527

Merged
merged 49 commits into from
Feb 22, 2024
Merged

release: 1.6.1 #527

merged 49 commits into from
Feb 22, 2024

Conversation

theJohnnyMe
Copy link
Contributor

release: 1.6.1

theJohnnyMe and others added 30 commits December 8, 2023 11:46
* test(footer): initial tests for footer

* test(footer): remove only for test describe

* test(footer): update locator to better ones
* test(popover-canvas): initial tests for popover-canvas

* test(popover-canvas): updated test texts
* test(popover-menu): initial tests for popover-menu

* test(popover-menu): more tests and updates
* fix(side-menu): collapsed state on mobile view

* Update packages/core/src/components/side-menu/side-menu.tsx

Co-authored-by: mJarsater <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
* build(stencil): version 4.9.0

* docs: readme update after stencil upgrade
* feat(footer): copyright slot

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* fix: template literal

Co-authored-by: Alfred Skedebäck <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Alfred Skedebäck <[email protected]>
… helper text (#476)

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text

* test(footer): year update

* fix: added shame css file

* test: footer year update by Martin
* fix(button): colors update

* fix(button): post review color update

* fix(button-ghost): outline color update

* test: footer year update
* fix(dropdown): empty no-result-text prop

* fix(footer): class prop instead

* docs(readme): update

* fix: lower alert message and updating message text

* test: case for no-result-text being empty

* fix: no-result-text optional
* test(modal): adding unit tests

* Update packages/core/src/components/modal/test/open-close/index.html

Co-authored-by: Alfred Skedebäck <[email protected]>

* Update packages/core/src/components/modal/test/default/index.html

Co-authored-by: Alfred Skedebäck <[email protected]>

* Update packages/core/src/components/modal/test/prevent-true/index.html

Co-authored-by: Alfred Skedebäck <[email protected]>

* Update packages/core/src/components/modal/test/default/modal.e2e.ts

Co-authored-by: Alfred Skedebäck <[email protected]>

* fix(modal): adding show attribute for screenshot

* Update packages/core/src/components/modal/test/open-close/index.html

Co-authored-by: theJohnnyMe <[email protected]>

* test(modal): addressing review feedback in modal

* test(modal): updates to screenshots

* test(modal): adding header and body scenarios to test

---------

Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Release of @scania/[email protected]

* fix(dropdown): when deleting selected value selecting it again fills placeholder

---------

Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
* Release of @scania/[email protected]

* Release of @scania/[email protected]

---------

Co-authored-by: theJohnnyMe <[email protected]>
* feat(icon): enable Storybook change of title and description

* docs: readme update

* fix: make svgDesc optional

Co-authored-by: mJarsater <[email protected]>

* fix: make svgTitle optional

Co-authored-by: mJarsater <[email protected]>

* fix: aria-labelledby using svgTitle if available

* fix: svgDescription instead of svgDesc

* docs: story update

---------

Co-authored-by: mJarsater <[email protected]>
* test(link): default state

* test(link): disabled state

* fix(sonar-cloud): adding suggested noopener in links

* fix(link: default): open link and check url

* fix(link: disabled): try to open link
* Toggle the open state on icon press only is disabled !== true

* Added tests for click on icon when dropdown is disabled

* Corrected border bottom on disabled filter dropdown

* Seperated and updated tests

* Cleaned up tests to only produce one snapshot per test

* removed local mac script

* fix(dropdown): gramma correction and fixing failing test

* fix: test images update

---------

Co-authored-by: Tim <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
* Release of @scania/[email protected]

* release: @scania/[email protected] (#481)

* release: @scania/[email protected] (#458)

Co-authored-by: theJohnnyMe <[email protected]>

* fix(release-angular): added working directory (#459)

* test(banner): add initial tests for banner component (#463)

* test(card): Adding unit tests (#464)

* fix(slider): update so that watch for values does not send a dispatch (#454)

* test(header): Adding unit tests (#461)

* test(footer): Adding unit tests (#462)

* test(footer): initial tests for footer

* test(footer): remove only for test describe

* test(footer): update locator to better ones

* test(popover-canvas): Adding unit tests (#467)

* test(popover-canvas): initial tests for popover-canvas

* test(popover-canvas): updated test texts

* fix(message): refactor the unit tests for less implementation details (#466)

* test(breadcrumbs): initial tests for breadcrumbs (#470)

* test(popover-menu): Adding unit tests (#468)

* test(popover-menu): initial tests for popover-menu

* test(popover-menu): more tests and updates

* fix(side-menu): collapsed state on mobile view (#473)

* fix(side-menu): collapsed state on mobile view

* Update packages/core/src/components/side-menu/side-menu.tsx

Co-authored-by: mJarsater <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>

* build(stencil): upgrade to 4.9.0 (#474)

* build(stencil): version 4.9.0

* docs: readme update after stencil upgrade

* feat(footer): copyright slot (#475)

* feat(footer): copyright slot

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* fix: template literal

Co-authored-by: Alfred Skedebäck <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Alfred Skedebäck <[email protected]>

* test(side-menu): initial unit testing (#472)

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text (#476)

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text

* test(footer): year update

* fix: added shame css file

* test: footer year update by Martin

* fix(button): colors update (#460)

* fix(button): colors update

* fix(button): post review color update

* fix(button-ghost): outline color update

* test: footer year update

* fix(dropdown): empty no-result-text prop (#478)

* fix(dropdown): empty no-result-text prop

* fix(footer): class prop instead

* docs(readme): update

* fix: lower alert message and updating message text

* test: case for no-result-text being empty

* fix: no-result-text optional

* test(modal): adding unit tests (#471)

* test(modal): adding unit tests

* Update packages/core/src/components/modal/test/open-close/index.html

Co-authored-by: Alfred Skedebäck <[email protected]>

* Update packages/core/src/components/modal/test/default/index.html

Co-authored-by: Alfred Skedebäck <[email protected]>

* Update packages/core/src/components/modal/test/prevent-true/index.html

Co-authored-by: Alfred Skedebäck <[email protected]>

* Update packages/core/src/components/modal/test/default/modal.e2e.ts

Co-authored-by: Alfred Skedebäck <[email protected]>

* fix(modal): adding show attribute for screenshot

* Update packages/core/src/components/modal/test/open-close/index.html

Co-authored-by: theJohnnyMe <[email protected]>

* test(modal): addressing review feedback in modal

* test(modal): updates to screenshots

* test(modal): adding header and body scenarios to test

---------

Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>

* build(deps-dev): bump follow-redirects in /packages/angular (#479)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(dropdown): fix selected value when erased (#480)

* Release of @scania/[email protected]

* fix(dropdown): when deleting selected value selecting it again fills placeholder

---------

Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>

* Release of @scania/[email protected]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Tim <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(chromatic): removing Chromatic action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: mJarsater <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(dropdown): adding check for value

* fix(dropdown): added check for if filter is true

* fix(dropdown): fixes chevron touch area and ability to open dropdown

* chore(readmes): adding readme files that keeps on popping up

* fix(dropdown): button and icon click methods

* docs: readme updates

---------

Co-authored-by: theJohnnyMe <[email protected]>
theJohnnyMe and others added 19 commits January 30, 2024 09:37
* test(slider): added default test case

* test(slider): added default test case

* test(slider): read-only unit test

* test(slider): disabled unit test

* fix: test images update

* fix: min, max, default value, thumb size improvement

* fix: disabled and read-only updates

* fix: screenshots files

* test(slider-disabled): update screenshot and disabled check
* test(footer): Adding unit tests (#462)

* test(footer): initial tests for footer

* test(footer): remove only for test describe

* test(footer): update locator to better ones

* feat(footer): copyright slot (#475)

* feat(footer): copyright slot

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* fix: template literal

Co-authored-by: Alfred Skedebäck <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Alfred Skedebäck <[email protected]>

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text (#476)

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text

* test(footer): year update

* fix: added shame css file

* test: footer year update by Martin

* fix(dropdown): empty no-result-text prop (#478)

* fix(dropdown): empty no-result-text prop

* fix(footer): class prop instead

* docs(readme): update

* fix: lower alert message and updating message text

* test: case for no-result-text being empty

* fix: no-result-text optional

* Release of @scania/[email protected]

---------

Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: mJarsater <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
* adding number type support for input fields, with min-max attributes

* Update packages/core/src/components/text-field/text-field.stories.tsx

Co-authored-by: Nathalie Lindqvist <[email protected]>

---------

Co-authored-by: gnuqna <[email protected]/>
Co-authored-by: Nathalie Lindqvist <[email protected]>
* feat(datetime): setValue method

* Update packages/core/src/components/datetime/datetime.tsx

Co-authored-by: mJarsater <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
* feat(table): disabled state of checkbox in multiselect rows

* test(table): disabled state of checkbox in multiselect rows
* test(footer): Adding unit tests (#462)

* test(footer): initial tests for footer

* test(footer): remove only for test describe

* test(footer): update locator to better ones

* feat(footer): copyright slot (#475)

* feat(footer): copyright slot

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* fix: template literal

Co-authored-by: Alfred Skedebäck <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Alfred Skedebäck <[email protected]>

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text (#476)

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text

* test(footer): year update

* fix: added shame css file

* test: footer year update by Martin

* fix(dropdown): empty no-result-text prop (#478)

* fix(dropdown): empty no-result-text prop

* fix(footer): class prop instead

* docs(readme): update

* fix: lower alert message and updating message text

* test: case for no-result-text being empty

* fix: no-result-text optional

* release: @scania/[email protected] (#501)

* test(footer): Adding unit tests (#462)

* test(footer): initial tests for footer

* test(footer): remove only for test describe

* test(footer): update locator to better ones

* feat(footer): copyright slot (#475)

* feat(footer): copyright slot

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* Update packages/core/src/components/footer/footer.tsx

Co-authored-by: mJarsater <[email protected]>

* fix: template literal

Co-authored-by: Alfred Skedebäck <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Alfred Skedebäck <[email protected]>

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text (#476)

* fix(dropdown, text-field, textarea): global css bleeding in label and helper text

* test(footer): year update

* fix: added shame css file

* test: footer year update by Martin

* fix(dropdown): empty no-result-text prop (#478)

* fix(dropdown): empty no-result-text prop

* fix(footer): class prop instead

* docs(readme): update

* fix: lower alert message and updating message text

* test: case for no-result-text being empty

* fix: no-result-text optional

* fix(dropdown): fix selected value when erased (#480)

* Release of @scania/[email protected]

* fix(dropdown): when deleting selected value selecting it again fills placeholder

---------

Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>

* release: 1.4.0. (#483)

* Release of @scania/[email protected]

* Release of @scania/[email protected]

---------

Co-authored-by: theJohnnyMe <[email protected]>

* build(stencil): 4.12.0 (#497)

* feat(text-field): adding number type and min-max attributes (#496)

* adding number type support for input fields, with min-max attributes

* Update packages/core/src/components/text-field/text-field.stories.tsx

Co-authored-by: Nathalie Lindqvist <[email protected]>

---------

Co-authored-by: gnuqna <[email protected]/>
Co-authored-by: Nathalie Lindqvist <[email protected]>

* feat(datetime): setValue method (#500)

* feat(datetime): setValue method

* Update packages/core/src/components/datetime/datetime.tsx

Co-authored-by: mJarsater <[email protected]>

---------

Co-authored-by: mJarsater <[email protected]>

* feat(table): disabled state of checkbox in multiselect rows (#499)

* feat(table): disabled state of checkbox in multiselect rows

* test(table): disabled state of checkbox in multiselect rows

* Release of @scania/[email protected]

---------

Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: mJarsater <[email protected]>
Co-authored-by: Tim <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: Gökberk <[email protected]>
Co-authored-by: gnuqna <[email protected]/>
Co-authored-by: Nathalie Lindqvist <[email protected]>

* fix: revert changes from develop branch

* fix: revert changes from develop branch

---------

Co-authored-by: Alfred Skedebäck <[email protected]>
Co-authored-by: mJarsater <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tim <[email protected]>
Co-authored-by: theJohnnyMe <[email protected]>
Co-authored-by: Gökberk <[email protected]>
Co-authored-by: gnuqna <[email protected]/>
Co-authored-by: Nathalie Lindqvist <[email protected]>
* fix(icon): a11y

* docs(icon): control update

* Update packages/core/src/components/icon/icon.tsx

Co-authored-by: Tim <[email protected]>

* Update packages/core/src/components/icon/icon.tsx

Co-authored-by: Tim <[email protected]>

---------

Co-authored-by: Tim <[email protected]>
* ci(release-scripts): use develop branch

* ci(release-scripts): relase all script
* ci: pr template update

* ci: ticket number field

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: Tim <[email protected]>

---------

Co-authored-by: Tim <[email protected]>
* test(radio-button): added unit test

* test: disabled test update

Co-authored-by: Nathalie Lindqvist <[email protected]>

* test: case description update

Co-authored-by: Tim <[email protected]>

* test: case description update

Co-authored-by: Tim <[email protected]>

---------

Co-authored-by: Nathalie Lindqvist <[email protected]>
Co-authored-by: Tim <[email protected]>
* fix(datetime): corrected custom event

* chore: other test and docs file update
* removes netlify links in readmes and stories

* added /tegel to announcement
Copy link

sonarcloud bot commented Feb 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@theJohnnyMe theJohnnyMe self-assigned this Feb 22, 2024
@theJohnnyMe theJohnnyMe merged commit 200fda7 into main Feb 22, 2024
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants