Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/bootstrap

Version 4.0.0 RC 3

11 Apr 11:56
ecc1ee6

Choose a tag to compare

Version 4.0.0 RC 3 Pre-release
Pre-release

Added

  • Bootstrap card tags. Thanks @MrMage!

Version 4.0.0 RC 2

23 Mar 07:22
dcdbc85

Choose a tag to compare

Version 4.0.0 RC 2 Pre-release
Pre-release

Fixed

  • makes sure all tags are registered (including formCheckbox, formFile, and formRadio)

Version 4.0.0 RC 1

06 Mar 14:41
e9ff757

Choose a tag to compare

Version 4.0.0 RC 1 Pre-release
Pre-release

Changed

  • depends on Sugar 4.0.0 RC

Version 4.0.0 Beta 1

17 Feb 07:49
17f7443

Choose a tag to compare

Version 4.0.0 Beta 1 Pre-release
Pre-release

Changed

  • depends on Sugar 4

Removed

  • BootstrapProvider because the only thing it did was add the LeafProvider.

Version 3.1.0

04 Jan 15:51
9fca155

Choose a tag to compare

Added

  • FormRadio-Tag
  • FormCheckbox-Tag
  • FormFile-Tag

Changed

  • Input-Tag no longer accepts file type. You can use FormFile-Tag from now on.

Version 3.0.0

11 Dec 09:06
1f96530

Choose a tag to compare

Changed

  • Correctly specified 4.1 as the minimum required Swift version.

Removed

  • This package no longer uses the MutableLeafTagConfig. Please use useBootstrapLeafTags() for registering this package's Leaf tags (see readme for more info).

Version 2.0.2

04 Sep 07:57
6697e3a

Choose a tag to compare

Added

  • Added support for file as a type for the input tag.

Version 2.0.1

29 Aug 18:10
8f1a471

Choose a tag to compare

Added

  • Tag for a textarea.
  • Added support for hidden as a type for the input tag.

Version 2.0.0

21 Jun 13:56
26053f9

Choose a tag to compare

Added

  • Tags for generating a breadcrumb.

Changed

  • Uses Sugar's new MutableLeafTagConfig to register the tags.
  • Removed the static tags from the BootstrapProvider.

Version 1.0.0

18 Jun 14:48

Choose a tag to compare

Added

  • Alert / Badge / Button / ButtonGroup / ButtonToolbar / Input
  • Readme tag usage

Fixed

  • Readme now contains also Leaf import and in overall a more comprehensive Getting Started