Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 05:10
· 83 commits to main since this release

4.0.0 (2024-04-25)

⚠ BREAKING CHANGES

  • adapt to changes in rmnd_headless
  • remove content padding and refactor scss variables
  • restructure composables concerning data

Features

  • adapt to changes in rmnd_headless (cd420d5)
  • add content id to T3Content component (b15ad39)
  • add hook to html parser (877a867)
  • add index signature to initialData model (fb88496)
  • add inline-svg component (2e5d326)
  • add menu to models (fbbc28c)
  • add option to close topbar-layout menu on outside click (1c4c1a6)
  • add option to close topbar-layout menu on route change (72ce560)
  • add pagination prev, next and pages attributes as props (9c9e7c5)
  • add strict injection to topbar layout (d01d677)
  • add svg type to asset and use title and desc in inline-svg (c3c6a32)
  • add warning if dynamic component could not be resolved (1cfd9f0)
  • allow tabs to be inactive (5259325)
  • improve and simplify topbar-layout (f2d88c2)
  • improve pagination component (a55b065)
  • only register necessary components globally (61d9f2c)
  • provide headerHeight in t3-layout (4920392)
  • provide trigger functions in topbar layout (7695cf8)
  • remove content padding and refactor scss variables (9f1eb97)
  • remove crop properties from asset model (4c17b69)
  • remove menu composable and update playground (81d65f2)
  • rename content-padding (5ae8a5d)
  • update dependencies (dbf2705)
  • update dependencies and remove unnecessary dependencies (12d23e7)
  • use id composable for inline svg (9152c7b)

Bug Fixes

  • add additionalAttributes to typoLink model (6011fb9)
  • add important styles to truncated text to avoid wrong line height (dc62349)
  • avoid infinite loop in pagination composable (aa08a3e)
  • change return type of page head composable (9b1284f)
  • correct error in package.json repository url (2ef6e6d)
  • expose appConfig types (2e92866)
  • increase z-index for topbar-layout header and menu (f2773a5)
  • pass pageData to breadcrumbTitle function (2066318)
  • reduce inline svg chunk size (00f7cab)
  • remove y-padding from content (f27f883)
  • return undefined if footer content is not set (64e7af3)
  • use api composable for inline svg to include credentials (afb5c38)
  • use currentPageData in t3-page to prevent nuxt warning (e674276)
  • use linkText instead of title as default label in T3Link (9281277)
  • use ref parameter in useT3Asset composable (809d2b4)
  • use try catch on CSSStyleSheet in inline svg for unsupported browsers (8e22965)
  • warning when using setBreadcrumbTitle (a3aa8fb)

Code Refactoring

  • restructure composables concerning data (7d83199)