Skip to content

Commit

Permalink
feat(project): release v10 (#2208)
Browse files Browse the repository at this point in the history
* feat(feature-flags): enable flags for v10

BREAKING CHANGE: flags for v10 are now turned on by default

* chore(package): update build step for HTML output

* chore(components): remove carousel

BREAKING CHANGES: the carousel component is now removed

* chore(components): remove fab component

BREAKING CHANGE: the fab component is now removed

* chore(components): remove footer component

BREAKING CHANGE: the footer component is now removed

* chore(components): remove interior-left-nav

BREAKING CHANGE: the interior-left-nav component has been removed

* chore(components): remove lightbox component

BREAKING CHANGE: the lightbox component has been removed

* chore(components): remove unified header component

BREAKING CHANGE: the unified header component has been removed

* fix(js): remove components from globals

* feat(ui-shell): enable ui-shell feature flag

* refactor(tests): remove unused tests

* refactor(test): update tests that are meant for classic mode

* docs(migration): update docs to include removed sass features

* chore(globals): update failing css--* tests

* chore: revert fit to it in test

* Update package.json

* chore(data-table): remove v1 data-table files

* chore(data-table): remove data-table reference in styles.scss

* chore(data-table): remove data-table import in globals

* chore(package): v10.0.0-rc.0

* chore(flags): revert ui-shell flag

* Revert "chore: revert fit to it in test"

This reverts commit 4addd18.

* Revert "chore(globals): update failing css--* tests"

This reverts commit 9edb556.

* Revert "refactor(test): update tests that are meant for classic mode"

This reverts commit df29f85.

* chore(tests): remove data-table spec

* chore(ci): remove semantic-release
  • Loading branch information
joshblack authored Mar 29, 2019
1 parent 6e0ea1d commit dbfb380
Show file tree
Hide file tree
Showing 52 changed files with 86 additions and 7,764 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ jobs:
- run:
name: Run Continuous Integration checks
command: yarn ci-check
- run:
name: Semantic Release
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
yarn semantic-release
fi
7 changes: 7 additions & 0 deletions docs/migration/migrate-to-10.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ Refer to the [Carbon X Migration Guide](https://carbondesignsystem.com/updates/m
| `src` | Deprecated in v10, use `scss` instead [Migrate](../../src/migrate-to-10.x.md) |
| `scss/globals` | [Migrate](../../src/globals/scss/migrate-to-10.x.md) |
| `scss/globals/grid` | [Migrate](../../src/globals/scss/grid/migrate-to-10.x.md) |

### Features

| Sass feature | v10 |
| ------------------- | ------- |
| `font-size` mixin | Removed |
| `line-height` mixin | Removed |
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "carbon-components",
"description": "Carbon Components is a component library for IBM Cloud",
"homepage": "http://carbondesignsystem.com/",
"version": "7.2.1",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"homepage": "https://www.carbondesignsystem.com/",
"version": "10.0.0-rc.0",
"module": "es/index.js",
"main": "umd/index.js",
"repository": {
Expand Down Expand Up @@ -150,7 +150,6 @@
"rollup-plugin-virtual": "^1.0.0",
"sass-loader": "^6.0.0",
"scss-to-json": "1.1.0",
"semantic-release": "^15.5.0",
"serve-static": "^1.13.0",
"style-loader": "^0.20.0",
"terser": "^3.14.0",
Expand All @@ -172,7 +171,9 @@
"scripts/**/*",
"scss/**/*",
"src/**/*",
"umd/**/*"
"umd/**/*",
"!**/*.config.js",
"!**/__tests__/**/*"
],
"scripts": {
"build": "gulp build",
Expand All @@ -186,7 +187,7 @@
"lint:staged": "eslint",
"prebuild": "gulp clean",
"precommit": "lint-staged",
"prepublishOnly": "npm run build",
"prepublishOnly": "yarn build",
"format": "prettier --write \"**/*.{css,js,md,scss}\"",
"format:staged": "prettier --write",
"start": "node server.js",
Expand Down
Empty file removed src/components/carousel/README.md
Empty file.
101 changes: 0 additions & 101 deletions src/components/carousel/_carousel.scss

This file was deleted.

55 changes: 0 additions & 55 deletions src/components/carousel/carousel.config.js

This file was deleted.

49 changes: 0 additions & 49 deletions src/components/carousel/carousel.hbs

This file was deleted.

86 changes: 0 additions & 86 deletions src/components/carousel/carousel.js

This file was deleted.

Loading

0 comments on commit dbfb380

Please sign in to comment.