Skip to content

CellBIS.js release v0.0.1-beta.3

Compare
Choose a tag to compare
@CellBIS CellBIS released this 22 Jun 12:25
· 21 commits to master since this release

Information

Re-factor files structure

  • Rename dir "dist" to "src"
  • Move dist/cellbis.js to src/core.js
  • Move dist/cellbis-pagination.js to src/ui/cellbis-pagination.js
  • Add src/component/cellbis-event.js

Feature in file "cellbis.js"

  • HTML Generator - cb.hgen
  • Union Object using cb.union.object()
  • Combine Object using with cb.combine.object()
  • Add custom extended function with cb.sub()

Feature in file "cellbis-pagination.js"

  • Support custom "Pagination Type"
  • Pagination type with name "standard" as default.

Feature is under development :

  • Component :
    • HTTP Request & File Upload
    • Web Storage
  • UI Generator :
    • Pagination
    • Form HTML
    • Table HTML