Generate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks
Generate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks.
git diff command to get the changes we shipped in last 2 week or n weeks.packages/blade/ and packages/blade-mcp/Follow this exact format for the announcement:
:blade: Design System Enhancement Updates [Start Date - End Date]
:sparkles: Highlights
New Components & Features:
[Feature 1]: [Brief description]
[Feature 2]: [Brief description]
[Feature 3]: [Brief description]
for example -
QuickFilter: Introduced the QuickFilter component.
Version Updates -
version - component: description
for example -
12.14.0 - QuickFilter: Add QuickFilters component
:github: Check out Blade Releases for the Full Changelog
[Component]: [description] git diff HEAD@{2.weeks.ago} HEAD -- CHANGELOG.md to get the diff. of changes. make sure you get all the diff from the bottom. and use these diff only to write the annoucement.
make sure you run this command only on changelog.md for blade and blade-mcp projects:blade: Design System Enhancement Updates [8th Aug - 22nd Aug]
:sparkles: Highlights -
:happy-cat: New Components & Features:-
Filled Icons: Introduced 49+ new filled icons.
DatePicker: Improved UX with editable input, built-in formatting, leading preset dropdown, optional action buttons, and a simplified single-field for range selection.
Carousel: Introduced a new side navigation button style side-overlap
:nail_care: Bug Fixes-
DatePicker UI: Fixed arrow to hyphen conversion in range input field.
PhoneNumberInput: Reverted virtualization in mobile to maintain stability.
Bottom Sheet Height Logic: Fixed height calculation logic for more accurate component sizing.
ListView Filter Enhancement: Improved horizontal scroll for filters on desktop with gradient overlay removal.
Promotional Toast Flexibility: Made leading prop optional for better component customization.
:chart_with_upwards_trend: Version Updates -
12.49.0 - Icons: We've added a new 49+ filled icons to give you more design options.
12.48.0 - DatePicker: You can now use formatted input, a preset dropdown, and single-field range selection for more flexible date picking.
12.47.1 - Bottom Sheet: We've updated the height calculation logic of bottom sheet heights to ensure a more consistent and predictable user & developer experience.
12.47.0 - Carousel: A new navigation button position has been added that allows the buttons to overlap with the carousel for a cleaner look.
12.46.2 - ListView: We've improved the desktop experience for ListView by adding horizontal scrolling for filters and removing the distracting gradient overlay for a cleaner, more focused view.
12.46.1 - Need more flexibility with your notifications? The leading prop for promotional toasts is now optional, giving you more control over your designs.
:mcp: Blade MCP Updates -
1.4.1 - Blade MCP: add constraints to component knowledgebase.
:github: Check out Blade Releases for the Full Changelog
git diff HEAD@{2.weeks.ago} HEAD -- CHANGELOG.md to get the diff. of changes. make sure you get all the diff from the bottom. and use these diff only to write the annoucement. use this command only on blade and blade-mcp project
make sure you only include changes that are done in given timelineannouncement.md in main repo. so it would be easy to copy paste for developers.