From 12ed3674af0ed554d332d161ff52e97a36d1dae1 Mon Sep 17 00:00:00 2001 From: Vinson Chuong Date: Fri, 15 May 2015 17:58:15 -0700 Subject: [PATCH] docs(deprecation): add deprecation warnings to remaining deprecated components Signed-off-by: Geoff Pleiss --- CHANGELOG.md | 21 +++++++++++++++++++ .../components/ellipsis/ellipsis.scss | 9 ++++++++ src/pivotal-ui/components/intro/intro.scss | 8 +++---- .../pivnet_homepage/pivnet_homepage.scss | 9 ++++++++ 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85a6d663..0afcd4a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +#### Deprecation warnings + +The following components are deprecated, and will be removed in the next major release: + +* Health indicators +* Pivnet homepage +* Scales +* Apps Manager-style toggles +* Traffic lights +* No JavaScript +* 2 & 3 line ellipsis +* Event list + +The following JavaScript libraries will also not be included in the next major release: + +* jQuery +* Bootstrap.js +* Modernizr +* Lodash +* PUI Utils + ## 1.6.0 (2015-02-27) diff --git a/src/pivotal-ui/components/ellipsis/ellipsis.scss b/src/pivotal-ui/components/ellipsis/ellipsis.scss index 64ccbe2bc..864e29366 100644 --- a/src/pivotal-ui/components/ellipsis/ellipsis.scss +++ b/src/pivotal-ui/components/ellipsis/ellipsis.scss @@ -12,6 +12,15 @@ categories: The type `.type-ellipsis-1-line` adds ellipsis to text when there is too much. Combine it with `.col-md-*` classes to get the width you want. +
+
+ Deprecation warning +
+

+ The 2- and 3-line ellipsis are deprecated. +

+
+ ```html_example_table

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/src/pivotal-ui/components/intro/intro.scss b/src/pivotal-ui/components/intro/intro.scss index 80b45b81b..162448385 100644 --- a/src/pivotal-ui/components/intro/intro.scss +++ b/src/pivotal-ui/components/intro/intro.scss @@ -25,10 +25,10 @@ categories:

What's included

Pivotal UI comes with everything you need from grids, to fonts, and even JavaScript!