This repository was archived by the owner on May 18, 2021. It is now read-only.
Changes
- a2hs now supports seperate non-action elements to show so you can provide additional content around the add to homescreen action
- Drilldown is now categorised as a navigation component
- Restyled Drilldown defaults to look like the page navigation styles
- Improved example of custom drilldown in documentation
- Added warning to top of modal styleguide page noting the react dependancy
- Carousels can now not render any navigation by adding
data-carousel-no-nav
to the container - Carousels can now have a "counter" navigation style by setting the value of
data-carousel-nav
to "counter" - Carousels now default position of navigation to "bottom" and removed the need for the custom
data-carousel-nav
elements when just using dots - Added styling and example of a card with a carousel instead of an image
- Video and youtube modals now automatically ratio size to 16x9, which can be customised with a new
ratio
prop
Fixes
- Added missing modal layout in generated styleguide controller
- Removed
perspective
from drilldown to fix blurriness in chrome, this means that any 3d transforms will no longer look 3d by default - Allowed Drilldown container to be a
nav
element - Stopped
form-enhanced
from running against hidden input fields to fix issues with cocoon remove actions - Removed npm
tiny-slider
for now and implemented custom version that implments Pull Request 361 to fix reponsive issues with carousel of cards, once that pull request is approved and released we can switch back to npm version - Removed default lazyload setting on carousel as it doesn't appear to be working correctly