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

feat: add icon, icon position, and icon color options to expansion panel PFR-952 #3557

Conversation

RobD-tech
Copy link
Collaborator

This pull request includes the following features:

  • The option to set a different dropdown icon. In the current Material UI set there are 4 options: "ArrowDownward", "ArrowDropDown", "ArrowDropDownCircle", and "ExpandMore".
  • The option to change the position of the icon. Either show the dropdown icon at the start or at the end.
  • The option to change the color of the icon. In some designs you need to adjust the color to the customer's theming.

Link to the PFR ticket: PFR-952.

emielwit and others added 11 commits December 11, 2024 16:04
…ndefined-STAR-619

Fix/page crash when id is undefined star 619
## [2.198.2](v2.198.1...v2.198.2) (2024-12-11)

### Bug Fixes

* do not let the page crash when data is undefined ([c3294cf](c3294cf))
* use correct operator ([1d9a90c](1d9a90c))
* use tenerary statement since optional chaining is not suported ([2e7f214](2e7f214))
# [2.199.0](v2.198.2...v2.199.0) (2024-12-12)

### Bug Fixes

* do not let the page crash when data is undefined ([c3294cf](c3294cf))
* use tenerary statement since optional chaining is not suported ([2e7f214](2e7f214))

### Features

* added link options to box component ([6deb20f](6deb20f))
…tes-PAGE-4926

Task/introduce option templates page 4926
## [2.199.1](v2.199.0...v2.199.1) (2024-12-16)

### Bug Fixes

* bump cli version ([df3fd78](df3fd78))
* bump sdk version ([08d6fab](08d6fab))
src/components/box.js Show resolved Hide resolved
src/components/box.js Show resolved Hide resolved
@ingmar-stipriaan ingmar-stipriaan changed the base branch from edge to acceptance December 27, 2024 08:11
@ingmar-stipriaan ingmar-stipriaan changed the base branch from acceptance to edge December 27, 2024 08:12
@ingmar-stipriaan ingmar-stipriaan merged commit 54c8502 into edge Dec 27, 2024
2 checks passed
@ingmar-stipriaan ingmar-stipriaan deleted the feat/add-options-for-icon-position-color-expansion-panel-PFR-952 branch December 30, 2024 13:54
@bettyblocks-release-bot
Copy link
Collaborator

🎉 This PR is included in version 2.200.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

7 participants