Skip to content

Releases: deloma-de/primefaces-mobile

Primefaces Mobile 12.0

16 Apr 16:20
Compare
Choose a tag to compare

Changes

  • adapted Java classes to PrimeFaces 12.0 changes

Primefaces Mobile 11.0

16 Apr 16:19
Compare
Choose a tag to compare

Changes

  • adapted Java classes to PrimeFaces 11.0 changes
  • removing build in Font-Awesome resource rendering in HeadRenderer

Primefaces Mobile 10.0

16 Apr 16:18
Compare
Choose a tag to compare

Changes

  • adapted Java classes to PrimeFaces 10.0 changes
  • hardcoded OverlayPanel javascript position as 'overlay' since showEffect was removed

Primefaces Mobile 8.0

16 Apr 16:17
Compare
Choose a tag to compare

General changes

  • adapted Java classes to PrimeFaces 8.0 changes
  • set java compilation level to 1.8

Primefaces Mobile 7.0

16 Apr 16:15
Compare
Choose a tag to compare

General changes

  • set java compilation level to 1.5
  • adapted Java classes to PrimeFaces 7.0 changes
  • migrated Renderer classes to new DOM / CSS of jquery 1.5
  • replaced jquery mobile with version 1.5.0-rc1
  • migrated widgets to new DOM / CSS
  • added font-awesome icon support via CSS

Component changes

  • Button: added new icon position options: float-left and float-right that replace old options left, right

DOM / CSS changes

  • DOM
    • icon as child span
  • CSS classes
    • ui-li-divider → ui-listview-item-divider
    • ui-li-static → ui-listview-item-static
    • ui-tab → ui-tabs-tab
    • ui-btn → ui-button
    • ui-btn-icon-notext → ui-button-icon-only
    • ui-btn-left → ui-toolbar-header-button-left
    • ui-btn-right → ui-toolbar-header-button-right
    • ui-input → ui-textinput / ui-searchinput (at text / search / password input)