Skip to content

Commit

Permalink
[PBIOS-600] 6.5.0-release (#471)
Browse files Browse the repository at this point in the history
Playbook version update
  • Loading branch information
isismsilva authored Nov 12, 2024
1 parent 97364d4 commit 01b82b3
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 16 deletions.
183 changes: 173 additions & 10 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,181 @@
# 6.4.0
# 🚀 Playbook Swift 6.5.0: Enhanced Dynamic Typeahead! 🚀
##### Nov 12, 2024

Dive into our latest release, Playbook Swift 6.5.0, where we've introduced some exciting enhancements to improve your development experience. Here’s a quick look at what’s new:

[6.5.0 Full List of Changes](https://github.com/powerhome/playbook-swift/compare/6.4.1...6.5.0)

### Playbook Changes

#### Kit Enhancements
- **Make Reaction Button Public**: We've made the Reaction Button accessible for all users, expanding its potential applications across different projects. [#625](https://github.com/powerhome/playbook-swift/pull/470) [(Rachel Radford)](https://github.com/RachelRadford21)

#### Bug Fixes
- **Fix Single Selection Highlight**: We've addressed an issue where highlights were not behaving as expected in single selection modes. [#598](https://github.com/powerhome/playbook-swift/pull/466) [(Isis Silva)](https://github.com/isismsilva)
- **Fix Focus on Backspace**: This fix ensures that focus behavior is consistent across various use cases when backspacing through inputs. [#590](https://github.com/powerhome/playbook-swift/pull/467) [(Isis Silva)](https://github.com/isismsilva)

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



# 🚀 Playbook Swift 6.4.0: Enhanced Buttons, Truncations, and Dynamic Typeahead! 🚀
##### Oct 18, 2024
![image](https://github.com/user-attachments/assets/875ae784-bb68-47e1-ae67-3d25e90f427e)

The latest release, Playbook Swift 6.4.0, brings new enhancements focused on flexibility, user experience, and seamless integrations. Key highlights include the new **Destructive Button**, adjustments to **Typeahead** for height and list display, and improved truncation in the User Kit for a cleaner, more responsive UI.

[6.4.0](https://github.com/powerhome/playbook-swift/tree/6.4.0) full list of changes:

### Playbook Changes

#### Kit Enhancements
- **Destructive Button**: A new button style designed for critical actions. (#457)
- **Height Adjusted Dropdown**: Improved dropdown to better fit varied content heights. (#450)
- **User Kit Truncation**: Tighter, more dynamic user name displays. (#458)
- **Add Props to PBMessage**: Additional properties to further customize PBMessage. (#456)
- **Typeahead Enhancements**:
- **Show No Option**: Now includes messaging when no options are available. (#455)
- **Section List**: Categorized options for a more organized typeahead. (#459)
- **Initial Value Support**: Set a starting value in PBSwift Typeahead.
- **Truncated User Name Support**: Cleaner user name display in User Kit.

#### Bug Fixes
- **Message Component Cursor Fix**: Improved cursor behavior for smooth typing experiences. (#454)

### Documentation Updates
- **Typeahead Enhancements**: Documented updates for scrollable lists, dropdown height adjustments, conversation name display, and improved conversation management options.

### Connect-Specific
- **Conditional Popover Handler**: Fixed the “Close” button issue with a new conditional handler. (#565)

List of changes:
🔗 **Full Changelog**: https://github.com/powerhome/playbook-swift/compare/6.3.1...6.4.0



# ✨ Dynamic Status Indicators & Interactive Messaging! ✨
##### Sept 20, 2024
![image](https://github.com/user-attachments/assets/84b6e16c-9fa4-45ba-b00f-6ffa223dbbb4)

We’re excited to introduce Playbook Swift 6.3.0, featuring two key updates: a customizable PBAvatar status indicator size and new interactivity for the message kit, delivering more responsive, intuitive user experiences. Here’s what’s new:

[6.3.0](https://github.com/powerhome/playbook-swift/tree/6.3.0) full list of changes:

**Kit Enhancements**
- **PBAvatar Status Indicator Size**: Adjust and style status indicators with more control for a sharper, polished look. #525
- **Handle Click on Message Kit**: Respond to user interactions seamlessly, elevating message engagement. #526
- **Dark Mode Reaction Button Improvements**: Enhanced visibility with border and button refinements for Dark Mode. #508, #528

### Bug Fix
- **Online Status Color**: Ensuring accurate color representation for improved visual clarity. #566


🔗 **Full Changelog**: https://github.com/powerhome/playbook-swift/compare/6.2.0...6.3.0

# ✨ Enhance, Customize, and Expand! ✨
##### Aug 28, 2024

![Image](https://github.com/user-attachments/assets/5af10f97-fee0-4574-9adc-b50111fad45b)

We're thrilled to introduce version 6.2.0, packed with enhancements to elevate your design experience. This release brings improved color options for progress components, a new variant for the progress tracker, and full-width navigation, all designed to boost visual consistency and maximize screen space. We can’t wait for you to explore all the great updates in this release.

[6.2.0](https://github.com/powerhome/playbook-swift/tree/6.2.0) full list of changes:

**Kit Enhancement:**
- Destructive Button #586 (Rachel Radford)
- Height Adjusted Dropdown #564 (Rachel Radford)
- User Kit Truncation #588 (Rachel Radford)
- User Kit Name Truncation #594 (Rachel Radford)
- Add pre-selected values to the typeahead #596 (Isis Silva)
- Progress Simple Colors [#458](https://github.com/powerhome/playbook-swift/pull/428) [(Rachel Radford)](https://github.com/RachelRadford21)
- Multiple User Bubble Sizes [#466](https://github.com/powerhome/playbook-swift/pull/433) [(Rachel Radford)](https://github.com/RachelRadford21)
- Progress Tracker Variant [#455](https://github.com/powerhome/playbook-swift/pull/418) [(Rachel Radford)](https://github.com/RachelRadford21)
- Full Width Nav [#469](https://github.com/powerhome/playbook-swift/pull/435) [(Rachel Radford)](https://github.com/RachelRadford21)
- Multi User Dark Mode [#481](https://github.com/powerhome/playbook-swift/pull/437) [(Rachel Radford)](https://github.com/RachelRadford21)
- Fix Typeahead on Connect [#317](https://runway.powerhrg.com/backlog_items/PBIOS-317) [(Isis)](https://github.com/isismsilva)

**Fixed Bugs:**
- Message Component Cursor Fix #541 (Rachel Radford)
- Typeahead Show No Option #553 (Rachel Radford)
- Dark Mode Card Fix [#430](https://github.com/powerhome/playbook-swift/pull/426) [(Rachel Radford)](https://github.com/RachelRadford21)
- Dialog Cursor macOS [#474](https://github.com/powerhome/playbook-swift/pull/434) [(Rachel Radford)](https://github.com/RachelRadford21)
- Dark Mode Status Avatar Fix [#476](https://github.com/powerhome/playbook-swift/pull/436) [(Rachel Radford)](https://github.com/RachelRadford21)
- Dark Mode Checkbox Outline Fix [#483](https://github.com/powerhome/playbook-swift/pull/438) [(Rachel Radford)](https://github.com/RachelRadford21)
- Warning Color Validation [#477](https://github.com/powerhome/playbook-swift/pull/439) [(Rachel Radford)](https://github.com/RachelRadford21)
- Dark Mode Button Fix [#427](https://github.com/powerhome/playbook-swift/pull/440) [(Rachel Radford)](https://github.com/RachelRadford21)

**New Kits:**
- Online Status Kit [#468](https://github.com/powerhome/playbook-swift/pull/422) [(Rachel Radford)](https://github.com/RachelRadford21)

🔗 Full Changelog: [6.1.0 to 6.2.0](https://github.com/powerhome/playbook-swift/compare/6.1.0...6.2.0)



# Spot Everyone at a Glance: Meet the New Multiple Users Component
##### August 26, 2024

![Image](https://github.com/user-attachments/assets/97773730-cccf-44f9-b2f1-0f047eeee171)


We've added a fresh option to our Multiple Users component with the new bubble variant. This update showcases full user avatars in a sleek, Apple-inspired grid layout, enhancing recognition and clarity. It's a versatile addition to your toolkit, offering a refined way to display multiple users.

[6.1.0](https://github.com/powerhome/playbook-swift/tree/6.1.0) full list of changes:

**Enhancements:**
- Progress Simple Width [#457](https://github.com/powerhome/playbook-swift/pull/457) ([Rachel Radford](https://github.com/RachelRadford21))
- Section Separator Color [#437](https://github.com/powerhome/playbook-swift/pull/437) ([Rachel Radford](https://github.com/RachelRadford21))

**Improvements:**
- Update Multi User Indicator [#446](https://github.com/powerhome/playbook-swift/pull/446) ([Rachel Radford](https://github.com/RachelRadford21))

**Fixed Bugs:**
- macOS Dialog Sizes [#473](https://github.com/powerhome/playbook-swift/pull/473) ([Rachel Radford](https://github.com/RachelRadford21))
- Dark mode color exception handling [#432](https://github.com/powerhome/playbook-swift/pull/432) ([Isis Silva](https://github.com/isismsilva))
- Fix typeahead rendering position for iOS [#436](https://github.com/powerhome/playbook-swift/pull/436) ([Isis Silva](https://github.com/isismsilva))
- Fixed Confirmation Toast Children Fix [#472](https://github.com/powerhome/playbook-swift/pull/472) ([Rachel Radford](https://github.com/RachelRadford21))
- Typeahead manager fix [#467](https://github.com/powerhome/playbook-swift/pull/467) ([Isis Silva](https://github.com/isismsilva))

**New Kits:**
- Progress Simple Kit [#456](https://github.com/powerhome/playbook-swift/pull/456) ([Rachel Radford](https://github.com/RachelRadford21))
- Progress Step Kit [#453](https://github.com/powerhome/playbook-swift/pull/453) ([Rachel Radford](https://github.com/RachelRadford21))
- Multiple Users Small Bubble Variant [#448](https://github.com/powerhome/playbook-swift/pull/448) ([Rachel Radford](https://github.com/RachelRadford21))

[Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.0.2...6.1.0)


# 6.0.2
##### July 17, 2024

**Improvements:**

- Update Neutral Color [#461](https://github.com/powerhome/playbook-swift/pull/461) ([Rachel Radford](https://github.com/RachelRadford21))
- Fix user kit name fonts [#460](https://github.com/powerhome/playbook-swift/pull/460) ([Isis Silva](https://github.com/isismsilva))
- Fixed Confirmation Icon [#443](https://github.com/powerhome/playbook-swift/pull/443) ([Rachel Radford](https://github.com/RachelRadford21))

[Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.0.1...6.0.2)

# 6.0.1
##### June 28, 2024

**New Features:**

- macOS Dialog Kit Catalog Fix [#444](https://github.com/powerhome/playbook-swift/pull/444) ([Rachel Radford](https://github.com/RachelRadford21))
- Update Runway comment endpoint [#447](https://github.com/powerhome/playbook-swift/pull/447) ([Stephen Greer](https://github.com/stephenagreer))

[Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.0.0...6.0.1)


# 6.0.0
##### June 21, 2024

**New Features:**

- Selectable Card Input Variant [#383](https://github.com/powerhome/playbook-swift/pull/383) ([Rachel Radford](https://github.com/RachelRadford21))
- Expose button variants on dialog kit [#395](https://github.com/powerhome/playbook-swift/pull/395) ([Isis Silva](https://github.com/isismsilva))
- Label Pill Kit [#400](https://github.com/powerhome/playbook-swift/pull/400) ([Rachel Radford](https://github.com/RachelRadford21))
- Progress Pill Kit [#401](https://github.com/powerhome/playbook-swift/pull/401) ([Rachel Radford](https://github.com/RachelRadford21))

**Improvements & Fixes:**

- Removes Unnecessary Print Statements [#399](https://github.com/powerhome/playbook-swift/pull/399) ([Rachel Radford](https://github.com/RachelRadford21))
- User Kit Spacing Fix [#402](https://github.com/powerhome/playbook-swift/pull/402) ([Rachel Radford](https://github.com/RachelRadford21))
- Pill Kit Color Validation [#404](https://github.com/powerhome/playbook-swift/pull/404) ([Rachel Radford](https://github.com/RachelRadford21))
- Typeahead validation [#403](https://github.com/powerhome/playbook-swift/pull/403) ([Isis Silva](https://github.com/isismsilva))
- Add swift fonts package to power-fonts [#394](https://github.com/powerhome/playbook-swift/pull/394) ([Isis Silva](https://github.com/isismsilva))

**Documentation Updates:**
- User Docs [#391](https://github.com/powerhome/playbook-swift/pull/391) ([Rachel Radford](https://github.com/RachelRadford21))

**Full Changelog**: https://github.com/powerhome/playbook-swift/compare/6.3.1...6.4.0
[Full Changelog](https://github.com/powerhome/playbook-swift/compare/5.1.0...6.0.0)
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.4.0;
MARKETING_VERSION = 6.5.0;
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.4.0;
MARKETING_VERSION = 6.5.0;
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 = 13.3;
MARKETING_VERSION = 6.4.0;
MARKETING_VERSION = 6.5.0;
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 = 13.3;
MARKETING_VERSION = 6.4.0;
MARKETING_VERSION = 6.5.0;
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.4.0"
MARKETING_VERSION: "6.5.0"
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.4.0"
MARKETING_VERSION: "6.5.0"

0 comments on commit 01b82b3

Please sign in to comment.