Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Releases: fluid-project/hearth

v4.1.0

12 Oct 16:50
939c187
Compare
Choose a tag to compare

4.1.0 (2023-10-12)

Features

v4.0.0

06 Oct 13:44
c44b573
Compare
Choose a tag to compare

4.0.0 (2023-10-06)

⚠ BREAKING CHANGES

  • bump Laravel requirement to 10.x (#193)
  • bump minimum PHP to 8.1 (#191)

Features

Bug Fixes

  • resolve analysis error (914c52c)
  • resource collection test fails when APP_DEBUG=false (Resolves #176) (#177) (448cf92)

Miscellaneous Chores

  • deps-dev: update nunomaduro/collision requirement from ^6.0 to ^7.9 (#188) (93b2f58)
  • deps: bump actions/cache from 2 to 3 (#185) (2314de2)
  • deps: bump actions/checkout from 2 to 4 (#184) (ce43463)
  • deps: bump google-github-actions/release-please-action from 2 to 3 (#187) (7a83aea)
  • deps: bump pascalgn/automerge-action from 0.14.2 to 0.15.6 (#186) (08bfa2b)
  • deps: update codezero/laravel-unique-translation requirement (#179) (d5783f0)
  • deps: update commerceguys/addressing requirement from ^1.2 to ^2.0 (#189) (950b8fb)
  • deps: update commerceguys/intl requirement from ^1.1 to ^2.0 (#182) (65965c8)
  • deps: update shiftonelabs/laravel-cascade-deletes requirement from ^1.0 to ^2.0 (#181) (96a3eb9)
  • update Dependabot configuration (7d29898)

Hearth v3.0.0

30 Aug 16:50
fb0d95f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove button component (resolves #123) (#175)
  • standardize options for checkboxes, radio buttons, and selects (#165)
  • add Vite support (resolves #158) (#157)
  • allow users to request to join membershipable models (#141)
  • add support for multilingual slugs (resolves #137) (#138)
  • limit User model to a single membership (#135)
  • make Organization model translatable (#132)
  • add translatable package and make Resources translatable (#128)

Features

  • add controller, routes, and views for ResourceCollection model (resolves #142) (#143) (eb179f4)
  • add ResourceCollection model and migration (resolves #134) (#136) (dc740d8)
  • add standalone RadioButton component (resolves #145) (#163) (a87cb27)
  • add support for multilingual slugs (resolves #137) (#138) (3e27b5f)
  • add the ability for users to add resources to their collections (#171) (2106b36)
  • add translatable package and make Resources translatable (#128) (4aac4f6)
  • add TranslatableInput and TranslatableTextarea components (resolves #127) (#146) (97bb1ab)
  • add Vite support (resolves #158) (#157) (410cb59)
  • allow users to request to join membershipable models (#141) (c532437)
  • limit User model to a single membership (#135) (6f06a8d)
  • make Organization model translatable (#132) (ba4acd3)
  • remove button component (resolves #123) (#175) (8147e23)
  • standardize options for checkboxes, radio buttons, and selects (#165) (092a663)
  • support Markdown in hints (resolves #162) (#166) (769e655)
  • switch from PHP CS Fixer to Pint (resolves #155) (#156) (b4e3302)

Bug Fixes

  • don't use strict comparison for radio buttons (#144) (49b7b1c)
  • handle keyed validation errors (resolves #149) (#164) (1cc2c45)
  • normalize ids to more standard characters (#168) (b23f9ef)
  • restore integration tests for Laravel >= 9.19 (resolves #154) (410cb59)
  • sanitize checkbox/radio values for ID generation (resolves #147) (#151) (f8d3ac5)

Miscellaneous Chores

Hearth v2.0.2

05 May 11:31
4b1195a
Compare
Choose a tag to compare

Bug Fixes

  • resolve issue with button type not being overridden (fix #121) (#122) (0342d6c)

Hearth v2.0.1

29 Mar 19:34
31fcac5
Compare
Choose a tag to compare

Bug Fixes

  • resolve issue with improperly selected options in select component (#117) (6eb9941)

Hearth v2.0.0

24 Mar 18:01
6ad1ad1
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • upgrade to Laravel 9 (#96) (#98)

Features

Bug Fixes

  • allow user to switch locale on settings page (resolves #82) (#107) (dcf47cf)
  • copy new controller with Hearth installation command (b896137)
  • destroy session when deleting a user (resolves #79) (#106) (4ca14ea)
  • move language resources (resolves #110) (#111) (34a4613)
  • rename controller to avoid a potential class conflict (#109) (5584ce2)
  • update console message to reflect postinstall script (#105) (2fe988f)

Miscellaneous Chores

  • configure Dependabot (fcde2ff)
  • docs: update README to reflect Laravel version requirement (#100) (e62c11b)
  • l10n: update translations (#116) (30e6cc6)

Hearth v1.3.1

27 Jan 18:33
e7ebcbf
Compare
Choose a tag to compare

Bug Fixes

  • handle validation of fields with array names (fix #91) (#92) (aa746ab)

Hearth v1.3.0

03 Dec 16:31
30bc88d
Compare
Choose a tag to compare

Features

  • add Checkbox and Checkboxes components (resolves #83) (#86) (1fbe4a2)

Bug Fixes

  • handle errors properly for date input (resolves #84) (#85) (43a6dd3)
  • prevent deletion of user if they are sole organization admin (#77) (af81e3e)
  • properly handle empty input when adding locales (resolves #74) (#76) (c10ed1f)

Miscellaneous Chores

Hearth v1.2.0

07 Sep 15:55
121bb93
Compare
Choose a tag to compare

Features

  • add hint association and attribute passthrough for radio buttons (#72) (848853d)

Bug Fixes

  • call locales helper in global namespace (#66) (b313221)
  • don't trigger date validation unless all fields are populated (#67) (ce8b6ce), closes #63
  • move date input hint position above fields (#71) (73ff22f)

Hearth v1.1.0

31 Aug 12:20
c396400
Compare
Choose a tag to compare

Features

  • accept optional id reference for hinted inputs (fix #50) (#59) (90f9e54)
  • add slot support to hearth-error component (892fbb2)
  • implement date input (resolves #58) (#60) (3e520a5)
  • replace validation-error component with hearth-error (#56) (892fbb2)

Bug Fixes

  • add correct return types for resource controller (#52) (5d07a48)
  • call localization helpers from global namespace (#54) (9ba7d45)
  • change fallback application name to Hearth, add rel='home' to brand (#55) (f4b3228)