]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
3 years agobuild(deps): bump minimist from 1.2.5 to 1.2.6 12417/head
dependabot[bot] [Sun, 10 Apr 2022 09:43:33 +0000 (09:43 +0000)] 
build(deps): bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agofix(abide): add aria-describedby to the input only if error is visible 12398/head
Antti Hukkanen [Fri, 4 Mar 2022 14:58:49 +0000 (16:58 +0200)] 
fix(abide): add aria-describedby to the input only if error is visible

3 years agodocs: fixed bad code block in motion-ui page 12388/head
HTeMeLe [Tue, 15 Feb 2022 17:20:53 +0000 (18:20 +0100)] 
docs: fixed bad code block in motion-ui page

3 years agobuild(deps): bump follow-redirects from 1.14.5 to 1.14.8 12387/head
dependabot[bot] [Sat, 12 Feb 2022 09:26:07 +0000 (09:26 +0000)] 
build(deps): bump follow-redirects from 1.14.5 to 1.14.8

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps-dev): bump node-sass from 6.0.1 to 7.0.0 12386/head
dependabot[bot] [Thu, 10 Feb 2022 17:32:00 +0000 (17:32 +0000)] 
build(deps-dev): bump node-sass from 6.0.1 to 7.0.0

Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoFix for difference in behaviour between mouse and keyboard interactions on Sliders 12378/head
Rick Curran [Thu, 27 Jan 2022 16:13:09 +0000 (16:13 +0000)] 
Fix for difference in behaviour between mouse and keyboard interactions on Sliders

