Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jun 21, 2019
1 parent 5ff5b4d commit 3febe8b
Show file tree
Hide file tree
Showing 172 changed files with 1,928 additions and 290 deletions.
260 changes: 260 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions docs-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,85 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/bolt-design-system/bolt/compare/v2.4.4...v2.5.0) (2019-06-21)


### Bug Fixes

* add missing stack component to .boltrc config ([54794b6](https://github.com/bolt-design-system/bolt/commit/54794b6))
* box shadow ([9b4e7c5](https://github.com/bolt-design-system/bolt/commit/9b4e7c5))
* box shadows and schema ([56f9462](https://github.com/bolt-design-system/bolt/commit/56f9462))
* copy ([00ae694](https://github.com/bolt-design-system/bolt/commit/00ae694))
* css cleanup ([2bde463](https://github.com/bolt-design-system/bolt/commit/2bde463))
* css cleanup ([630c42d](https://github.com/bolt-design-system/bolt/commit/630c42d))
* doc site boltrc ([bce361c](https://github.com/bolt-design-system/bolt/commit/bce361c))
* gallery demo ([c96bb8a](https://github.com/bolt-design-system/bolt/commit/c96bb8a))
* hide close button ([6de5571](https://github.com/bolt-design-system/bolt/commit/6de5571))
* hide prop name case toggle ([5143a51](https://github.com/bolt-design-system/bolt/commit/5143a51))
* hide video carousel ([a338789](https://github.com/bolt-design-system/bolt/commit/a338789))
* IE11 icon and box shadow ([4de4563](https://github.com/bolt-design-system/bolt/commit/4de4563))
* last child spacing ([e00efa8](https://github.com/bolt-design-system/bolt/commit/e00efa8))
* misc fixes + updating CLI logo ([fff0e78](https://github.com/bolt-design-system/bolt/commit/fff0e78))
* moving spacing to the outer most container ([d68d55f](https://github.com/bolt-design-system/bolt/commit/d68d55f))
* no js focus ([3ef9626](https://github.com/bolt-design-system/bolt/commit/3ef9626))
* no-separator prop name ([7bd1115](https://github.com/bolt-design-system/bolt/commit/7bd1115))
* outside nav buttons ([2cefd78](https://github.com/bolt-design-system/bolt/commit/2cefd78))
* re-apply upcoming v2.5.0 changes reverted on the release/2.x branch for the v2.4.0 and v2.4.1 release ([ef00c0e](https://github.com/bolt-design-system/bolt/commit/ef00c0e))
* remove animated placeholders ([f14b82f](https://github.com/bolt-design-system/bolt/commit/f14b82f))
* remove development code from homepage ([32c05e7](https://github.com/bolt-design-system/bolt/commit/32c05e7))
* remove duplicate stack component in .boltrc config ([514c5fb](https://github.com/bolt-design-system/bolt/commit/514c5fb))
* remove extra unneeded scrolling from the homepage ([6560967](https://github.com/bolt-design-system/bolt/commit/6560967))
* remove non-existent props + handful of JS bug fixes for the carousel component ([650b80d](https://github.com/bolt-design-system/bolt/commit/650b80d))
* remove persistent prop ([b491ac2](https://github.com/bolt-design-system/bolt/commit/b491ac2))
* rename a doc page ([c6c5e05](https://github.com/bolt-design-system/bolt/commit/c6c5e05))
* rename header slot to trigger ([d9f4c59](https://github.com/bolt-design-system/bolt/commit/d9f4c59))
* rename to 'modal:ready' no 'bolt:ready' ([cf877fa](https://github.com/bolt-design-system/bolt/commit/cf877fa))
* schema docs error when nested props have multiple types ([700b076](https://github.com/bolt-design-system/bolt/commit/700b076))
* shadow and border radius ([00590a0](https://github.com/bolt-design-system/bolt/commit/00590a0))
* split up the core-php BoltExtra Twig extensions into the ones needed for Drupal compatibility vs any extra Twig extensions used internally for building the docs site. Update Twig renderer configs to use the full set of Twig extensions for the docs site but only BoltCore and BoltCoreCompat when running component tests ([fbc1a4e](https://github.com/bolt-design-system/bolt/commit/fbc1a4e))
* temporarily disable the carousel gallery demo until thumbnail-related issue debugged ([a982fa6](https://github.com/bolt-design-system/bolt/commit/a982fa6))
* tests ([6005d3a](https://github.com/bolt-design-system/bolt/commit/6005d3a))
* theme colors ([7a9ad5d](https://github.com/bolt-design-system/bolt/commit/7a9ad5d))
* trigger doc ([03e1406](https://github.com/bolt-design-system/bolt/commit/03e1406))
* twig setup ([7b6a6e4](https://github.com/bolt-design-system/bolt/commit/7b6a6e4))
* typos ([926d580](https://github.com/bolt-design-system/bolt/commit/926d580))
* Update and simplify twig variables ([1b60e8e](https://github.com/bolt-design-system/bolt/commit/1b60e8e))
* update older [@bolt](https://github.com/bolt) package dependencies + update docker container config to add and link missing folders within the monorepo ([41d5674](https://github.com/bolt-design-system/bolt/commit/41d5674))
* update paths to Choices.js based on recent component changes ([b65fe66](https://github.com/bolt-design-system/bolt/commit/b65fe66))
* use bolt-image in figure demo to remove extra whitespace in IE ([d460b1a](https://github.com/bolt-design-system/bolt/commit/d460b1a))
* width options ([8c132d5](https://github.com/bolt-design-system/bolt/commit/8c132d5))
* workaround to make sure homepage doesn't animate prematurely ([9ee25d4](https://github.com/bolt-design-system/bolt/commit/9ee25d4))
* wrap attributes and hidden checks in a try and catch ([7498f81](https://github.com/bolt-design-system/bolt/commit/7498f81))
* z-index ([8f28fda](https://github.com/bolt-design-system/bolt/commit/8f28fda))


### Features

* add 'max-width' prop to image to simplify image-zoom pattern ([baff5cc](https://github.com/bolt-design-system/bolt/commit/baff5cc))
* add accordion component, wip ([97faca0](https://github.com/bolt-design-system/bolt/commit/97faca0))
* add accordion web component demos ([1d9f70d](https://github.com/bolt-design-system/bolt/commit/1d9f70d))
* add bolt-trigger component ([1e84819](https://github.com/bolt-design-system/bolt/commit/1e84819))
* add demo pages ([2d8db73](https://github.com/bolt-design-system/bolt/commit/2d8db73))
* add example page with two modals ([0cd52cf](https://github.com/bolt-design-system/bolt/commit/0cd52cf))
* add modal component scaffolding via yeoman generator ([d2f8e1f](https://github.com/bolt-design-system/bolt/commit/d2f8e1f))
* add new modal custom events, use them to toggle video state ([a1f2b05](https://github.com/bolt-design-system/bolt/commit/a1f2b05))
* add prop to turn off trigger outline ([da79b1c](https://github.com/bolt-design-system/bolt/commit/da79b1c))
* add timed modal example ([c05555b](https://github.com/bolt-design-system/bolt/commit/c05555b))
* major updates to accordion schema, styles, JS; wip ([2118af3](https://github.com/bolt-design-system/bolt/commit/2118af3))
* manually port over only carousel component-specific updates into standalone branch ([c639b9c](https://github.com/bolt-design-system/bolt/commit/c639b9c))
* migrate over remaininig carousel-related docs site and component updates not included in the original component-only PR ([afc75c0](https://github.com/bolt-design-system/bolt/commit/afc75c0))
* namespace modal 'ready' custom event ([bea6a3f](https://github.com/bolt-design-system/bolt/commit/bea6a3f))
* prefix 'show' and 'hide' events with 'modal:', remove 'on' from event name ([43beb85](https://github.com/bolt-design-system/bolt/commit/43beb85))
* remove srcset not found example from image page ([9504625](https://github.com/bolt-design-system/bolt/commit/9504625))
* rename 'center' template to 'multiple', demo multiple accordion sections open at once ([2833596](https://github.com/bolt-design-system/bolt/commit/2833596))
* rename prop 'multiple' to 'single' ([ad16304](https://github.com/bolt-design-system/bolt/commit/ad16304))
* update basic demo ([c04b2b1](https://github.com/bolt-design-system/bolt/commit/c04b2b1))
* update NPM dependencies + address some quirky install bugs and warnings ([5f7f132](https://github.com/bolt-design-system/bolt/commit/5f7f132))





## [2.4.4](https://github.com/bolt-design-system/bolt/compare/v2.4.3...v2.4.4) (2019-06-05)


Expand Down
106 changes: 53 additions & 53 deletions docs-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/website",
"version": "2.4.4",
"version": "2.5.0",
"private": true,
"description": "Bolt Design System Website",
"repository": {
Expand All @@ -26,60 +26,60 @@
"watch": "bolt watch"
},
"dependencies": {
"@bolt/analytics-autolink": "^2.4.0",
"@bolt/analytics-autolink": "^2.5.0",
"@bolt/analytics-autotrack": "^2.4.2",
"@bolt/build-tools": "^2.4.4",
"@bolt/components-accordion": "^2.4.0",
"@bolt/components-action-blocks": "^2.4.4",
"@bolt/components-background": "^2.4.0",
"@bolt/components-background-shapes": "^2.4.0",
"@bolt/components-band": "^2.4.3",
"@bolt/components-banner": "^2.4.0",
"@bolt/components-block-list": "^2.4.0",
"@bolt/components-blockquote": "^2.4.0",
"@bolt/components-breadcrumb": "^2.4.0",
"@bolt/components-button": "^2.4.0",
"@bolt/components-button-group": "^2.4.0",
"@bolt/components-card": "^2.4.0",
"@bolt/components-chip": "^2.4.0",
"@bolt/components-chip-list": "^2.4.0",
"@bolt/components-copy-to-clipboard": "^2.4.3",
"@bolt/components-critical-css-vars": "^2.4.3",
"@bolt/components-critical-fonts": "^2.4.0",
"@bolt/components-device-viewer": "^2.4.0",
"@bolt/components-figure": "^2.4.0",
"@bolt/components-form": "^2.4.0",
"@bolt/components-grid": "^2.4.0",
"@bolt/components-headline": "^2.4.0",
"@bolt/components-icon": "^2.4.3",
"@bolt/components-image": "^2.4.0",
"@bolt/components-link": "^2.4.0",
"@bolt/components-list": "^2.4.1",
"@bolt/components-logo": "^2.4.0",
"@bolt/components-modal": "^2.4.0",
"@bolt/components-nav-indicator": "^2.4.0",
"@bolt/components-nav-priority": "^2.4.0",
"@bolt/components-navbar": "^2.4.3",
"@bolt/components-navlink": "^2.4.3",
"@bolt/components-ol": "^2.4.0",
"@bolt/build-tools": "^2.5.0",
"@bolt/components-accordion": "^2.5.0",
"@bolt/components-action-blocks": "^2.5.0",
"@bolt/components-background": "^2.5.0",
"@bolt/components-background-shapes": "^2.5.0",
"@bolt/components-band": "^2.5.0",
"@bolt/components-banner": "^2.5.0",
"@bolt/components-block-list": "^2.5.0",
"@bolt/components-blockquote": "^2.5.0",
"@bolt/components-breadcrumb": "^2.5.0",
"@bolt/components-button": "^2.5.0",
"@bolt/components-button-group": "^2.5.0",
"@bolt/components-card": "^2.5.0",
"@bolt/components-chip": "^2.5.0",
"@bolt/components-chip-list": "^2.5.0",
"@bolt/components-copy-to-clipboard": "^2.5.0",
"@bolt/components-critical-css-vars": "^2.5.0",
"@bolt/components-critical-fonts": "^2.5.0",
"@bolt/components-device-viewer": "^2.5.0",
"@bolt/components-figure": "^2.5.0",
"@bolt/components-form": "^2.5.0",
"@bolt/components-grid": "^2.5.0",
"@bolt/components-headline": "^2.5.0",
"@bolt/components-icon": "^2.5.0",
"@bolt/components-image": "^2.5.0",
"@bolt/components-link": "^2.5.0",
"@bolt/components-list": "^2.5.0",
"@bolt/components-logo": "^2.5.0",
"@bolt/components-modal": "^2.5.0",
"@bolt/components-nav-indicator": "^2.5.0",
"@bolt/components-nav-priority": "^2.5.0",
"@bolt/components-navbar": "^2.5.0",
"@bolt/components-navlink": "^2.5.0",
"@bolt/components-ol": "^2.5.0",
"@bolt/components-page-footer": "file:../packages/components/bolt-page-footer",
"@bolt/components-page-header": "^2.4.0",
"@bolt/components-pagination": "^2.4.0",
"@bolt/components-placeholder": "^2.4.0",
"@bolt/components-search-filter": "^2.4.0",
"@bolt/components-share": "^2.4.3",
"@bolt/components-site": "^2.4.0",
"@bolt/components-smooth-scroll": "^2.4.0",
"@bolt/components-stack": "^2.4.0",
"@bolt/components-sticky": "^2.4.0",
"@bolt/components-teaser": "^2.4.0",
"@bolt/components-text": "^2.4.0",
"@bolt/components-tooltip": "^2.4.1",
"@bolt/components-ul": "^2.4.0",
"@bolt/components-video": "^2.4.2",
"@bolt/core": "^2.4.0",
"@bolt/global": "^2.4.0",
"@bolt/twig-renderer": "^2.4.4",
"@bolt/components-page-header": "^2.5.0",
"@bolt/components-pagination": "^2.5.0",
"@bolt/components-placeholder": "^2.5.0",
"@bolt/components-search-filter": "^2.5.0",
"@bolt/components-share": "^2.5.0",
"@bolt/components-site": "^2.5.0",
"@bolt/components-smooth-scroll": "^2.5.0",
"@bolt/components-stack": "^2.5.0",
"@bolt/components-sticky": "^2.5.0",
"@bolt/components-teaser": "^2.5.0",
"@bolt/components-text": "^2.5.0",
"@bolt/components-tooltip": "^2.5.0",
"@bolt/components-ul": "^2.5.0",
"@bolt/components-video": "^2.5.0",
"@bolt/core": "^2.5.0",
"@bolt/global": "^2.5.0",
"@bolt/twig-renderer": "^2.5.0",
"@ckeditor/ckeditor5-build-classic": "^12.1.0",
"chalk-cli": "^4.1.0",
"choices.js": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions docs-site/src/components/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/bolt-design-system/bolt/compare/v2.4.4...v2.5.0) (2019-06-21)

**Note:** Version bump only for package @bolt/components-banner





# [2.4.0](https://github.com/bolt-design-system/bolt/compare/v2.3.2...v2.4.0) (2019-05-14)


Expand Down
4 changes: 2 additions & 2 deletions docs-site/src/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"css framework",
"design system"
],
"version": "2.4.0",
"version": "2.5.0",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -21,6 +21,6 @@
"private": true,
"style": "banner.scss",
"dependencies": {
"@bolt/core": "^2.4.0"
"@bolt/core": "^2.5.0"
}
}
8 changes: 8 additions & 0 deletions docs-site/src/components/docs-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/bolt-design-system/bolt/compare/v2.4.4...v2.5.0) (2019-06-21)

**Note:** Version bump only for package @bolt/docs-search





# [2.4.0](https://github.com/bolt-design-system/bolt/compare/v2.3.2...v2.4.0) (2019-05-14)


Expand Down
4 changes: 2 additions & 2 deletions docs-site/src/components/docs-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"css framework",
"design system"
],
"version": "2.4.0",
"version": "2.5.0",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -22,7 +22,7 @@
"main": "index.js",
"style": "docs-search.scss",
"dependencies": {
"@bolt/core": "^2.4.0",
"@bolt/core": "^2.5.0",
"docsearch.js": "^2.6.2",
"querystring": "^0.2.0"
}
Expand Down
16 changes: 16 additions & 0 deletions docs-site/src/components/radio-switch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/bolt-design-system/bolt/compare/v2.4.4...v2.5.0) (2019-06-21)


### Bug Fixes

* update older [@bolt](https://github.com/bolt) package dependencies + update docker container config to add and link missing folders within the monorepo ([41d5674](https://github.com/bolt-design-system/bolt/commit/41d5674))


### Features

* migrate over remaininig carousel-related docs site and component updates not included in the original component-only PR ([afc75c0](https://github.com/bolt-design-system/bolt/commit/afc75c0))
4 changes: 2 additions & 2 deletions docs-site/src/components/radio-switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bolt",
"design system"
],
"version": "2.4.0",
"version": "2.5.0",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -21,6 +21,6 @@
"main": "index.js",
"style": "radio-switch.scss",
"dependencies": {
"@bolt/core": "^2.4.0"
"@bolt/core": "^2.5.0"
}
}
16 changes: 16 additions & 0 deletions docs-site/src/components/schema-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/bolt-design-system/bolt/compare/v2.4.4...v2.5.0) (2019-06-21)


### Bug Fixes

* wrap attributes and hidden checks in a try and catch ([7498f81](https://github.com/bolt-design-system/bolt/commit/7498f81))


### Features

* migrate over remaininig carousel-related docs site and component updates not included in the original component-only PR ([afc75c0](https://github.com/bolt-design-system/bolt/commit/afc75c0))





# [2.4.0](https://github.com/bolt-design-system/bolt/compare/v2.3.2...v2.4.0) (2019-05-14)


Expand Down
4 changes: 2 additions & 2 deletions docs-site/src/components/schema-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"css framework",
"design system"
],
"version": "2.4.0",
"version": "2.5.0",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -22,7 +22,7 @@
"main": "index.js",
"style": "component-explorer.scss",
"dependencies": {
"@bolt/core": "^2.4.0"
"@bolt/core": "^2.5.0"
},
"devDependencies": {
"fbjs": "^1.0.0",
Expand Down
9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"lerna": "3.10.7",
"version": "2.4.4",
"version": "2.5.0",
"command": {
"publish": {
"allowBranch": ["master", "next", "next/*", "release/*"],
"allowBranch": [
"master",
"next",
"next/*",
"release/*"
],
"conventionalCommits": true,
"gitReset": true,
"includeMergedTags": true,
Expand Down
14 changes: 14 additions & 0 deletions packages/analytics/autolink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/bolt-design-system/bolt/compare/v2.4.4...v2.5.0) (2019-06-21)


### Bug Fixes

* add check for 'link' to analytics JS, throwing error in accordion ([a746a9e](https://github.com/bolt-design-system/bolt/commit/a746a9e))
* add publicConfig ([2692f94](https://github.com/bolt-design-system/bolt/commit/2692f94))
* fix eslint issues ([2d3cac5](https://github.com/bolt-design-system/bolt/commit/2d3cac5))
* re-add network timeout to jest tests ([e227628](https://github.com/bolt-design-system/bolt/commit/e227628))





# [2.4.0](https://github.com/bolt-design-system/bolt/compare/v2.3.2...v2.4.0) (2019-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/autolink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bolt/analytics-autolink",
"description": "Adds Google Analytics tracking support to the Bolt Design System.",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"main": "index.js",
"keywords": [
Expand Down
Loading

0 comments on commit 3febe8b

Please sign in to comment.