Skip to content

Commit

Permalink
[PBIOS-672] 6.6.3-release (#492)
Browse files Browse the repository at this point in the history
Playbook version update
  • Loading branch information
isismsilva authored Jan 24, 2025
1 parent b9baf08 commit f9caa02
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 24 deletions.
74 changes: 56 additions & 18 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,72 @@
# 🚀 Playbook Swift 6.6.1
##### Jan 06, 2024
# 🚀 Playbook Swift 6.6.3: Adjustments and Fixes! 🚀
##### Jan 24, 2025

### Playbook Changes
### Bug Fixes
Popover Activity Flag: Added a flag to track popover activity in [#488]
Reaction Button Font Color Alignment: Fixed an issue with font color alignment in the reaction button in [#490]

[Full Changelog](https://github.com/Power/Playbook/compare/6.6.2...6.6.3)

---

# 🚀 Playbook Swift 6.6.2: Adjustments and Fixes! 🚀
##### Jan 17, 2025

### Bug Fixes
- Modify PBReactionButton to Use Binding by [@RachelRadford21](https://github.com/RachelRadford21) in [#485](https://github.com/Power/Playbook/pull/485)
- Update PBSelect Kit Dynamic Select by [@RachelRadford21](https://github.com/RachelRadford21) in [#484](https://github.com/Power/Playbook/pull/484)
- PBIcon Clipping Fix by [@RachelRadford21](https://github.com/RachelRadford21) in [#480](https://github.com/Power/Playbook/pull/480)
- Section list fix for connect by [@isismsilva](https://github.com/isismsilva) in [#486](https://github.com/Power/Playbook/pull/486)

[Full Changelog](https://github.com/Power/Playbook/compare/6.6.1...6.6.2)

---

# 🚀 Playbook Swift 6.6.1: Typeahead improvements! 🚀
##### Jan 07, 2025

This release introduces fixes and improvements that refine user experience, optimize component behavior, and expand functionality across platforms.

#### Full List of Changes

- **Fix Typeahead presentation** in #482 (Isis Silva)
**Bug Fixes**
- Typeahead presentation fix by [@isismsilva](https://github.com/isismsilva) in [#482](https://github.com/Power/Playbook/pull/482)

🔗 [Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.6.0...6.6.1)
[Full Changelog](https://github.com/Power/Playbook/compare/6.6.0...6.6.1)

# 🚀 Playbook Swift 6.6.0: Enhanced Popovers and More! 🚀
---

# 🚀 Playbook Swift 6.6.0: Enhanced Reaction Button! 🚀
##### Dec 18, 2024

This release introduces fixes and improvements that refine user experience, optimize component behavior, and expand functionality across platforms.

[6.6.0 Full List of Changes](https://github.com/powerhome/playbook-swift/compare/6.5.1...6.6.0)
#### Full List of Changes

### Playbook Changes
**Bug Fixes**
- Fix Popover Closing on Scroll: Resolved issues with popovers unexpectedly closing when scrolling. [#469](https://github.com/Power/Playbook/pull/469) (Isis Silva)
- Fix Popover Leak: Addressed a memory leak associated with popover components. [#478](https://github.com/Power/Playbook/pull/478) (Alexandre Hauber)
- Fix Typeahead Dropdown Scroll on Key Pressed: Improved dropdown behavior for a smoother scrolling experience when using the keyboard. [#476](https://github.com/Power/Playbook/pull/476)

#### Kit Enhancements
- **Update Padding Prop to PBNavItem**: Introduced a new padding property for PBNavItem to allow greater customization. #475 (Rachel Radford)
- **Add Action to Reaction Button**: Enabled new actions to enhance interactivity with the Reaction Button kit. #474(Rachel Radford)
**Kit Enhancements**
- Update Padding Prop to PBNavItem: Introduced a new padding property for PBNavItem to allow greater customization. [#475](https://github.com/Power/Playbook/pull/475) (Rachel Radford)
- Add Action to Reaction Button: Enabled new actions to enhance interactivity with the Reaction Button kit. [#474](https://github.com/Power/Playbook/pull/474) (Rachel Radford)

#### Bug Fixes
- **Fix Popover Closing on Scroll**: Resolved issues with popovers unexpectedly closing when scrolling. #469 (Isis Silva)
- **Fix Popover Leak**: Addressed a memory leak associated with popover components. #478 (Alexandre Hauber)
- **Fix Typeahead Dropdown Scroll on Key Pressed**: Improved dropdown behavior for a smoother scrolling experience when using the keyboard. #476 (Isis Silva)
**Platform Updates**
- Upgrade iOS and macOS Versions: Updated supported versions for iOS and macOS to ensure compatibility with the latest platforms. [#477](https://github.com/Power/Playbook/pull/477)




# 🚀 Playbook Swift 6.5.1: Adjustments and Fixes! 🚀
##### Dec 04, 2024

This release includes adjustments and necessary fixes for release 6.5.0

Adjustments and Fixes 6.5.0: This update includes essential changes and tweaks following our last major release to ensure everything runs. [#1665](https://github.com/powerhome/playbook-swift/pull/472) [(Everton Cunha)](https://github.com/evertoncunha)

####Platform Updates
- **Upgrade iOS and macOS Versions**: Updated supported versions for iOS and macOS to ensure compatibility with the latest platforms. #477 (Isis Silva)
🔗 [Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.5.0...6.5.1)

🔗 [Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.5.1...6.6.0)


# 🚀 Playbook Swift 6.5.0: Enhanced Dynamic Typeahead! 🚀
Expand Down
8 changes: 4 additions & 4 deletions PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.6.2;
MARKETING_VERSION = 6.6.3;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -336,7 +336,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.6.2;
MARKETING_VERSION = 6.6.3;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Playbook In House";
Expand Down Expand Up @@ -376,7 +376,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.6;
MARKETING_VERSION = 6.6.2;
MARKETING_VERSION = 6.6.3;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -411,7 +411,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.6;
MARKETING_VERSION = 6.6.2;
MARKETING_VERSION = 6.6.3;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Playbook Showcase Dev ID";
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ targets:
GENERATE_INFOPLIST_FILE: false
PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "6.6.2"
MARKETING_VERSION: "6.6.3"
Playbook-macOS:
type: application
platform: macOS
Expand All @@ -35,4 +35,4 @@ targets:
GENERATE_INFOPLIST_FILE: false
PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "6.6.2"
MARKETING_VERSION: "6.6.3"

0 comments on commit f9caa02

Please sign in to comment.