-
package.json
- Updated to latest versions of all software
-
general
- Refactored for change from ngx-bootstrap to ngx-bootstrap.
-
package.json
- Updated to Angular 4
- All other dependencies updated to latest version as per Greenkeeper reports.
-
bs-components
- Added native BS4 examples to progress bars as ngx-bootstrap progress bars not well developed.
-
Unit Testing
- Implemented uint testing on througout the project.
-
bs-components
- Split all the ngx-bootstrap components into seperate sub pages with up to 3 demos in each and a link to the full ngx-bootstrap webpage.
-
sidebar.component
- Changed so that it loads its menu items from an assett file then loads any menu items hardcoded in the component.
-
package.json
- Added angular-cli-ghpages as deploy functionality removed fro angular-cli.
- Added deploy4gh task to scripts. This uses the package config:ghroot parameter for the href in index.html.
-
package.json:
- Updated to latest version of angular-cli (@angular/cli)
-
angular-cli.json:
- Removed unnecessary addons and packages sections.
-
project
- Refactored to use scss files instead of css.
- Package.json
- Updated to latest version of all packages
Initial version