This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/bootstrap
Releases · ml-archive/bootstrap
Version 4.0.0 RC 3
Added
- Bootstrap card tags. Thanks @MrMage!
Version 4.0.0 RC 2
Fixed
- makes sure all tags are registered (including formCheckbox, formFile, and formRadio)
Version 4.0.0 RC 1
Changed
- depends on Sugar 4.0.0 RC
Version 4.0.0 Beta 1
Changed
- depends on Sugar 4
Removed
- BootstrapProvider because the only thing it did was add the
LeafProvider.
Version 3.1.0
Added
- FormRadio-Tag
- FormCheckbox-Tag
- FormFile-Tag
Changed
- Input-Tag no longer accepts
filetype. You can use FormFile-Tag from now on.
Version 3.0.0
Changed
- Correctly specified 4.1 as the minimum required Swift version.
Removed
- This package no longer uses the
MutableLeafTagConfig. Please useuseBootstrapLeafTags()for registering this package's Leaf tags (see readme for more info).
Version 2.0.2
Added
- Added support for
fileas a type for the input tag.
Version 2.0.1
Added
- Tag for a textarea.
- Added support for
hiddenas a type for the input tag.
Version 2.0.0
Added
- Tags for generating a breadcrumb.
Changed
- Uses Sugar's new
MutableLeafTagConfigto register the tags. - Removed the static tags from the
BootstrapProvider.
Version 1.0.0
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