Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Releases: davdroman/Bohr

3.0.0

27 Sep 16:15
a778369
Compare
Choose a tag to compare
  • iOS 9 support.
  • Dropped storyboard support in favor of programmatic support (as discussed in #8).
  • Added support for dynamic options.
  • BOTableViewCell subclasses now use native accessoryView cell property to show accessory views.
  • Added BODateTableViewCell class (thanks to @firecast from #7).
  • BOTimeTableViewCell is now a subclass of BODateTableViewCell.
  • Added expansionView property for BOTableViewCell subclasses to conveniently show an underlying view when pressed. You no longer need to take care of any auto layout business for this type of views on the cell (although you may need to specify a height for such view in expansionHeight method).
  • Added BONumberTableViewCell (thanks to @minuscorp from #15) and BOTextTableViewCell+Subclass.h, which allows for easy subclassing of BOTextTableViewCell.
  • And of course, A TON of bug fixes.

3.0.0-rc.2

25 Sep 08:19
5a0a17b
Compare
Choose a tag to compare
3.0.0-rc.2 Pre-release
Pre-release
  • Add initial support for dynamic options.
  • Fix a little bug with section footers' font.

Please note

  • README.md will only be updated when the final version is released.

3.0.0-rc.1

04 Sep 04:23
9f8136c
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release

Please note

  • README.md will only be updated when the final version is released.

3.0.0-alpha.5

03 Sep 00:02
eb49174
Compare
Choose a tag to compare
3.0.0-alpha.5 Pre-release
Pre-release
  • A few more layout fixes.

Please note

  • This version is intended only as a preview and may potentially break before a further, more stable release.
  • README.md will only be updated when a stable version is released.

3.0.0-alpha.4

02 Sep 19:05
c33c1d6
Compare
Choose a tag to compare
3.0.0-alpha.4 Pre-release
Pre-release
  • Attempts to fix known layout issues.
  • Added BONumberTableViewCell (thanks to @minuscorp from #15) and BOTextTableViewCell+Subclass.h, which allows for easy subclassing of BOTextTableViewCell.
  • BOTextTableViewCell now automatically trims start and end whitespaces from input text.

Please note

  • This version is intended only as a preview and may potentially break before a further, more stable release.
  • README.md will only be updated when a stable version is released.

3.0.0-alpha.3

29 Aug 10:40
9da76aa
Compare
Choose a tag to compare
3.0.0-alpha.3 Pre-release
Pre-release
  • Fixed some layout issues, although device rotation is taking too long for some reason.

Please note

  • This version is intended only as a preview and may potentially break before a further, more stable release.
  • README.md will only be updated when a stable version is released.

3.0.0-alpha.2

28 Aug 22:47
28b11c1
Compare
Choose a tag to compare
3.0.0-alpha.2 Pre-release
Pre-release
  • Added BODateTableViewCell (thanks to @firecast from #7).
  • BOTimeTableViewCell is now a subclass of BODateTableViewCell.
  • Added expansionView property for BOTableViewCell subclasses to conveniently show an underlying view when pressed. You no longer need to take care of any auto layout business for this type of views on the cell (although you may need to specify a height for such view in expansionHeight method).

Please note

  • This version is intended only as a preview and may potentially break before a further, more stable release.
  • README.md will only be updated when a stable version is released.

3.0.0-alpha.1

28 Aug 01:52
a30fc70
Compare
Choose a tag to compare
3.0.0-alpha.1 Pre-release
Pre-release
  • Dropped storyboard support.
  • BOTableViewCell subclasses now use native accessoryView cell property to show accessory views.
  • Tries to address issues such as #8 and #11.

Please note

  • This version is intended only as a preview and may potentially break before a further, more stable release.
  • README.md will only be updated when a stable version is released.

2.1.0

30 Jun 15:25
4180eb9
Compare
Choose a tag to compare
  • Added defaultFooterTitle to BOTableViewCell (feature request #4).

2.0.1

28 Jun 20:12
7767101
Compare
Choose a tag to compare
  • Added code documentation.
  • General cleanup and optimization to dynamic footers logic.
  • It's no longer necessary to call super on wasSelectedFromViewController: when subclassing a BOTableViewCell.