Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

21 lines (18 loc) · 1.33 KB

ChangeLog

This document is meant for tracking notable changes to nova-chartjs

0.1.0

  • Initial Release

0.2.0

  • Fixed title underscore issue
  • Using proper title based on plurality
  • Github actions for PHPUnit and PHPCS Fixer
  • Visibility and can methods working
  • Added requireChild() method to force the creation of a child relationship
  • Ensure parent model updates properly in BelongsTo relationship. Thanks to @mahentoo #29.
  • Inline relationships within Panel now works. Thanks to @timvanuum #24.
  • Check if value is instance of model or collection with proper model key. Thanks to @gabrielkoerich #18.

0.3.0

  • Third-party integration contract
  • Fixed datetime display #46
  • Updated singularLabel display #45
  • Use column based ordering for reordering via drag and drop #60