Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: pixijs/pixi-jsdoc-template

v2.1.1

20 Sep 21:03
Compare
Choose a tag to compare

Changed

  • Flags (override, inherited, static, constant) are on the right instead of left
  • Method and member names are bold
  • Inherited method names are now black, not gray
  • Class name at the top is now bold
  • Event signature and return types are the same size and type style

screen shot 2017-09-20 at 3 39 23 pm

v2.1.0

20 Sep 14:57
Compare
Choose a tag to compare

Added

  • Adds tag if a method overrides a base class method #1
  • De-emphasizes the inherited properties in the list to make it easier to find the members unique to this class.
    screen shot 2017-09-19 at 5 14 37 pm

Changed

  • Removed the static label and replaced with a folder icon. Static is confusing but these are namespaces and special.
    screen shot 2017-09-19 at 5 14 51 pm

v2.0.1

19 Sep 13:42
Compare
Choose a tag to compare

Fixed

  • Fixes vertical scrolling issue on iOS
  • Updates version of Bootstrap to latest v3

Added

  • Support small screen layout with hamburger button

v2.0.0

19 Sep 12:11
Compare
Choose a tag to compare

Changed

  • More compressed source link names
  • Adds responsive layout for some larger touch devices
  • Changes color scheme to match PixiJS
  • Adds more spacing and changes typeface to Libre Franklin to make more legible
  • Improves the search by reseting when search field is cleared
  • Better namespace listing of classes and sub-namespaces

Note: This is a fork of jaguarjs-jsdoc and to not confuse with releases of that template, this has been bumped a major release.