Skip to content

v0.72.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gray-bot gray-bot released this 20 Jun 14:03
affd3e8

0.72.0 (2024-06-19)

⚠ BREAKING CHANGES

  • design: The color property has been removed from the codebase. Paginators are no longer themable.
  • design: mode and daffListSubheader have been removed from the codebase. use <daff-list> and <daff-nav-list> for modes, and subheader styles will automatically apply to the first child item within a list item.
  • design: layout and size have been removed from the codebase. Use textAlignment and compact instead.
  • checkout,demo: all checkout code has been removed expect for placed order features. Migrate to features in @daffodil/cart and @daffodil/order
  • design: layout and size have been removed from the codebase. Use textAlignment and compact instead.
  • design: [daffAccordionItemContent] is no longer needed to place content inside the accordion item. initiallyActive has been removed in favor of initiallyExpanded.
  • design: DaffQtyDropdownComponent has been removed from @daffodil/design. Use the DaffQuantityFieldComponent instead.
  • design: DaffImageGalleryComponent has been removed from @daffodil/design. Use the DaffMediaGalleryComponent instead.
  • design: DaffProgressIndicatorComponent has been removed from @daffodil/design. Use the DaffProgressBarComponent instead.
  • design: DaffFeatureComponent has been removed from @daffodil/design. Use the DaffCardComponent instead.
  • design: DaffButtonSetComponent has been removed from @daffodil/design. You should add your own custom styling for groups of buttons.
  • design: The dismissable property in DaffNotificationComponent has been renamed to dismissible

Features

  • authorizenet: add credit card factory (#2843) (a46e3f6)
  • cart: set shipping method id in magento driver (#2839) (cd823ad)
  • checkout,demo: remove legacy and deprecated checkout code (#2752) (7e78c50)
  • daffio,dgeni: move guides around and docsgen guides and explanations separately (300ecf5)
  • daffio: add packages and api redirects (e55ce88)
  • demo: add magento and venia environments (#2866) (3876145)
  • demo: load navigation tree on init (#2867) (546fbe3)
  • design-land: update they way open is set for the design land sidebar (#2837) (91738c4)
  • design: add id property to quantity field to be passed into quantity select and quantity input (#2859) (2a18308)
  • design: remove color property from DaffPaginatorComponent (#2873) (5c91c6e)
  • design: remove DaffImageGalleryComponent and DaffImageListComponent from @daffodil/design (#2863) (c71d6ad)
  • design: remove DaffQtyDropdownComponent from @daffodil/design (#2864) (1ade870)
  • design: remove deprecated layout and size properties in DaffCalloutComponent (#2869) (4bc8ec8)
  • design: remove deprecated layout and size properties in DaffHeroComponent (#2870) (ddf13a8)
  • design: remove deprecated DaffButtonSetComponent from @daffodil/design (#2861) (dc22055)
  • design: remove deprecated DaffFeatureComponent from @daffodil/design (#2860) (26f13a5)
  • design: remove deprecated properties and directives from DaffListComponent (#2871) (c246289)
  • design: remove deprecated properties and directives in DaffAccordionComponent and update usage (#2868) (198d326)
  • design: remove deprecatedDaffProgressIndicatorComponent from @daffodil/design (#2862) (87e6d41)
  • design: rename notification's dismissable property to dismissible (#2844) (ecd0db5)
  • dgeni,daffio: guides-list.json -> index.json (#2881) (bea169f)
  • dgeni: add theme-switch to list of ignored packages (#2878) (4df7eb9)
  • dgeni: hardcode design link and remove nav list children (#2879) (7659261)
  • docs: reorganize docs folder (#2834) (a60d70c)
  • navigation: add injectable fragment support to magento driver (#2884) (53e45f6)

Bug Fixes