Skip to content

Version History

Tonic Artos edited this page May 2, 2015 · 40 revisions

Brief release notes are available in release-notes.md.

Otherwise, this page hasn't been maintained and will be replaced on the v0.5 release.

Full Release notes will be available from v0.5.0 onwards.

Changes are listed on day they were made publicly available after the last tagged version. It can be read that anything below a tag title are the changes included in that tag.

master (development branch)

HEAD

20-03-2015

  • New section API with subsection support. Substantial changes here, will be fully documented in the release notes.

03-03-2015

  • Layout direction support for grid layout and item decorators.
  • Item decorators. While you can always use any item decorator you wish, SuperSLiM provides an ItemDecorator subclass that can selectively decorate items by section, position, and section layout manager. They can also target the edges, left, top, right, and bottom, and whether they are internal or external edges. There are a few other options too.

02-03-2015

  • Fix stuttering in attr name. slm_section_sectionManager is now slm_section_layoutManager. #46.
  • Fix requirement that SLM be referenced on all items. Now only required on first item in section. #42.

Versioned Pages

0.4

[Getting Started](Getting started with version 0.4)
[User's Guide](User's guide for version 0.4)

version5 (WIP)

User documentation
[Basic usage](A simple tutorial)
[Advanced usage](All the cool things)
[SuperSLiM and RxJava](Using SuperSLiM with RxJava)

Developers documentation
Glossary
[The section graph](The section graph)
[Tracking data changes](Tracking data changes)
[Configuration transformations](Configuration transformations)
[Layout helpers](Layout helpers)
[Section configuration](Section configuration)
[Section state](Section state)
[Section layout managers](Section layout managers)
[Header layout managers](Header layout managers)

Clone this wiki locally