Skip to content

v0.4.0 - Finally in beta

Choose a tag to compare

@Norbiros Norbiros released this 29 Aug 15:35
· 15 commits to master since this release

compare changes

🚀 Enhancements

  • Create online playground on stackblitz (#7)
  • Add multiple UFormField configuration options (a6e55a5)
  • Allow customizing input component & props (1289ef0)
  • Add an option to customize default components for fields (158b802)
  • Docs revisit (a3f57b1)
  • Add custom logo (081b1ef)
  • Enhance email field handling in AutoForm component (93a8de4)
  • Add AInput components (#6)
  • Update status to beta in AppHeader and README.md (fb33ff6)

🩹 Fixes

  • github: Use proper issue templates (8550158)
  • docs: Resolve issues with line height in ComponentPreview (9b41993)

💅 Refactors

  • ⚠️ Rename ui prop to config in AutoForm component (700f706)
  • Move COMPONENTS_MAP to a separate file (20f77e3)
  • ⚠️ Move configuration to app.config.ts (#8)

📖 Documentation

  • Fix documentation url in README (e77fd89)
  • Add more info in installation docs (4c19c6b)
  • Completely rewrite docs to mention the new features (d41399f)

⚠️ Breaking Changes

  • ⚠️ Rename ui prop to config in AutoForm component (700f706)
  • ⚠️ Move configuration to app.config.ts (#8)

❤️ Contributors