Skip to content

Commit 8ad9f9c

Browse files
committed
chore(release): bump to 3.3.7
1 parent d10297f commit 8ad9f9c

25 files changed

+83
-62
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name"3.3.3"></a>
2+
### 3.3.3 (2017-03-23)
3+
4+
5+
#### Bug Fixes
6+
7+
* **IE8:** fix IE8 links ([12c1d143](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/12c1d1437a803131507e49afa08bfcaf27362e8e))
8+
* **component:**
9+
* calendar ([fc9e98ec](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/fc9e98ec76bcdcd852beb5aa27232139ec140ed0))
10+
* modal ([35b5e65a](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/35b5e65a8f7d95ace34fbfb98e4ee6b5d60a364f))
11+
* stepbar ([8253f255](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/8253f255522765d23290e5d03741f053f9216b26))
12+
* **core:**
13+
* IE support ([de650f01](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/de650f01d23ab6c905bc0f41661dadbf739031ab))
14+
* OSX font rendering ([ff695de3](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/ff695de3d1d03ae61cb1a4555f881d3b7ff77bb6))
15+
* **font:**
16+
* update helvetica font declaration order fix issue #43 ([da2b4a87](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/da2b4a87b881a573a9caae85e2fd02740cfcfbea))
17+
* update font-family helvetica import. fix issue #41 ([c24b6f4d](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/c24b6f4d192e4f3ac623a7da57e025cc77f8c256))
18+
* **navbar:** fix navbar content z-index close issue #32 ([3d17cb20](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/3d17cb20edf7c8f2c23aee5abaab84a4003df4e1))
19+
* **panel:** update panel-heading padding left and right ([91e5009f](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/91e5009f5122e1f1886d0f96e22f58193418c0b1))
20+
* **scss:** fix scss tooltip fix issue #29 ([d055b9dd](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/d055b9dd7f7fdee737d71abffce8ef955d08a72d))
21+
22+
123
<a name"3.3.2"></a>
224
### 3.3.2 (2016-12-08)
325

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ module.exports = function (grunt) {
201201
// Generate changelog based on git commit
202202
changelog: {
203203
options: {
204-
from: 'v3.3.1',
204+
from: 'v3.3.2',
205205
commitLink: function (commitHash) {
206206
//TODO externalize orangeforge git url + project name etc..
207207
return '[' + commitHash.substring(0, 8) + '](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/' + commitHash + ')';

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# [Orange Boosted with Bootstrap](http://boosted.orange.com)
1+
# [Orange Boosted with Bootstrap](http://boosted.orange.com/v3)
22

33
Orange Boosted is a framework library accessible, ergonomic and Orange branded based on Bootstrap.
44
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
55

66
All the core components of Bootstrap accessible and Orange branded.
77
And also specific components only available in Boosted.
8-
[Main navigation with or without Mega menu](http://boosted.orange.com/components/#megamenu)
9-
[Local navigation](http://boosted.orange.com/components/#local1)
10-
[Stepbar](http://boosted.orange.com/components/#stepbar)
11-
[Orange link pagination](http://boosted.orange.com/components/#orange-pagination)
12-
[Accordions with indicator](http://boosted.orange.com/javascript/#collapse-example-accordion)
13-
[Complex table](http://boosted.orange.com/javascript/#complextable)
14-
[Responsive table, display as cards onto tablets and mobile](http://boosted.orange.com/css/#tables-responsive)
15-
[Popin (modal window)](http://boosted.orange.com/javascript/#modals)
16-
[Orange branded checkboxes and radios](http://boosted.orange.com/css/#orange-branded-checkboxes-and-radios)
17-
[Forms with new html5 elements and a Javascript validation](http://boosted.orange.com/examples/example_form/)
18-
[Footer](http://boosted.orange.com/components/#footer)
8+
[Main navigation with or without Mega menu](http://boosted.orange.com/v3/components/#megamenu)
9+
[Local navigation](http://boosted.orange.com/v3/components/#local1)
10+
[Stepbar](http://boosted.orange.com/v3/components/#stepbar)
11+
[Orange link pagination](http://boosted.orange.com/v3/components/#orange-pagination)
12+
[Accordions with indicator](http://boosted.orange.com/v3/javascript/#collapse-example-accordion)
13+
[Complex table](http://boosted.orange.com/v3/javascript/#complextable)
14+
[Responsive table, display as cards onto tablets and mobile](http://boosted.orange.com/v3/css/#tables-responsive)
15+
[Popin (modal window)](http://boosted.orange.com/v3/javascript/#modals)
16+
[Orange branded checkboxes and radios](http://boosted.orange.com/v3/css/#orange-branded-checkboxes-and-radios)
17+
[Forms with new html5 elements and a Javascript validation](http://boosted.orange.com/v3//example_form/)
18+
[Footer](http://boosted.orange.com/v3/components/#footer)
1919

2020

21-
To get started, check out <http://boosted.orange.com/getting-started/>!
21+
To get started, check out <getting-started/>!
2222

2323
## Table of contents
2424

@@ -30,12 +30,12 @@ To get started, check out <http://boosted.orange.com/getting-started/>!
3030

3131
Several quick start options are available:
3232

33-
- [Download the latest release](http://boosted.orange.com/getting-started/).
33+
- [Download the latest release](http://boosted.orange.com/v3/getting-started/).
3434
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`.
3535
- Install with [Bower](http://bower.io): `bower install boosted`.
3636
- Install with [npm](https://www.npmjs.com): `npm install boosted`.
3737

38-
Read the [Getting started page](http://boosted.orange.com/getting-started/) for information on the framework contents, templates and examples, and more.
38+
Read the [Getting started page](http://boosted.orange.com/v3/getting-started/) for information on the framework contents, templates and examples, and more.
3939

4040
### What's included
4141

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
"author": {
6060
"name": "Orange SA"
6161
},
62-
"version": "3.3.2"
62+
"version": "3.3.3"
6363
}

dist/css/boosted2015.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted2015.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted2015.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted2015.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boostedIE82015.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boostedIE82015.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)