]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Simone [Fri, 30 Apr 2021 20:16:55 +0000 (13:16 -0700)]
Fix localhost link it button group docs
There is a link to the Flexbox Utilities classes documentation from the Flexbox Button Group section. The link currently uses a localhost address so doesn't work. Proposed change is to make it a relative link to the vanilla flexbox helper class documentation.
Daniel Ruf [Tue, 16 Feb 2021 18:31:07 +0000 (19:31 +0100)]
Merge pull request #12200 from Loosie94/patch-1
Update panini.md typo
René Loos [Mon, 15 Feb 2021 13:26:47 +0000 (14:26 +0100)]
Update panini.md
Typo in docs
Daniel Ruf [Wed, 30 Sep 2020 15:07:14 +0000 (17:07 +0200)]
Merge pull request #12156 from johnbacon/patch-7
John Bacon [Wed, 30 Sep 2020 14:26:26 +0000 (10:26 -0400)]
Fix incorrect link to Foundation release page
Links to a non-404ing release page.
Daniel Ruf [Fri, 4 Sep 2020 21:38:00 +0000 (23:38 +0200)]
Merge pull request #12148 from apriljunge/fix/prevent-error-in-responsiveaccordion-tabs
Gregor [Fri, 4 Sep 2020 20:05:20 +0000 (22:05 +0200)]
fix: error when switching ResponsiveAccordionTabs from tabs to accordion
When switching from tabs to accordion, the tabs instance gets destroyed.
Because destroying tabs and recalculating tabs height in _setHeight method
rely on the foundatuion mediaquery event, both are executed.
Even if tabs instance got destroyed before.
This behaviour leads to an error in the _setHeight of tabs, because tabs markup is
already destroyed and $tabContent is null.
To prevent this, $tabcontent gets tested to be not falsy.
Closes #12106
Daniel Ruf [Thu, 3 Sep 2020 22:46:58 +0000 (00:46 +0200)]
Merge pull request #12145 from AlexeySukhanov/patch-1
Alexey Sukhanov [Thu, 3 Sep 2020 20:38:21 +0000 (23:38 +0300)]
CHANGED: url to building blocks description
Current link zurb.com/blog/foundation-building-blocks-over-100-compo provides less complete information about foundation blocks. In addition from the page zurb.com/blog/foundation-building-blocks-over-100-compo you can't get to the current page with Building Blocks ( get.foundation/building-blocks/index.html ), instead there is a link to an old page that no longer works foundation.zurb.com/building-blocks
Daniel Ruf [Thu, 27 Aug 2020 12:41:25 +0000 (14:41 +0200)]
Merge pull request #12139 from pine3ree/patch-1
maks [Thu, 27 Aug 2020 12:17:45 +0000 (14:17 +0200)]
docs: fix title-bar fragment in link
Daniel Ruf [Tue, 25 Aug 2020 07:07:45 +0000 (09:07 +0200)]
Merge pull request #12133 from apriljunge/docs/correct-mediaquery-documentation
Gregor [Tue, 25 Aug 2020 06:54:42 +0000 (08:54 +0200)]
Corrects wrongly documented MediaQuery function
Fixes #12132
Daniel Ruf [Sat, 15 Aug 2020 12:33:13 +0000 (14:33 +0200)]
Merge pull request #11876 from evagm/fix/include-ability-to-change-icon-position-for-nested-menu-list-icon-10623
fix: include ability to change icon position for nested menu list and fix alignment of icon with menu classes #10623
Daniel Ruf [Sat, 15 Aug 2020 12:24:54 +0000 (14:24 +0200)]
Merge pull request #12128 from apriljunge/docs/remove-xy-cell-breakpoints-mixin
docs: remove undefined xy-cell-breakpoints mixin
apriljunge [Sat, 15 Aug 2020 05:07:51 +0000 (07:07 +0200)]
docs: remove undefined xy-cell-breakpoints mixin
Closes #12127
Daniel Ruf [Sun, 2 Aug 2020 16:56:49 +0000 (18:56 +0200)]
test: upgrade browserstack-runner and resolve ETXTBSY error
Daniel Ruf [Sat, 1 Aug 2020 21:08:07 +0000 (23:08 +0200)]
Merge pull request #12075 from DanielRuf/fix/12074-buttongroup-remove-margin-right-reset
fix: remove margin-right reset - closes #12074
Daniel Ruf [Sat, 1 Aug 2020 21:06:57 +0000 (23:06 +0200)]
Merge pull request #12068 from phpfui/SubmitButtonExample
Daniel Ruf [Sat, 1 Aug 2020 21:04:22 +0000 (23:04 +0200)]
Merge pull request #12088 from badpk/patch-1
Daniel Ruf [Thu, 9 Jul 2020 10:39:16 +0000 (12:39 +0200)]
Merge pull request #12084 from JPustkuchen/patch-2
Magellan with data-offset does not trigger correctly on the first ite…
Daniel Ruf [Thu, 9 Jul 2020 10:38:56 +0000 (12:38 +0200)]
Merge pull request #12082 from DanielRuf/fix/12081-abide-set-error-classes
fix: keep the already set input error classes - closes #12081
Daniel Ruf [Thu, 9 Jul 2020 10:38:17 +0000 (12:38 +0200)]
Merge pull request #12073 from alexkuc/fix-typography-bugs
fix: missing !default in _base.scss #12072
Daniel Ruf [Mon, 29 Jun 2020 11:58:27 +0000 (13:58 +0200)]
Merge pull request #12104 from jnns/patch-1
Fix typo in error message
Jannis Vajen [Mon, 29 Jun 2020 11:45:53 +0000 (13:45 +0200)]
Fix typo in error message
peter rosanelli [Wed, 3 Jun 2020 20:58:03 +0000 (16:58 -0400)]
fixes example call to throttle
Julian Pustkuchen [Thu, 28 May 2020 15:06:32 +0000 (17:06 +0200)]
Magellan with data-offset does not trigger correctly on the first item #11754
Magellan with data-offset does not trigger correctly on the first item #11754
Daniel Ruf [Fri, 22 May 2020 15:35:57 +0000 (17:35 +0200)]
fix: keep the already set input error classes - closes #12081
Daniel Ruf [Mon, 11 May 2020 19:08:34 +0000 (21:08 +0200)]
fix: remove margin-right reset - closes #12074
Alexander Kucheryuk [Fri, 8 May 2020 10:57:39 +0000 (13:57 +0300)]
fix: missing !default in _base.scss #12072
L120 and L200 in the file scss/typography/_base.scss are missing `!default`
Bruce Wells [Tue, 5 May 2020 13:59:33 +0000 (09:59 -0400)]
Use Save button as a .submit example
Daniel Ruf [Sun, 12 Apr 2020 10:08:00 +0000 (12:08 +0200)]
Merge pull request #12048 from DanielRuf/docs/update-sri-hashes
docs: update SRI hashes - closes #12047
Daniel Ruf [Sun, 12 Apr 2020 10:05:44 +0000 (12:05 +0200)]
docs: update SRI hashes - closes #12047
Joe Workman [Wed, 8 Apr 2020 23:27:53 +0000 (16:27 -0700)]
Merge tag 'v6.6.3' into develop
Foudnation v6.6.3
Joe Workman [Wed, 8 Apr 2020 23:27:51 +0000 (16:27 -0700)]
Merge branch 'release/v6.6.3'
Joe Workman [Wed, 8 Apr 2020 23:27:05 +0000 (16:27 -0700)]
build: foundation v6.6.3
Joe Workman [Wed, 8 Apr 2020 18:07:49 +0000 (11:07 -0700)]
Merge pull request #12042 from DanielRuf/docs/update-download-link
docs: use new download link
Joe Workman [Wed, 8 Apr 2020 18:07:34 +0000 (11:07 -0700)]
Merge pull request #12045 from DanielRuf/fix/12044-accordion-finish-running-animations
fix: finish running animations - closes #12044
Daniel Ruf [Wed, 8 Apr 2020 15:59:16 +0000 (17:59 +0200)]
fix: finish running animations - closes #12044
Daniel Ruf [Tue, 7 Apr 2020 15:50:38 +0000 (17:50 +0200)]
docs: use new download link
Daniel Ruf [Tue, 7 Apr 2020 15:47:44 +0000 (17:47 +0200)]
Revert "updates broken download links"
This reverts commit
9f702edc2dea02b63f56af527d55585b8e61ae22 .
Daniel Ruf [Sat, 28 Mar 2020 22:54:30 +0000 (23:54 +0100)]
Merge pull request #12030 from DanielRuf/chore/use-yarn
chore: use only yarn for development
Daniel Ruf [Sat, 28 Mar 2020 22:50:49 +0000 (23:50 +0100)]
Merge branch 'develop' into chore/use-yarn
Daniel Ruf [Sat, 28 Mar 2020 22:41:42 +0000 (23:41 +0100)]
chore: use only yarn for development
Daniel Ruf [Sat, 28 Mar 2020 22:34:04 +0000 (23:34 +0100)]
Revert "chore: run snyk monitor"
This reverts commit
853c92896cfba38beebdb0edcf723108d05423a0 .
Daniel Ruf [Sat, 28 Mar 2020 22:27:48 +0000 (23:27 +0100)]
Merge pull request #12035 from DanielRuf/chore/run-snyk-monitor
Chore/run snyk monitor
Daniel Ruf [Sat, 28 Mar 2020 22:26:31 +0000 (23:26 +0100)]
chore: remove Travis CI config
Daniel Ruf [Sat, 28 Mar 2020 22:26:09 +0000 (23:26 +0100)]
chore: run snyk monitor
Daniel Ruf [Sat, 28 Mar 2020 22:07:21 +0000 (23:07 +0100)]
Merge pull request #12034 from DanielRuf/build/fix-browserstack-runner-config
Build/fix browserstack runner config
Daniel Ruf [Sat, 28 Mar 2020 22:05:51 +0000 (23:05 +0100)]
build: patch browserstack-runner
Wait until the downloaded file handle is closed.
Daniel Ruf [Sat, 28 Mar 2020 22:04:05 +0000 (23:04 +0100)]
build: run slowest job first
Daniel Ruf [Sat, 28 Mar 2020 21:48:57 +0000 (22:48 +0100)]
Merge pull request #12032 from DanielRuf/build/fix-browserstack-runner-config
build: fix browserstack-runner config
Daniel Ruf [Sat, 28 Mar 2020 20:54:45 +0000 (21:54 +0100)]
build: fix browserstack-runner config
Set the config fields to the env variables if provided.
Daniel Ruf [Sat, 28 Mar 2020 20:22:09 +0000 (21:22 +0100)]
Merge pull request #11839 from DanielRuf/build/add-github-actions
build: add GitHub Actions - closes #11823
Daniel Ruf [Sat, 28 Mar 2020 20:21:19 +0000 (21:21 +0100)]
Merge branch 'develop' into build/add-github-actions
Daniel Ruf [Sat, 28 Mar 2020 20:18:50 +0000 (21:18 +0100)]
chore: use yarn in all scripts
Daniel Ruf [Sat, 28 Mar 2020 20:18:00 +0000 (21:18 +0100)]
build: use latest node 8.x release
Daniel Ruf [Sat, 28 Mar 2020 19:57:13 +0000 (20:57 +0100)]
Revert "chore: less strict commit line rules."
This reverts commit
7db60eda24db3eb3829582b9edfd93dd3827ddb4 .
Daniel Ruf [Sat, 28 Mar 2020 18:47:13 +0000 (19:47 +0100)]
Revert "build: added browser stack auth for build"
This reverts commit
5282e7f1abf10b507ddcf92824ff07db8c835aa1 .
Daniel Ruf [Sat, 28 Mar 2020 13:34:08 +0000 (14:34 +0100)]
Merge pull request #12007 from wangcheng/patch-1
Chinese and Japanese are not RTL scripts.
Daniel Ruf [Sat, 28 Mar 2020 12:33:55 +0000 (13:33 +0100)]
Merge pull request #11994 from phpfui/develop
Correct documentation for Submit buttons
Daniel Ruf [Sat, 28 Mar 2020 11:37:05 +0000 (12:37 +0100)]
Merge branch 'develop' into HEAD
Joe Workman [Fri, 27 Mar 2020 22:35:22 +0000 (15:35 -0700)]
Merge tag '6.6.2' into develop
Foundation for Sites 6.6.2
Joe Workman [Fri, 27 Mar 2020 22:35:20 +0000 (15:35 -0700)]
Merge branch 'release/6.6.2'
Joe Workman [Fri, 27 Mar 2020 22:32:27 +0000 (15:32 -0700)]
build: 6.6.2 dist build
Joe Workman [Fri, 27 Mar 2020 21:12:48 +0000 (14:12 -0700)]
Merge pull request #11987 from foundation/feature/update-zurb-urls
chore: Update all zurb.com urls to get.foundation
Joe Workman [Fri, 27 Mar 2020 20:24:32 +0000 (13:24 -0700)]
Merge branch 'develop' into feature/update-zurb-urls
# Conflicts:
# docs/partials/footer.html
# package.nuspec
Joe Workman [Fri, 27 Mar 2020 20:19:32 +0000 (13:19 -0700)]
Merge pull request #11956 from ithaka/fix/dropdown-menu-improve-accessibility
fix: improve dropdown menu accessibility - closes #8810
Joe Workman [Fri, 27 Mar 2020 20:18:38 +0000 (13:18 -0700)]
Merge pull request #11990 from iamcanadian1973/iamcanadian1973-patch-dropdownMenu-case-fix
fix: use correct event name - closes #11989
Joe Workman [Fri, 27 Mar 2020 20:18:03 +0000 (13:18 -0700)]
Merge pull request #12002 from DanielRuf/docs/update-cdn-urls-sri-hashes
Update CDN URLs and SRI hashes
Joe Workman [Fri, 27 Mar 2020 20:17:34 +0000 (13:17 -0700)]
Merge pull request #12012 from siwood/docs/vertical-tabs-example-classes-12006
docs: fix vercial tabs example classes #12006.
Joe Workman [Fri, 27 Mar 2020 19:22:31 +0000 (12:22 -0700)]
build: added browser stack auth for build
it may be better to put this in an ENV variable but this was a quick fix to get this building again. Will need to figure that out later. this at least fixes the build.
Joe Workman [Fri, 27 Mar 2020 19:21:16 +0000 (12:21 -0700)]
chore: not more testing on commit. Only on push
Joe Workman [Fri, 27 Mar 2020 19:20:53 +0000 (12:20 -0700)]
chore: less strict commit line rules.
Joe Workman [Thu, 5 Mar 2020 19:27:31 +0000 (11:27 -0800)]
docs: fixed bad links in menu
Joe Workman [Thu, 5 Mar 2020 19:25:08 +0000 (11:25 -0800)]
docs: fixed bad links in menu
Joe Workman [Thu, 5 Mar 2020 19:23:04 +0000 (11:23 -0800)]
docs: fixed bad links in menu
rafibomb [Tue, 21 Jan 2020 01:05:20 +0000 (17:05 -0800)]
docs: merge in changes made in master
rafibomb [Fri, 7 Feb 2020 23:09:01 +0000 (15:09 -0800)]
updates broken download links
Simone Wood [Wed, 4 Mar 2020 21:04:16 +0000 (13:04 -0800)]
docs: fix vercial tabs example classes #12006.
Cheng Wang [Wed, 26 Feb 2020 07:10:35 +0000 (15:10 +0800)]
Chinese and Japanese are not RTL scripts.
Daniel Ruf [Mon, 17 Feb 2020 15:09:08 +0000 (16:09 +0100)]
Update CDN URLs and SRI hashes
Joe Workman [Fri, 14 Feb 2020 02:20:17 +0000 (18:20 -0800)]
Merge pull request #11998 from DanielRuf/fix/partly-revert-11457-11997
fix: partly revert #11457 - closes #11997
Daniel Ruf [Wed, 12 Feb 2020 17:25:50 +0000 (18:25 +0100)]
fix: partly revert #11457 - closes #11997
Bruce Wells [Tue, 11 Feb 2020 03:32:22 +0000 (22:32 -0500)]
Update docs for correct usage of Submit buttons
Bruce Wells [Tue, 11 Feb 2020 03:31:19 +0000 (22:31 -0500)]
Merge pull request #1 from foundation/develop
Merge in latest Foundation changes
rafibomb [Fri, 7 Feb 2020 23:09:01 +0000 (15:09 -0800)]
updates broken download links
Kyle Rumble [Fri, 7 Feb 2020 08:11:32 +0000 (00:11 -0800)]
fix: use correct event name - closes #11989
Joe Workman [Wed, 5 Feb 2020 06:23:39 +0000 (22:23 -0800)]
revert changes to dist directory
Joe Workman [Wed, 5 Feb 2020 03:01:30 +0000 (19:01 -0800)]
chore: update url for #11838
Joe Workman [Wed, 5 Feb 2020 03:02:35 +0000 (19:02 -0800)]
Merge pull request #11982 from DanielRuf/fix/gulp-parameter-position
Fix parameter position
Joe Workman [Wed, 5 Feb 2020 02:59:15 +0000 (18:59 -0800)]
Merge pull request #11838 from DanielRuf/chore/link-docs-script
chore: add npm script to link the docs
Joe Workman [Wed, 5 Feb 2020 02:57:03 +0000 (18:57 -0800)]
chore: resovle conflict for #11838
Joe Workman [Wed, 5 Feb 2020 02:40:47 +0000 (18:40 -0800)]
chore: change all urls in all comments and links
Joe Workman [Tue, 4 Feb 2020 21:11:26 +0000 (13:11 -0800)]
Merge pull request #11832 from DanielRuf/fix/prevent-null-error
fix: prevent error when the value of $anchorDims is null
Joe Workman [Tue, 4 Feb 2020 21:00:31 +0000 (13:00 -0800)]
Snyk travis integration
Joe Workman [Tue, 4 Feb 2020 20:51:05 +0000 (12:51 -0800)]
Merge pull request #11897 from DanielRuf/docs/remove-unused-fonts
docs: remove unused fonts
Joe Workman [Tue, 4 Feb 2020 20:44:03 +0000 (12:44 -0800)]
Merge pull request #11859 from DanielRuf/fix/10486-accordion-clear-animation-queue
fix: clear the animation queue - closes #10486
Joe Workman [Tue, 4 Feb 2020 20:24:58 +0000 (12:24 -0800)]
update version from PR #11872
Joe Workman [Tue, 4 Feb 2020 20:24:03 +0000 (12:24 -0800)]
Merge pull request #11872 from DanielRuf/fix/9510-settings-file-version-number
fix: add Foundation Sites version number - closes #9510