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

Releases: Orange-OpenSource/Orange-Boosted-Angular

4.0.0-beta.0

19 Dec 17:08
Compare
Choose a tag to compare
4.0.0-beta.0 Pre-release
Pre-release

Following the release of Boosted v4.1.3 and ng-bootstrap v4.0.0 here comes ng-boosted v4.0.0.

V3.3.1

21 Nov 10:25
Compare
Choose a tag to compare

Following the release of Boosted v4.1.3 and ng-bootstrap v3.3.1 here comes ng-boosted v3.3.1.

V3.3.1-beta.0

19 Nov 13:53
Compare
Choose a tag to compare
V3.3.1-beta.0 Pre-release
Pre-release

Beta release based on the release of Boosted v4.1.3 and ng-bootstrap v3.3.1.

  • Updating code inside 'o-navbar.component.html
    from this:
    <li o-nav-menu ngbDropdown menuTitle="Contribute">
        <div ngbDropdownMenu>
            <a class="dropdown-item" href="#">Github</a>
            <a class="dropdown-item" href="#">About Markdown</a>
        </div>
    </li>

to that

    <li ngbDropdown class="nav-item dropdown">
        <a class="nav-link" id="dropdownBasic1" ngbDropdownToggle>Contribute</a>
        <div ngbDropdownMenu aria-labelledby="dropdownBasic1">
            <a class="dropdown-item" href="#">Github</a>
            <a class="dropdown-item" href="#">About Markdown</a>
        </div>
    </li>

v3.3.0

19 Nov 13:48
Compare
Choose a tag to compare

Following the release of Boosted v4.1.3 and ng-bootstrap v33.0 here comes ng-boosted v3.3.0.

v2.2.2

04 Oct 09:21
Compare
Choose a tag to compare

Following the release of Boosted v4.1.3 and ng-bootstrap v2.2.2 here comes ng-boosted v2.2.2.

v2.0.0

23 May 14:09
Compare
Choose a tag to compare

Following the release of Boosted v4.1.1 and ng-bootstrap v2.0.0 here comes ng-boosted v2.0.0

1.0.0-beta.3

15 Jan 16:48
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Following the release of Boosted v4.0.0-beta.3 and ng-bootstrap v1.0.0-beta.9 here we are with ng-boosted v1.0.0-beta.3, now supporting Angular 5

1.0.0-beta.2

24 Oct 14:19
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Following the release of Boosted beta.2 here is Ng-boosted beta.2 !

1.0.0-beta

17 Aug 14:27
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

Following the releases of Bootstrap 4.0.0-beta, Boosted 4.0.0-beta and ng-bootstrap 1.0.0-beta.1, Ng-boosted 1.0.0-beta today !

The first ng-boosted alpha release

05 Apr 09:25
Compare
Choose a tag to compare
Pre-release

Custom components:

  • ONavbar supports icon items, dropdown menu and external links

Build process :

  • using angular-compiler (ngc) for custom components
  • dedicated configuration files for dist (package.json, tsconfig.json)