Releases: CellBIS/CellBIS.js
Releases · CellBIS/CellBIS.js
CellBIS.js release v0.0.1-beta.4
Information
Update files for Prepare NPM Package
- Rename
src/ui/cellbis-pagination.js
tosrc/ui/pagination.js
- Rename
src/ui/cellbis-event.js
tosrc/component/event.js
- Add
src/ui/generator.js
- Add
src/ui/paginaton.js
- Add
src/wrapper/cellbis.js
- Add
src/var/IsBrowser.js
- Add
package.json
andindex.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
CellBIS.js release v0.0.1-beta.3
Information
Re-factor files structure
- Rename dir "dist" to "src"
- Move
dist/cellbis.js
tosrc/core.js
- Move
dist/cellbis-pagination.js
tosrc/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
CellBIS.js release v0.0.1-beta.2
Information
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
CellBIS.js v0.0.1-beta.1
CellBIS.js release v0.0.1-beta.1
Feature :
- HTML Generator -
cb.hgen
- Browser Storage implemetation from
localStorage
-cb.browser_cache
Feature is under development :
- UI Generator :
- Pagination HTML
- Form HTML
- Table HTML