Skip to content

Latest commit

 

History

History
143 lines (83 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

143 lines (83 loc) · 5.26 KB

Changelog

v0.1.6

compare changes

🚀 Enhancements

  • Add useRoadizHydraCollectionFetch (3e0e421)

🏡 Chore

❤️ Contributors

v0.1.5

compare changes

🚀 Enhancements

  • Missing dailymotion, ted, twitch embed platforms, fixes #6 (#6)
  • New embed iframe src for Dailymotion (c2c496a)

🩹 Fixes

  • roadiz: Serialize web response error (ac7932d)

🏡 Chore

❤️ Contributors

v0.1.4

compare changes

🩹 Fixes

  • useRoadizFetch: Return types (6e9c1bd)

❤️ Contributors

v0.1.3

compare changes

🚀 Enhancements

  • roadiz: Add useRoadizDocumentUrl() (774bc12)
  • Use regex to match against entities @type property for Roadiz NS and schema.org (87d2ac3)
  • Optional path for useRoadizWebResponse() (eb51f85)
  • UseRoadizFetch() overrides the Nuxt useFetch() composable (409fac1)
  • Export interface for useRoadizBlock props (44506ad)
  • roadiz: Handle block prefix (9d26454)

🩹 Fixes

  • theme: UseThemeProvider() imports (652d1d2)
  • roadiz: UseRoadizBlock() composable name (858ddcd)

🏡 Chore

❤️ Contributors

v0.1.2

compare changes

🚀 Enhancements

  • roadiz: Add useRoadizBlock() (ff02433)
  • useRoadizPreview(): Use init function (0cfbb18)
  • roadiz: Add useRoadizFetch() (b32b056)
  • roadiz: Add useRoadizWebResponse() (029b080)
  • Add Roadiz utils (c1b8e80)
  • Add event bus (8e82d9d)
  • Add utils (bab29c3)
  • roadiz: Add RoadizBlockFactory component (5ef8434)
  • Add VTransitionExpand component (d77bfe6)

💅 Refactors

  • roadiz: Rename useRoadizAsyncData() to useRoadizFetch / rename useRoadizFetch() to useRoadizFetchFactory() (d3b3b9e)

🏡 Chore

  • Remove ddbug code (c47f0e1)
  • utils: Use wildcard for all imports (b662643)
  • RoadizPreview: Move template after script (3cd467c)

❤️ Contributors

v0.1.1

compare changes

🚀 Enhancements

  • Add useTheme() and useThemeProvider() (31b9613)
  • Add API composables (bc60ee7)
  • Add preview composable / component (9e37a87)

💅 Refactors

  • Remove atomic folders (24787fe)
  • All the components on the root components/ directory (947685b)

📖 Documentation

  • Add release command to readme (bdc93ea)

🏡 Chore

✅ Tests

  • Add stories to playground (276dab9)

❤️ Contributors

v0.1.0