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

Update CHANGELOG.md 14.9.0 #3965

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Changes from all commits
Commits
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
35 changes: 35 additions & 0 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# Fresh Features, Exciting Enhancements, and Key Fixes!
#### November 29, 2024

We're back with new updates, packed with important improvements, bug fixes, and new features! Highlights include global prop updates, a new red "danger" button variant for delete actions, as well as new table and form enhancements. Dive into the details below for all the updates!

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

**Kit Enhancements:**
- Roll Out Height Global Props ([#3944](https://github.com/powerhome/playbook/pull/3944)) ([@kangaree](https://github.com/kangaree))
- Add Red "Danger" Button Variant For Delete Actions ([#3949](https://github.com/powerhome/playbook/pull/3949)) ([@skduncan](https://github.com/skduncan))
- Implementing Rails Advanced Table Custom Cell With Kits ([#3952](https://github.com/powerhome/playbook/pull/3952)) ([@carloslimasd](https://github.com/carloslimasd))
- Create A "StickyLeftColumn" Prop For The Table Kit ([#3913](https://github.com/powerhome/playbook/pull/3913)) ([@nickamantia](https://github.com/nickamantia))
- Rails Typeahead Form Integration ([#3917](https://github.com/powerhome/playbook/pull/3917)) ([@ElisaShapiro](https://github.com/ElisaShapiro))
- Height Global Props ([#3910](https://github.com/powerhome/playbook/pull/3910)) ([@markdoeswork](https://github.com/markdoeswork))
- Drawer Menu Behavior ([\#3932](https://github.com/powerhome/playbook/pull/3932)) ([@markdoeswork](https://github.com/markdoeswork))

**Fixed Bugs:**
- Move Negative Sign To Left Of Currency Sign ([#3921](https://github.com/powerhome/playbook/pull/3921)) ([@kangaree](https://github.com/kangaree))
- Fixes For Custom Trigger Not Working ([#3958](https://github.com/powerhome/playbook/pull/3958)) ([@nidaqg](https://github.com/nidaqg))
- Fix For PhoneNumberInput CSS Conflict ([#3922](https://github.com/powerhome/playbook/pull/3922)) ([@jasperfurniss](https://github.com/jasperfurniss))
- Dropdown Rails To Have Position Absolute On Container ([#3933](https://github.com/powerhome/playbook/pull/3933)) ([@nidaqg](https://github.com/nidaqg))

**Improvements:**
- Width Global Prop ([#3943](https://github.com/powerhome/playbook/pull/3943)) ([@skduncan](https://github.com/skduncan))
- Bump @Floating-Ui/React From 0.22.2 To 0.26.23 ([#3926](https://github.com/powerhome/playbook/pull/3926)) ([@skduncan](https://github.com/skduncan))
- Dependency Update/Upgrade-@Tanstack/React-Table (8.9.2 -> 8.20.5) ([#3951](https://github.com/powerhome/playbook/pull/3951)) ([@skduncan](https://github.com/skduncan))
- Timeline Kit: Add A Vertical "With Children" Doc Example ([#3890](https://github.com/powerhome/playbook/pull/3890)) ([@kangaree](https://github.com/kangaree))
- Adding Rails Indeterminate Checkbox Variant Doc ([#3918](https://github.com/powerhome/playbook/pull/3918)) ([@carloslimasd](https://github.com/carloslimasd))
- Dependency Display: Add Flex Section For Summary Display [2 Of 2] ([#3875](https://github.com/powerhome/playbook/pull/3875)) ([@skduncan](https://github.com/skduncan))
- Update Playbook-Swift Changelog ([#3901](https://github.com/powerhome/playbook/pull/3901)) ([@isismsilva](https://github.com/isismsilva))


[Full Changelog](https://github.com/powerhome/playbook/compare/14.8.0...14.9.0)


# 🐉 Draggable Kit Now Available For Rails! ✨
##### November 18, 2024

Expand Down
Loading