Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bolt-design-system/bolt i…
Browse files Browse the repository at this point in the history
…nto fix/tabs-accordions-nesting-bugs

# Conflicts:
#	docs-site/composer.lock
#	packages/twig-renderer/composer.lock
  • Loading branch information
Daniel Morse committed Oct 15, 2019
2 parents 5744bd8 + a34b8f5 commit 992b2db
Show file tree
Hide file tree
Showing 230 changed files with 2,721 additions and 1,531 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/boltdesignsystem/bolt/compare/v2.8.0-beta.6...v2.8.0) (2019-10-11)


### Bug Fixes

* **bolt-animate:** remove use of Set, polyfill breaking erratically ([c0e53a4](https://github.com/boltdesignsystem/bolt/commit/c0e53a4))
* **editor:** make Move Up and Move Down buttons for Steps and Pathways ([da0e8f7](https://github.com/boltdesignsystem/bolt/commit/da0e8f7))
* **editor:** syntax error fix -- thank you tests ([408d7b6](https://github.com/boltdesignsystem/bolt/commit/408d7b6))
* **editor:** use package name for import ([433b01b](https://github.com/boltdesignsystem/bolt/commit/433b01b))
* **micro-journeys:** config for update of parents with event on editor removal; add events for step and pathway removal ([43b6419](https://github.com/boltdesignsystem/bolt/commit/43b6419))
* **self-drawing-circle:** move transforms outside of spin animation to fix Edge jerkiness ([2b8e70e](https://github.com/boltdesignsystem/bolt/commit/2b8e70e))
* **self-drawing-circle:** PL animation fix ([3bd8087](https://github.com/boltdesignsystem/bolt/commit/3bd8087))
* **self-drawing-circle:** rotation direction fix and spin stopping on reset ([4133d03](https://github.com/boltdesignsystem/bolt/commit/4133d03))
* **with-without:** add check for toggler, bail if not found; overload handleResize and call to fix overlap bug on tablet ([8030996](https://github.com/boltdesignsystem/bolt/commit/8030996))
* **with-without:** add padding right to with results block ([ab924b3](https://github.com/boltdesignsystem/bolt/commit/ab924b3))
* **with-without:** blur edge focus after toggle to remove ugly outline ([598f951](https://github.com/boltdesignsystem/bolt/commit/598f951))
* **with-without:** bottom blocks at beginning of xlarge overflowing height ([c995f91](https://github.com/boltdesignsystem/bolt/commit/c995f91))
* **with-without:** edge fixes; resize window after accordion open/close ([13ad441](https://github.com/boltdesignsystem/bolt/commit/13ad441))
* **with-without:** fix title bar overflow ([97aa9e4](https://github.com/boltdesignsystem/bolt/commit/97aa9e4))
* **with-without:** force full-bleed as per comps; simplify CSS in desktop circle for stability ([d65ba1d](https://github.com/boltdesignsystem/bolt/commit/d65ba1d))
* **with-without:** full-bleed force broken inside max-width ([40573d9](https://github.com/boltdesignsystem/bolt/commit/40573d9))
* adjust styles to reduce the gap between the Tooltip content vs Trigger ([f59f91d](https://github.com/boltdesignsystem/bolt/commit/f59f91d))
* more robust animation resets to allow retrigger when no idle or build out is defined ([4d1c3b1](https://github.com/boltdesignsystem/bolt/commit/4d1c3b1))
* update intersection observer logic to kick off the animations when the With/Without UI is 50% (or more) visible on the screen ([1976d5d](https://github.com/boltdesignsystem/bolt/commit/1976d5d))
* **with-without:** remove horizontal scroll when vertical scrollbar present on IE/Edge ([e5539e5](https://github.com/boltdesignsystem/bolt/commit/e5539e5))
* **with-without:** tablet height overflow on load; force resize ([91d7717](https://github.com/boltdesignsystem/bolt/commit/91d7717))


### Features

* **editor:** hide pathways image options ([2536517](https://github.com/boltdesignsystem/bolt/commit/2536517))
* **micro-journeys:** add icon-group to PL; spelling fixes ([46a8782](https://github.com/boltdesignsystem/bolt/commit/46a8782))
* **micro-journeys:** add ms hint to animate title schemas ([9c14f46](https://github.com/boltdesignsystem/bolt/commit/9c14f46))
* **with-without:** add visual cues to see if with-without properly breaks out of padding ([5203ce4](https://github.com/boltdesignsystem/bolt/commit/5203ce4))
* **with-without:** attempt toggle outline removal on hover-capable devices ([704f158](https://github.com/boltdesignsystem/bolt/commit/704f158))
* **with-without:** detect pointer hover and only remove focus if found ([4a3ca92](https://github.com/boltdesignsystem/bolt/commit/4a3ca92))
* **with-without:** fire animations on intersection; clean up dom querying ([636b379](https://github.com/boltdesignsystem/bolt/commit/636b379))
* **with-without:** isolated background visual test for with/without for ie11 debugging ([058d25f](https://github.com/boltdesignsystem/bolt/commit/058d25f))





# [2.8.0-beta.6](https://github.com/boltdesignsystem/bolt/compare/v2.8.0-beta.5...v2.8.0-beta.6) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion docs-site/.incache

Large diffs are not rendered by default.

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

# [2.8.0](https://github.com/bolt-design-system/bolt/compare/v2.8.0-beta.6...v2.8.0) (2019-10-11)


### Bug Fixes

* **self-drawing-circle:** PL animation fix ([3bd8087](https://github.com/bolt-design-system/bolt/commit/3bd8087))
* **with-without:** full-bleed force broken inside max-width ([40573d9](https://github.com/bolt-design-system/bolt/commit/40573d9))


### Features

* **micro-journeys:** add icon-group to PL; spelling fixes ([46a8782](https://github.com/bolt-design-system/bolt/commit/46a8782))
* **with-without:** add visual cues to see if with-without properly breaks out of padding ([5203ce4](https://github.com/bolt-design-system/bolt/commit/5203ce4))
* **with-without:** fire animations on intersection; clean up dom querying ([636b379](https://github.com/bolt-design-system/bolt/commit/636b379))
* **with-without:** isolated background visual test for with/without for ie11 debugging ([058d25f](https://github.com/bolt-design-system/bolt/commit/058d25f))





# [2.8.0-beta.6](https://github.com/bolt-design-system/bolt/compare/v2.8.0-beta.5...v2.8.0-beta.6) (2019-10-04)


Expand Down
165 changes: 27 additions & 138 deletions docs-site/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs-site/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ishControlsHide:
- hay
- disco
- random
- all
- views-all
styleguideKit: bolt-design-system/styleguidekit-twig-default
styleguideKitPath: vendor/bolt-design-system/styleguidekit-twig-default
lineageMatch: >-
Expand Down

0 comments on commit 992b2db

Please sign in to comment.