Skip to content

Releases: spatie/laravel-html

2.11.0

02 Feb 15:06
Compare
Choose a tag to compare
  • Add readonly method to input

2.10.3

09 Jan 10:11
Compare
Choose a tag to compare
  • Fix __call when using macros

2.10.2

28 Dec 08:33
Compare
Choose a tag to compare
  • Htmlable elements can now be used in the html() method
  • Array notation is now implicitly converted to dot notation in old (e.g. foo[1] -> foo.1)

2.10.1

18 Dec 10:51
Compare
Choose a tag to compare
  • Fixed old values containing 0

2.10.0

08 Nov 08:48
Compare
Choose a tag to compare
  • Added required method to Select

2.9.0

20 Oct 07:21
Compare
Choose a tag to compare
  • Added a required to Textarea

2.8.2

13 Oct 10:24
Compare
Choose a tag to compare
  • Fixed a bug with values that are a "0" string

2.8.1

12 Oct 07:57
Compare
Choose a tag to compare
  • Fixed a bug with values that are a "0" string

2.8.0

12 Oct 07:53
Compare
Choose a tag to compare
  • Added a magic __call method that responds to methods ending with If, so any method can be called with a condition as it's first argument. The method will only be applied if the condition is truthy.

2.7.0

11 Oct 12:52
Compare
Choose a tag to compare
  • Added BaseElement::data for data attributes