Skip to content

Commit eb4a6de

Browse files
committed
v0.25.0
1 parent 215fbfe commit eb4a6de

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
#### 0.25.0 (2017-10-17)
2+
3+
##### Documentation Changes
4+
5+
* **icons:** Fix spacing in Icon examples. ([e3737e73](https://github.com/telusdigital/tds/commit/e3737e7362f108226a74def282eeed51e51fc9b1))
6+
* **buttons:**
7+
* Remove the button styles section ([d2daab78](https://github.com/telusdigital/tds/commit/d2daab785706baddb1785e6b2e3d0df6258811bd))
8+
* Remove documentation for button styles ([346f61ee](https://github.com/telusdigital/tds/commit/346f61ee17ac0bb8b3422276e9b34fdcc7d61c20))
9+
* Remove usages of button classes from old forms docs ([3054c6d6](https://github.com/telusdigital/tds/commit/3054c6d6079eca01aafacff3e63dbc234a0f713b))
10+
* **examples:** Move the horizontal spacing class into the class name of the editors ([b3a03f8d](https://github.com/telusdigital/tds/commit/b3a03f8d0000cc00be58d4e7e9f4310e3cca4f29))
11+
12+
##### New Features
13+
14+
* **buttons:**
15+
* Remove the button classes ([58c6abb1](https://github.com/telusdigital/tds/commit/58c6abb1aeeb240945c6d1e1c44936546eca7fde))
16+
* Switch usages of button classes in the docs to use the Button component ([73c8944c](https://github.com/telusdigital/tds/commit/73c8944cc79f736cc21b7b381c19f218998b3c44))
17+
* Remove deprecated invert and variant="outlined" props ([1e952f5a](https://github.com/telusdigital/tds/commit/1e952f5af363ff69d4e158491ab46e0af8efa374))
18+
19+
##### Bug Fixes
20+
21+
* **docs:**
22+
* remove horizontal scrolling on mobile viewports ([215fbfe8](https://github.com/telusdigital/tds/commit/215fbfe8a65f5eb4bf4506cee124c8d4fe342f67))
23+
* apply overflow to code blocks on mobile ([e1202f47](https://github.com/telusdigital/tds/commit/e1202f476f578142ffea8e86688fa5756c2960d6))
24+
125
#### 0.24.0 (2017-10-12)
226

327
##### Chores

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telusdigital/tds",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"description": "TELUS Design System",
55
"license": "ISC",
66
"main": "dist/tds.cjs.js",

0 commit comments

Comments
 (0)