Skip to content

Releases: dillingham/nova-attach-many

2.0

25 Jul 23:58
c06cf6b
Compare
Choose a tag to compare

Nova 4 support

1.3.0

26 Mar 05:46
3a34356
Compare
Choose a tag to compare

Allow resource sorting to take priority (#85)

1.1.1

14 Jan 18:40
1df678f
Compare
Choose a tag to compare

Fixed

1.1.0

28 Dec 23:55
7bd4253
Compare
Choose a tag to compare

Added

  • showRefresh() #72: displays a link that refreshes the data without refreshing page.
  • showSubtitle() 08e7709: adds the resource's subtitle() value beneath it's display
  • error message 0d02e3b: announce if relationship is missing
  • relatableModel support #29
  • attach-many-container class: #36 to allow easier custom css styling
  • relationshipSynced($changes) 3fc3624 / original PR: #50

Fixed

  • 3dc0d82: accessing properties named the same as fields on request
  • 60f4ca0: fixed missing spacing in footer
  • 18aa93c: support other model key names
  • #47: override field display text

Thanks

bug fix

22 Mar 13:19
66e0b01
Compare
Choose a tag to compare

@ahmedkandel thanks for pr #20

1.0.10

05 Mar 15:41
Compare
Choose a tag to compare

handle long help text

1.0.9

05 Mar 04:41
3bc874d
Compare
Choose a tag to compare
  • fix localization for search text
  • fix html for help text

1.0.8

21 Feb 14:43
Compare
Choose a tag to compare

fixing semver.. (new to publishing code)

1.0.7

20 Feb 17:27
Compare
Choose a tag to compare
add loading state - closes #7

1.0.6

20 Feb 16:53
Compare
Choose a tag to compare

added ->showPreview() (#10)
thanks @ahmedkandel