Skip to content

Releases: gobuffalo/tags

v2.0.8

10 Aug 19:06
Compare
Choose a tag to compare
updated go.mod

Fixes an issue with tag_only option and SelectTag

02 Jul 17:41
96c7cdf
Compare
Choose a tag to compare
Merge pull request #103 from gobuffalo/development

Development

Bootstrap 4 pagination

18 Jun 19:18
1b65be1
Compare
Choose a tag to compare
Merge pull request #99 from gobuffalo/development

Development

2.0.5

20 Mar 14:02
82cd769
Compare
Choose a tag to compare
Merge pull request #92 from gobuffalo/development

Infinite Loop Fix and Cleanup

v2.0.4

20 Mar 13:33
2139bd2
Compare
Choose a tag to compare
Merge pull request #91 from gobuffalo/development

Commenting out warning messages

2.0.3

19 Mar 13:09
5339ce9
Compare
Choose a tag to compare

Allows to specify select options with a slice of maps
Adds deprecation messages to TextArea and RadioButton in favor of using RadioButtonTag and TextAreaTag

2.0.2

13 Mar 13:34
5333aff
Compare
Choose a tag to compare

Reverts the previous release due to some uncovered cases.

v2.0.1

13 Mar 13:07
0d2f12f
Compare
Choose a tag to compare

Adds map array support to the SelectTag.

v2.0.0

26 Feb 16:58
Compare
Choose a tag to compare
moved from using markbates/* to gobuffalo/* stuff

v1.9.6

21 Feb 02:34
fb8c35d
Compare
Choose a tag to compare
  • Adds tag_only option to skip bootstrap wrapper.
  • Adding TextAreaTag and RadioButtonTag
  • Fixes Acronym issue from Inflect on #78