This fix is to resolve an issue that I encountered when using a currency-formatted value in the bound input on a slider (discussion post: https://github.com/foundation/foundation-sites/discussions/12372).

When using mouse interaction the functionality worked correctly, but moving the same slider resulted in a `NaN` error in the bound input field.

Looking at the code that deals with the movement of the slider handles, when the handles are moved it gets the value of the slider's position from a data-attribute on the slider aria-valuenow, but in the code that handles the keyboard arrow movement it was getting the value directly from the related bound input field instead.

This change modifies the code so that it gets the value from the same data-attribute for keyboard interaction as well.

3 years agoFix options name for "In-Canvas to Off-Canvas" code example 12376/head
Alexander Martin [Wed, 26 Jan 2022 17:43:23 +0000 (18:43 +0100)] 
Fix options name for "In-Canvas to Off-Canvas" code example

The corresponding code example said "inCanvasFor:large;", which leads to a false object property when executed.

The correct property name in foundation.offcanvas.js line ~151 is `this.options.inCanvasOn`

3 years agoFix documentation according to #12333 12370/head
Thomas Frobieter [Wed, 19 Jan 2022 16:24:29 +0000 (17:24 +0100)] 
Fix documentation according to #12333

3 years agoFix #12333 Colorname Selectors SASS Warning ("You probably don't mean to use the...
Thomas Frobieter [Wed, 19 Jan 2022 16:19:26 +0000 (17:19 +0100)] 
Fix #12333 Colorname Selectors SASS Warning ("You probably don't mean to use the color value black in interpolation here.")

3 years agoMerge pull request #12338 from tpoisot/patch-1
Joe Workman [Sun, 5 Dec 2021 21:33:46 +0000 (13:33 -0800)] 
Merge pull request #12338 from tpoisot/patch-1

Fix wrong markup in the typography base file

3 years agoFix wrong markup in the typography base file 12338/head
Timothée Poisot [Sat, 20 Nov 2021 23:05:31 +0000 (18:05 -0500)] 
Fix wrong markup in the typography base file

3 years agodocs: update readme
Joe Workman [Wed, 17 Nov 2021 22:01:32 +0000 (14:01 -0800)] 
docs: update readme

3 years agotest node 14 for Mac + Win
Joe Workman [Wed, 17 Nov 2021 21:41:15 +0000 (13:41 -0800)] 
test node 14 for Mac + Win

3 years agofix: calc() in 0px gutters
Joe Workman [Wed, 17 Nov 2021 20:44:16 +0000 (12:44 -0800)] 
fix: calc() in 0px gutters

closes #12326
closes #12325

3 years agoMerge pull request #12322 from pebutler3/fix-drilldown-hide-all
Joe Workman [Wed, 17 Nov 2021 19:51:53 +0000 (11:51 -0800)] 
Merge pull request #12322 from pebutler3/fix-drilldown-hide-all

fix: removing the 'invisible' class from parent list when utilizing

3 years agoMore sudo to fix actions
Joe Workman [Wed, 17 Nov 2021 19:34:53 +0000 (11:34 -0800)] 
More sudo to fix actions

3 years agoNeed sudo to run apt-get
Joe Workman [Wed, 17 Nov 2021 19:32:36 +0000 (11:32 -0800)] 
Need sudo to run apt-get

3 years agoupdate node 14 syntax
Joe Workman [Wed, 17 Nov 2021 19:25:11 +0000 (11:25 -0800)] 
update node 14 syntax

3 years agoMove latest to node 14
Joe Workman [Wed, 17 Nov 2021 19:17:36 +0000 (11:17 -0800)] 
Move latest to node 14

3 years agofix: removing the 'invisible' class from parent list when utilizing 12322/head
pebutler3 [Tue, 9 Nov 2021 21:17:57 +0000 (14:17 -0700)] 
fix: removing the 'invisible' class from parent list when utilizing
_hideAll function

3 years agoMerge tag 'v6.7.4' into develop
Joe Workman [Tue, 2 Nov 2021 20:58:39 +0000 (13:58 -0700)] 
Merge tag 'v6.7.4' into develop

Foundation for Site 6.7.4

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEECrTYbCTS/z2x1SmKUtnxkCk2yv4FAmGBpn4ACgkQUtnxkCk2
# yv74oA/9FiGmXRbGAFeMEWCgB8cBmyQxPI5BDvquOh80PsL7A6CjqTu15vRonH3H
# klBMyqrm/LF5ysKDSQEqXUx2rwQ4+Hw6eWkqM0I+g6Z6Viw7lgnOPzBbnaakxnQb
# PyIF9sGNEdTcYSVSZoAsFxPSEu7gVaP5AZI/yUUULULEN9edfobwMgzKJDzMBojh
# EoT42ywpTEg5hjph+ToNgPlKCWD8PYFXQkYikwfnUeZB4vftwBrLutGVrZs64d/j
# omZ0tXcBZ1G4XG4mgJ+WluX/+bVkiUvWO2Dsrokige0mfNipfbqdAZM61WocHN8m
# DL1aeJ0RQrzhdmAsjFkfPpsmrneSh2CUDWS4qriPvl0dyLhTaxfIaJT6XD/92PkT
# J2M/ZwbVRukgACo5C55LDSp1nRpFS2B+ufo4x9wMz/x3tFNFIuJpHRLw0OruQoE+
# 1evPqwNEj3UWZRkSGr3CS+FM8QVM1ShRYXAdnLABqq6MQcTDgiGPI2ZhZF91Y3n1
# wr8Geq4t+n4jF7RyW3fpTJDEeW9RkyhyWfPo+KK/OQ5eLjVSIG0i7Ltx49pplpiq
# FD6oA6L3mR2sOw90x+9+KUrfot8N6xCsb+2qp5+KV4aE3g4egu6z7TlDDrwYaUtW
# /Wc6pIjRx9pfaWYbu91EnVwfkcni3zXjwDw0/clduzAfr+6poFk=
# =qycc
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Nov  2 13:58:38 2021 PDT
# gpg:                using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE
# gpg: Good signature from "Joe Workman <joe@workmanmail.com>" [ultimate]

3 years agoMerge branch 'release/v6.7.4' v6.7.4
Joe Workman [Tue, 2 Nov 2021 20:58:37 +0000 (13:58 -0700)] 
Merge branch 'release/v6.7.4'

3 years agobuild: update version so 6.7.4
Joe Workman [Tue, 2 Nov 2021 20:58:09 +0000 (13:58 -0700)] 
build: update version so 6.7.4

3 years agobuild: update dependencies
Joe Workman [Tue, 2 Nov 2021 20:50:54 +0000 (13:50 -0700)] 
build: update dependencies

3 years agochore: update dep versions
Joe Workman [Tue, 2 Nov 2021 20:27:36 +0000 (13:27 -0700)] 
chore: update dep versions

3 years agodocs: fixed bad HTML
Joe Workman [Tue, 2 Nov 2021 14:25:16 +0000 (07:25 -0700)] 
docs: fixed bad HTML

closes #12307

3 years agofix: drilldown event vars
Joe Workman [Tue, 2 Nov 2021 13:42:02 +0000 (06:42 -0700)] 
fix: drilldown event vars

3 years agofix: slider event var conflict
Joe Workman [Tue, 2 Nov 2021 13:27:13 +0000 (06:27 -0700)] 
fix: slider event var conflict

3 years agofix: update slider move event test
Joe Workman [Tue, 2 Nov 2021 13:24:35 +0000 (06:24 -0700)] 
fix: update slider move event test

3 years agofix: slider grabbing cursor
Joe Workman [Tue, 2 Nov 2021 13:16:19 +0000 (06:16 -0700)] 
fix: slider grabbing cursor

3 years agofix: stop slider change events on init
Joe Workman [Tue, 2 Nov 2021 13:06:41 +0000 (06:06 -0700)] 
fix: stop slider change events on init

closes #10315

3 years agofix: slider move
Joe Workman [Tue, 2 Nov 2021 12:52:38 +0000 (05:52 -0700)] 
fix: slider move

3 years agofix: momentum scrolling for a few components
Joe Workman [Tue, 2 Nov 2021 04:35:15 +0000 (21:35 -0700)] 
fix: momentum scrolling for a few components

closes #10781

3 years agodocs: card flex tip
Joe Workman [Tue, 2 Nov 2021 04:03:49 +0000 (21:03 -0700)] 
docs: card flex tip

closes #9962

3 years agofix: global event listeners
Joe Workman [Tue, 2 Nov 2021 01:31:55 +0000 (18:31 -0700)] 
fix: global event listeners

closes #11736
closes #10402

3 years agodocs: doc asset fixes
Joe Workman [Tue, 2 Nov 2021 01:26:16 +0000 (18:26 -0700)] 
docs: doc asset fixes

3 years agofix: remove console logs
Joe Workman [Mon, 1 Nov 2021 23:58:36 +0000 (16:58 -0700)] 
fix: remove console logs

3 years agofix: accordionmenu-arrow-size always used now
Joe Workman [Mon, 1 Nov 2021 22:18:23 +0000 (15:18 -0700)] 
fix: accordionmenu-arrow-size always used now

closes #11914

3 years agofix: min-height for tab match height
Joe Workman [Mon, 1 Nov 2021 22:03:23 +0000 (15:03 -0700)] 
fix: min-height for tab match height

closes #11975

3 years agofix: sass lint fix
Joe Workman [Mon, 1 Nov 2021 21:31:56 +0000 (14:31 -0700)] 
fix: sass lint fix

3 years agofeat: new visibility classes
Joe Workman [Mon, 1 Nov 2021 21:30:27 +0000 (14:30 -0700)] 
feat: new visibility classes

3 years agofix: disable ios callouts when drag false
Joe Workman [Mon, 1 Nov 2021 20:33:18 +0000 (13:33 -0700)] 
fix: disable ios callouts when drag false

3 years agofix: disable outline when intent is clearly mouse and touch
Joe Workman [Mon, 1 Nov 2021 20:26:52 +0000 (13:26 -0700)] 
fix: disable outline when intent is clearly mouse and touch

3 years agochore: axios dependency fix
Joe Workman [Mon, 1 Nov 2021 20:15:53 +0000 (13:15 -0700)] 
chore: axios dependency fix

3 years agochore: fixed more build warnings
Joe Workman [Mon, 1 Nov 2021 19:59:58 +0000 (12:59 -0700)] 
chore: fixed more build warnings

3 years agochore: ignore camelcase for abide rule names
Joe Workman [Mon, 1 Nov 2021 18:26:41 +0000 (11:26 -0700)] 
chore: ignore camelcase for abide rule names

3 years agochore: resolve Sass linting errors
Joe Workman [Mon, 1 Nov 2021 18:22:18 +0000 (11:22 -0700)] 
chore: resolve Sass linting errors

3 years agoMerge pull request #12301 from pebutler3/fix-eslint-errors
Joe Workman [Mon, 1 Nov 2021 16:20:20 +0000 (09:20 -0700)] 
Merge pull request #12301 from pebutler3/fix-eslint-errors

Fix eslint errors

3 years agoMerge pull request #12304 from foundation/feature/fix-forum-links
Joe Workman [Thu, 28 Oct 2021 23:39:36 +0000 (16:39 -0700)] 
Merge pull request #12304 from foundation/feature/fix-forum-links

docs: link to github discussions

3 years agodocs: link to github discussions 12304/head
Joe Workman [Thu, 28 Oct 2021 23:37:44 +0000 (16:37 -0700)] 
docs: link to github discussions

3 years agoMerge pull request #12302 from foundation/feature/update-customizer
Joe Workman [Thu, 28 Oct 2021 21:56:52 +0000 (14:56 -0700)] 
Merge pull request #12302 from foundation/feature/update-customizer

Feature/update customizer

3 years agoMerge pull request #12303 from foundation/feature/fix-download
Joe Workman [Thu, 28 Oct 2021 21:56:19 +0000 (14:56 -0700)] 
Merge pull request #12303 from foundation/feature/fix-download

docs: update installation page

3 years agodocs: update installation page 12303/head
Joe Workman [Thu, 28 Oct 2021 21:34:14 +0000 (14:34 -0700)] 
docs: update installation page

3 years agochore: fix more customizer feature/update-customizer 12302/head
Joe Workman [Thu, 28 Oct 2021 21:18:11 +0000 (14:18 -0700)] 
chore: fix more customizer

3 years agochore: update customizer HTML
Joe Workman [Thu, 28 Oct 2021 21:06:48 +0000 (14:06 -0700)] 
chore: update customizer HTML

3 years agochore: remove commented out variable 12301/head
pebutler3 [Thu, 28 Oct 2021 20:00:41 +0000 (14:00 -0600)] 
chore: remove commented out variable

3 years agochore: update eslint rules to prevent breaking changes and/or prohibit
pebutler3 [Thu, 28 Oct 2021 19:45:27 +0000 (13:45 -0600)] 
chore: update eslint rules to prevent breaking changes and/or prohibit
readability of code.

- camelCase rule: downgraded to warning level due to possible breaking
  changes caused by changing the regex patterns (alpha_numeric,
month_day_year, day_month_year) may have unforseen consequences
- newCap rule: disabled to prevent breaking changes
- no-extra-parens: disabled to prevent creating scenarios that
  unreadable (i.e. math)

3 years agochore: resolving eslint errors and warnings
pebutler3 [Thu, 28 Oct 2021 19:41:44 +0000 (13:41 -0600)] 
chore: resolving eslint errors and warnings

Following the rules outlined in .eslintrc the javascript files have been
updated to satisfy these.

3 years agoMerge tag 'v6.7.3' into develop
Joe Workman [Mon, 27 Sep 2021 17:15:07 +0000 (10:15 -0700)] 
Merge tag 'v6.7.3' into develop

Foundation 6.7.3

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEECrTYbCTS/z2x1SmKUtnxkCk2yv4FAmFR/BoACgkQUtnxkCk2
# yv74FBAAjdSAzTcUaExB3QkGwfKVzXj5WVz7QbUegq4+4xI6iUNIe1IoT5VCy1Le
# rhv1X3/2gALFGoAs3CVimOCJBOGrohin6BIdOu81AzxdmYwTDlGJ071W01nzoq3Z
# JoIf/OZOhTRtWSTNxzNQrTV2WT8HFYvAi/QSOqqw4ovb/dq6Ax2y8VMFIZTuaW82
# YG6pJkDcLw/QKhdzSvXnNbwN+vODctKLn7f72fFk9vuIikuoSZXRwui+r7QfxWZY
# 50QLdArGqxMPGTJharM4EUAPEa5+zoBX1949WpLRFOBd1SvpSdnZSAbouDwE0XTX
# kERGxbciBaMfsJWDGzj0+mrLvkxSUrCTVmJKBWZ2DrgtPKUBns9mL8S0JprUBkQ6
# ZVzFHoWqmstofnmdQG4PEvhhUGfcZ7G2S35dN5HIMdlwZ+9AQlRR/oDypSxZamzD
# n8MnvagdSceFm1r3GD+go7DhloIAF5R6qthiuap/aeJ7TxDo59KiNdLEQkUJryhd
# JTKp11izjV1Xza1C4fEo5cf89Zt91PxAxLmUm4dvnssyUzLO0nR8IdKAGsVlkRsD
# up/uZ3xXVfB1qVn734XdsJJ2aVLn6LJ/c4b78bdq7PtQFW/8BSuUvBUpzEqMpdoD
# Ywb26JusxvVOkJWKwvV28mW8WxAlBRK4ihxnY/yvC6wH2/QCdq0=
# =l35V
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon Sep 27 10:15:06 2021 PDT
# gpg:                using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE
# gpg: Good signature from "Joe Workman <joe@workmanmail.com>" [ultimate]

3 years agoMerge branch 'release/v6.7.3' v6.7.3
Joe Workman [Mon, 27 Sep 2021 17:15:05 +0000 (10:15 -0700)] 
Merge branch 'release/v6.7.3'

3 years agobuild: foundation 6.7.3 version bump
Joe Workman [Mon, 27 Sep 2021 17:14:15 +0000 (10:14 -0700)] 
build: foundation 6.7.3 version bump

3 years agofix: new varable to control build warnings
Joe Workman [Mon, 27 Sep 2021 16:37:39 +0000 (09:37 -0700)] 
fix: new varable to control build warnings

This will suppress warnings when css custom props are passes instead of a number value

3 years agofix: add default to color init
Joe Workman [Mon, 27 Sep 2021 16:36:20 +0000 (09:36 -0700)] 
fix: add default to color init

fixes #12278 #12259

3 years agofix: add default to color init
Joe Workman [Mon, 27 Sep 2021 16:36:20 +0000 (09:36 -0700)] 
fix: add default to color init

fixes #12278 #12259

3 years agoMerge tag '6.7.2' into develop
Joe Workman [Thu, 9 Sep 2021 00:07:56 +0000 (17:07 -0700)] 
Merge tag '6.7.2' into develop

Foundation 6.7.2

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEECrTYbCTS/z2x1SmKUtnxkCk2yv4FAmE5UFsACgkQUtnxkCk2
# yv45dw//YXGuz3oiiuK23lNtRza9JrJtDZhzY+6hXnHvyyZsl6O3Un34cyKYGVhe
# KBlx9/LPda/rKVVWLu1w6fYKWSM1TPVW4ZrkjHCBV2xlzuPoxnoKN4dDtqEaZ6HI
# pGKXSU8e3SgNuuXmA4K792wDq7uBTCCQHmjya+194EpdXH4VKriOe/4FRcDEHeXz
# dTXHTyYRDUG+byfUD3HK3U/pXiC40/tfZy1fMhGMbPshooBD++wTkm4IxCUIEOy5
# X3+bpG3TmCDaaTpC68hw7KSjOTcP/WuM5ZWXue/jk6FAa0E9/+Tv48pCYuDKyEhs
# HnaE999tExjbPZZOLjC/V+ATdi60xyBpxQtDFqrt2lveF01Ry0gMlvAh9tcP8YvB
# hrPDMa/toSpswP2F3/0ImfHy8OzEvO5YIaYm47IYRTNqxMWS8mvAtsyqO9xkKs8A
# zFbOFnOco3ZS5oNsOnUsKKj/ezpPsRTnEtWbjf55YsXZJMLd2WdXBGYZBaAjhGx1
# QjN+I7Ks77vXP7lRyI23hjfKpdQ0ppGkjzLIBKXGa/1kAbdmQgmLX5SgIVrX2/J6
# v9KKilY528kRrrNo4Ki+avbREIVGHLMHdspgYtj2lbYaVSrRtlCyNWnN8p7q1igA
# TjzgiUvUQD6xJil4VihA/r1Gx4OL7OwpIJpI6Argxp/IhKIfVuQ=
# =rQj4
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Sep  8 17:07:55 2021 PDT
# gpg:                using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE
# gpg: Good signature from "Joe Workman <joe@workmanmail.com>" [ultimate]

3 years agoMerge branch 'release/6.7.2' 6.7.2
Joe Workman [Thu, 9 Sep 2021 00:07:53 +0000 (17:07 -0700)] 
Merge branch 'release/6.7.2'

3 years agobuild: 6.7.2 version bump
Joe Workman [Thu, 9 Sep 2021 00:07:31 +0000 (17:07 -0700)] 
build: 6.7.2 version bump

3 years agofix: body-safe-padding
Joe Workman [Wed, 8 Sep 2021 22:46:23 +0000 (15:46 -0700)] 
fix: body-safe-padding

3 years agoMerge branch 'master' into develop
Joe Workman [Wed, 1 Sep 2021 23:32:10 +0000 (16:32 -0700)] 
Merge branch 'master' into develop

3 years agoMerge tag 'v6.7.1' into develop
Joe Workman [Wed, 1 Sep 2021 23:21:04 +0000 (16:21 -0700)] 
Merge tag 'v6.7.1' into develop

Foundation 6.7.1

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEECrTYbCTS/z2x1SmKUtnxkCk2yv4FAmEwCt8ACgkQUtnxkCk2
# yv7m+w/7BI1/t2VNEuPFcAv3mIzRikIYE2KKhZRh27FhpbiRgULFFNLG5s+j7y8v
# CpBTJm6vXPi6AIgl69dK7/tY904dIZLhWHhFbc63j9agV3rvOGFabhknkLkslmyM
# jilC3WQGb/6uei/ngCLO4THti2ltOCaBr2dZ0W1aohk4Bk2F5ssyApJK0xydSlPk
# OiVgq18gsgRmnrsHL+KFSbNhTRooMglhBQYDxDj6lJHTrxqKTBpEcQeO9vgwEyNs
# UCtYRR/u6rgfG3FS9TrdOEEAzLZ/OZLcP7y6d5vaY2ST0wwX6y0zWoI3z2H1UhQ+
# rsHrhr9nvpcfVxoFK7v1wrCtlrcGv2ayJCspIpmd1BdYR1aleJqYEAGwJBxM6E2t
# 7dYVB1pu88u8YpBAufEj7lo7x1WCQyK0tvjrQSUAjBsY1xE/crvOY0fK9Jastiid
# 5Jen83ZTxzfwPvxrNvoLe9h+ixR2OS44IbXP7h1djT9yIu91uShSWW1yYNrCiv8n
# zjUKC1aydd8bzG/RmA8aGVin2oVHjkouT8V/rfzmjKBp0tFFBkSI8PvPOVQu9iIY
# k3F7noK0B7b0LAJjwqBTvdFCXr3MEbTLsNRuVr1SYmWF4a1XcD6Zlrk673CQai1z
# dkaeWKRiJtibsstnq4PusQdKE3ChAclvNzB3SSIQRT5aDYIFv/c=
# =HoLV
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Sep  1 16:21:03 2021 PDT
# gpg:                using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE
# gpg: Good signature from "Joe Workman <joe@workmanmail.com>" [ultimate]

3 years agoMerge branch 'release/v6.7.1'
Joe Workman [Wed, 1 Sep 2021 23:20:35 +0000 (16:20 -0700)] 
Merge branch 'release/v6.7.1'

# Conflicts:
# docs/pages/installation.md

3 years agobuild: 6.7.1 v6.7.1
Joe Workman [Wed, 1 Sep 2021 23:19:25 +0000 (16:19 -0700)] 
build: 6.7.1

3 years agofix: passive touch events
Joe Workman [Wed, 1 Sep 2021 22:59:22 +0000 (15:59 -0700)] 
fix: passive touch events

closes #12256

3 years agofix: invalid HTML for foundation-mq meta
Joe Workman [Wed, 1 Sep 2021 17:56:17 +0000 (10:56 -0700)] 
fix: invalid HTML for foundation-mq meta

closes #12167

3 years agofix: safe padding for non-rectangular displays
Joe Workman [Wed, 1 Sep 2021 17:55:46 +0000 (10:55 -0700)] 
fix: safe padding for non-rectangular displays

closes #12199
closes #11188

3 years agofix: move puppeteer to dev dependencies
Joe Workman [Wed, 1 Sep 2021 16:56:50 +0000 (09:56 -0700)] 
fix: move puppeteer to dev dependencies

3 years agofix: fix for xy-cell-offset for when var is passed
Joe Workman [Mon, 30 Aug 2021 23:44:51 +0000 (16:44 -0700)] 
fix: fix for xy-cell-offset for when var is passed

The mixin fails if a CSS custom property is passed.

3 years agochore: update browsers to test
Joe Workman [Mon, 30 Aug 2021 17:28:37 +0000 (10:28 -0700)] 
chore: update browsers to test

3 years agochore: update browsers to test
Joe Workman [Mon, 30 Aug 2021 17:28:37 +0000 (10:28 -0700)] 
chore: update browsers to test

3 years agodocs: remove integrity hashes
Joe Workman [Mon, 30 Aug 2021 16:49:44 +0000 (09:49 -0700)] 
docs: remove integrity hashes

3 years agodocs: remove integrity hashes
Joe Workman [Mon, 30 Aug 2021 16:49:44 +0000 (09:49 -0700)] 
docs: remove integrity hashes

3 years agoMerge tag '6.7.0' into develop
Joe Workman [Sat, 28 Aug 2021 04:10:29 +0000 (21:10 -0700)] 
Merge tag '6.7.0' into develop

Foundation 6.7.0

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEECrTYbCTS/z2x1SmKUtnxkCk2yv4FAmEptzQACgkQUtnxkCk2
# yv4uphAAgd0fhI1+gmCNwyM1yoc9BSaQTm1BCrfr1/ih/a/TgaYVmISxAzXatxDC
# c4YBrqTKwcjv27/SgUaQuOfy6pwugx2C+BfXKanN3BDCvTxisAMED1QZukb74mBB
# SRvMTUCtRAHYvN/rG8Tgj2aXILPcoulQW+AXe9V0kwvqNtVudtl0ECt0l15hF9ts
# LuefqUCc35qDHXe6aVfEvGMna7zCuu8tBk58IcCOe63pqVSNaSUveeKcLMTwMpx3
# YW6Xzy1okB9h7qDjNEYy+USck6UcmWbu5mp2sEYcU7Xe0aHkTtaJYuLPTx7nfHKl
# A1j8erkyDOOAsbYCGCV56WwfDYruzO5XoUt3UvsVmMrZ81r4JBP/X8HYxQsHirVC
# HYuPm0Uo+Yy6XVkW9u9YzhaU7kCk7zYaLxJJpUfEl+V7Mky63cbW4oeZUDY9/Tmk
# PU88JtjpSwqYo4Ay4xG9KuJPBm9AUfP3b9LeEm9+H3ItXBx0w9wgfNj26HHj+Deu
# F2ipawDMLqzXPyIpv0d6wt6R6ljt1QuKgP/ZMpYVEkhnNQgTnUbjg3edl3Tsuliu
# tsuYPpMr+xMbk33bb67iYhevpOnDdBB3m8KyOnkk9BI2EoyRfm5VWZqsd+uYxL0K
# 3P4GbFl4pF6ByTBb8Tlqtj9zxvYTaStE3SLcYpk2wygXYYsrR1I=
# =2Z3s
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri Aug 27 21:10:28 2021 PDT
# gpg:                using RSA key 0AB4D86C24D2FF3DB1D5298A52D9F1902936CAFE
# gpg: Good signature from "Joe Workman <joe@workmanmail.com>" [ultimate]

3 years agoMerge branch 'release/6.7.0' v6.7.0
Joe Workman [Sat, 28 Aug 2021 04:10:26 +0000 (21:10 -0700)] 
Merge branch 'release/6.7.0'

3 years agobuild: foundation 6.7.0
Joe Workman [Sat, 28 Aug 2021 04:09:26 +0000 (21:09 -0700)] 
build: foundation 6.7.0

3 years agorefactor: split stop scroll propagation method
Rastislav Chynoransky [Tue, 25 Feb 2020 04:22:09 +0000 (05:22 +0100)] 
refactor: split stop scroll propagation method

3 years agofix: scrolling without content scroll
Rastislav Chynoransky [Sun, 23 Feb 2020 20:28:29 +0000 (21:28 +0100)] 
fix: scrolling without content scroll

3 years agofix: improved drilldown keyboard nav
Joe Workman [Fri, 27 Aug 2021 19:51:08 +0000 (12:51 -0700)] 
fix: improved drilldown keyboard nav

closes #12038

3 years agoMerge pull request #12165 from d4mation/keyboard-trap-use-tabindex
Joe Workman [Fri, 27 Aug 2021 19:31:28 +0000 (12:31 -0700)] 
Merge pull request #12165 from d4mation/keyboard-trap-use-tabindex

fix: adjust Keyboard.findFocusable() - sort by tabindex #12164

3 years agofix: fixed names of option interfaces
Joe Workman [Fri, 27 Aug 2021 19:21:26 +0000 (12:21 -0700)] 
fix: fixed names of option interfaces

3 years agofix: upgraded typescript defs
Joe Workman [Fri, 27 Aug 2021 18:50:15 +0000 (11:50 -0700)] 
fix: upgraded typescript defs

3 years agofix: strict not needed in module
Joe Workman [Fri, 27 Aug 2021 18:49:51 +0000 (11:49 -0700)] 
fix: strict not needed in module

3 years agofix: new disableHoverOnTouch option
Joe Workman [Thu, 26 Aug 2021 21:50:00 +0000 (14:50 -0700)] 
fix: new disableHoverOnTouch option

closes #11865
closes #12026

3 years agofix: relocate menu aria attrs
Joe Workman [Thu, 26 Aug 2021 20:58:08 +0000 (13:58 -0700)] 
fix: relocate menu aria attrs

closes #12087

3 years agoMerge pull request #12097 from n00bium/remove_tab_roles_from_accordion
Joe Workman [Thu, 26 Aug 2021 19:13:11 +0000 (12:13 -0700)] 
Merge pull request #12097 from n00bium/remove_tab_roles_from_accordion

fix(accordion): remove tab-related roles, add events for HOME and END

3 years agodocs: fix download links
Joe Workman [Thu, 26 Aug 2021 19:05:28 +0000 (12:05 -0700)] 
docs: fix download links

close #12189

3 years agodocs: remove zurb links
Joe Workman [Thu, 26 Aug 2021 18:27:38 +0000 (11:27 -0700)] 
docs: remove zurb links

closes #12227

3 years agodocs: fixed broken link
Joe Workman [Thu, 26 Aug 2021 18:06:12 +0000 (11:06 -0700)] 
docs: fixed broken link

close #12239

3 years agochore: define node 12 as min engine
Joe Workman [Thu, 26 Aug 2021 17:53:36 +0000 (10:53 -0700)] 
chore: define node 12 as min engine

3 years agofix: remove tree roles from menus
Joe Workman [Thu, 26 Aug 2021 16:46:02 +0000 (09:46 -0700)] 
fix: remove tree roles from menus

closes #12185

3 years agocreate security file
Joe Workman [Wed, 25 Aug 2021 00:45:40 +0000 (17:45 -0700)] 
create security file