Skip to content

Releases: code16/sharp

v4.2.6

05 Mar 15:35
Compare
Choose a tag to compare

Fixes

  • BelongsToRelationUpdater not more ignores the Model's getDefaultAttributesFor method, like HasOneRelationUpdater

v4.2.5

04 Mar 16:14
Compare
Choose a tag to compare

Bug fixes

  • Fix Saturn (related to #233)
  • Fix datepicker overflow in some cases

New features

  • Laravel 7 support
  • Assets are now versioned with mix instead of Sharp's version number

Documentation

v4.2.4

10 Feb 10:28
Compare
Choose a tag to compare

Bug fixes

v4.2.3

05 Feb 09:15
Compare
Choose a tag to compare

Bug fixes

Documentation

  • Fix typo in entity-state artisan command (#226) thanks @b0rt

Translations

  • Improve German translation (#225: add Show page keys) thanks @b0rt

v4.2.2

22 Jan 15:21
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug on ListFormatter: fields with a : separator when ignored resulting in a non hydratation of the form field.

v4.2.1

16 Dec 15:13
Compare
Choose a tag to compare

Bug fixes

  • Fixed #205 (Update button stay on "Uploading" state if we sort files while uploading)
  • Fix #210 (Take custom_url_segment into account in breadcrumb)

Documentation

v4.2.0

11 Dec 13:23
Compare
Choose a tag to compare

Read the announcement post here.

New features

v4.1.25

02 Dec 14:47
Compare
Choose a tag to compare

Bug fix

  • Properly handle Date filter value when retained in session (#189)

v4.1.23

30 Oct 14:18
Compare
Choose a tag to compare

Bug fix

  • Rename logo sharp folder to sharp-assets to avoid conflicts between /public/sharp folder and /sharp route

v4.1.22

30 Oct 13:30
Compare
Choose a tag to compare

Bug fixes

  • Fixes documentation for generating command class (#190) thanks @ewatch
  • Fixes Form date component should not display browser suggestions. (#194)
  • Fixes UI issues on XS width (#119)
  • Fixes Actions button for entity commands is showing without any command (#177)

New feature