]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Kevin Ball [Tue, 20 Jun 2017 17:22:46 +0000 (10:22 -0700)]
Clean up a few lingering global namespace points
Kevin Ball [Mon, 19 Jun 2017 23:34:59 +0000 (16:34 -0700)]
Package up 6.3.0-rc4
Kevin Ball [Mon, 19 Jun 2017 23:23:52 +0000 (16:23 -0700)]
Fix variable-exists reference
Kevin Ball [Mon, 19 Jun 2017 21:47:50 +0000 (14:47 -0700)]
Merge pull request #10205 from zurb/hotfix/drilldown-menu-not-working
Closes #10203, update docs with current drilldown menu examples!
Kevin Ball [Mon, 19 Jun 2017 21:47:24 +0000 (14:47 -0700)]
Merge branch 'develop' into hotfix/drilldown-menu-not-working
Kevin Ball [Mon, 19 Jun 2017 21:43:39 +0000 (14:43 -0700)]
by default auto-apply drilldown class
Kevin Ball [Mon, 19 Jun 2017 21:38:15 +0000 (14:38 -0700)]
Merge pull request #10207 from zurb/media-query-init-problem
Rework media query init
harry [Mon, 19 Jun 2017 18:51:35 +0000 (00:21 +0530)]
Update visual tests of drilldown section!
Kevin Ball [Mon, 19 Jun 2017 18:25:56 +0000 (11:25 -0700)]
Merge pull request #10204 from Owlbertz/drilldown-tree
Make Drilldown use tree role.
Kevin Ball [Mon, 19 Jun 2017 18:23:22 +0000 (11:23 -0700)]
Merge pull request #10192 from digitalfrood/digitalfrood-add-breadcrumb-separator-variable
add breadcrumb separator variable
Kevin Ball [Mon, 19 Jun 2017 18:16:51 +0000 (11:16 -0700)]
Rework media query init
Kevin Ball [Mon, 19 Jun 2017 17:54:33 +0000 (10:54 -0700)]
Merge pull request #10206 from zurb/fix-missing-jquery-import
Fix a missing jquery import
Kevin Ball [Mon, 19 Jun 2017 17:52:48 +0000 (10:52 -0700)]
Fix a missing jquery import
Kevin Ball [Mon, 19 Jun 2017 17:45:24 +0000 (10:45 -0700)]
Merge pull request #10200 from zurb/xy-grid-fixes
XY grid fixes
harry [Mon, 19 Jun 2017 17:42:33 +0000 (23:12 +0530)]
Closes #10203, update docs with current drilldown menu examples!
Marius Olbertz [Mon, 19 Jun 2017 17:32:54 +0000 (19:32 +0200)]
Make Drilldown use tree role.
Drilldown should - like AccordionMenu - have the role tree as it consists of a hierarchical list of elements.
Sub-menus should have role group and items should have role treeitem.
Pretty much the same as #10064.
Kevin Ball [Mon, 19 Jun 2017 17:20:49 +0000 (10:20 -0700)]
Fix stupid on entrypoint
harry [Mon, 19 Jun 2017 17:16:52 +0000 (22:46 +0530)]
Correct comments!
harry [Mon, 19 Jun 2017 17:14:29 +0000 (22:44 +0530)]
Add Check for old variables aka backward compatibility
Kevin Ball [Sat, 17 Jun 2017 18:20:57 +0000 (11:20 -0700)]
Merge pull request #10188 from zurb/brettsmason-accordion-menu-padding
Fix accordion menu submenu padding specificity
Kevin Ball [Sat, 17 Jun 2017 18:20:13 +0000 (11:20 -0700)]
Merge pull request #10187 from zurb/brettsmason-dropdown-menu-padding
Update to dropdown menu padding
Kevin Ball [Sat, 17 Jun 2017 18:09:59 +0000 (11:09 -0700)]
Merge pull request #10183 from sufuf3/add-badge
Add CDNJS badge in README.md
Brett Mason [Fri, 16 Jun 2017 20:24:32 +0000 (21:24 +0100)]
Attempt at fixing the issue of using grid-margin-x on grid-y breaking the width, and grid-margin-y on grid-x breaking the height.
Seems to work correctly so far from testing.
Brett Mason [Fri, 16 Jun 2017 20:19:15 +0000 (21:19 +0100)]
Force vertical grid to be nowrap. Fixes vertical padding grid wrapping issues seen in kitchen sink - Padding - vertical grid example
Brett Mason [Fri, 16 Jun 2017 20:16:08 +0000 (21:16 +0100)]
Add missing `.grid-x` prefix on base cell widths. This fixes the width: auto of breakpoint sizes auto/shrink classes overwriting the widths.
Brett Mason [Fri, 16 Jun 2017 19:06:04 +0000 (20:06 +0100)]
Merge pull request #10173 from zurb/xy-grid-kitchen-sink
XY Grid - Add kitchen sink/flex utilties visual tests
Brett Mason [Fri, 16 Jun 2017 19:04:25 +0000 (20:04 +0100)]
Tweak content of one example.
harry [Fri, 16 Jun 2017 14:10:55 +0000 (19:40 +0530)]
Closes #8131, Added a visual test for breadcrumb separator variable!
Harry Manchanda [Fri, 16 Jun 2017 13:58:38 +0000 (19:28 +0530)]
Merge pull request #10193 from HeidiEkenstam/9816
Fixes bug #9816
Heidi Ekenstam [Thu, 15 Jun 2017 23:08:51 +0000 (17:08 -0600)]
Fix bug issue number 9816
Florian Gaa [Thu, 15 Jun 2017 11:20:57 +0000 (13:20 +0200)]
add breadcrumb separator variable
Brett Mason [Wed, 14 Jun 2017 19:25:31 +0000 (20:25 +0100)]
Update flex-utilities visual test with better, clearer styling
Brett Mason [Wed, 14 Jun 2017 10:58:58 +0000 (11:58 +0100)]
Fix accordion menu submenu padding specificity
Fix specificity so that submenu padding gets applied correctly.
Brett Mason [Wed, 14 Jun 2017 10:46:18 +0000 (11:46 +0100)]
Updated to dropdown menu padding
Fixed `$dropdownmenu-submenu-padding` not being applied as it wasn't specific enough and added a variable to control arrow indicator padding.
Brett Mason [Wed, 14 Jun 2017 07:05:00 +0000 (08:05 +0100)]
Add visual test for flex utilities
Samina Fu [Wed, 14 Jun 2017 01:12:48 +0000 (09:12 +0800)]
Add CDNJS badge in README.md
This badge will show the version on CDNJS!
Brett Mason [Mon, 12 Jun 2017 19:03:15 +0000 (20:03 +0100)]
Merge pull request #10172 from zurb/fix-missing-margin-responsive-gutters
Fix a typo that led to responsive gutters being missed in margin gutters
Brett Mason [Mon, 12 Jun 2017 18:40:54 +0000 (19:40 +0100)]
Add kitchen sink visual test to try and put most use cases together in one test.
harry [Mon, 12 Jun 2017 17:30:28 +0000 (23:00 +0530)]
Add visual test for the bug fix!
Kevin Ball [Mon, 12 Jun 2017 16:32:59 +0000 (09:32 -0700)]
Fix a typo that led to responsive gutters being missed in margin gutters
Kevin Ball [Fri, 9 Jun 2017 22:54:09 +0000 (15:54 -0700)]
Repackage for rc3 including last fix
Kevin Ball [Fri, 9 Jun 2017 22:52:20 +0000 (15:52 -0700)]
One final fix to auto
Kevin Ball [Fri, 9 Jun 2017 22:42:09 +0000 (15:42 -0700)]
Update a few missed rc number refs
Kevin Ball [Fri, 9 Jun 2017 22:39:33 +0000 (15:39 -0700)]
Package up RC3
Kevin Ball [Fri, 9 Jun 2017 22:33:17 +0000 (15:33 -0700)]
Merge pull request #10166 from zurb/fix-dropdown-menu-vertical-keyboard
Fix dropdown menu vertical keyboard
Kevin Ball [Fri, 9 Jun 2017 22:28:36 +0000 (15:28 -0700)]
Merge pull request #10165 from zurb/more-webpack-entry-points
More webpack entry points
Kevin Ball [Fri, 9 Jun 2017 22:26:42 +0000 (15:26 -0700)]
Fix tests to work around fact that Phantom doesn't grok flexbox
Kevin Ball [Fri, 9 Jun 2017 22:26:31 +0000 (15:26 -0700)]
Fix dropdown keyboard nav with new menus
Kevin Ball [Fri, 9 Jun 2017 22:07:31 +0000 (15:07 -0700)]
Update references to flex css in visual tests on menus
Kevin Ball [Fri, 9 Jun 2017 21:53:24 +0000 (14:53 -0700)]
Update foundation-plugins entry point for use by folks
Kevin Ball [Fri, 9 Jun 2017 21:49:50 +0000 (14:49 -0700)]
Add default npm entry piont
Kevin Ball [Fri, 9 Jun 2017 21:35:33 +0000 (14:35 -0700)]
Merge pull request #10128 from IamManchanda/prototypes/arrow
Prototypes - Add Arrow Utilty
Kevin Ball [Fri, 9 Jun 2017 21:35:01 +0000 (14:35 -0700)]
Merge pull request #10153 from zurb/brettsmason-accordion-submenu-toggle-fix
Change cursor for accordion submenu toggle
Kevin Ball [Fri, 9 Jun 2017 21:34:47 +0000 (14:34 -0700)]
Merge pull request #10164 from zurb/xy-grid-flex-basis-fix
Xy grid flex basis fix
Kevin Ball [Fri, 9 Jun 2017 21:31:20 +0000 (14:31 -0700)]
Fix frame grid examples with new approach to vertical auto
Kevin Ball [Fri, 9 Jun 2017 20:04:40 +0000 (13:04 -0700)]
Iterate on basis reset
Brett Mason [Fri, 9 Jun 2017 19:54:15 +0000 (20:54 +0100)]
Attempt at fixing the `flex-basis: auto` issue
Brett Mason [Fri, 9 Jun 2017 18:41:13 +0000 (19:41 +0100)]
Merge pull request #10163 from zurb/fix-grid-frame-example
Make XY Grid cell block containers responsive as well
Kevin Ball [Fri, 9 Jun 2017 18:39:52 +0000 (11:39 -0700)]
One more fix for frame-grid example/vis test
Kevin Ball [Fri, 9 Jun 2017 17:14:33 +0000 (10:14 -0700)]
Make cell block containers responsive as well
Kevin Ball [Thu, 8 Jun 2017 22:33:38 +0000 (15:33 -0700)]
Merge pull request #10157 from zurb/xy-grid-class-fix
Xy grid gutter class fix
Kevin Ball [Thu, 8 Jun 2017 22:28:43 +0000 (15:28 -0700)]
Add visual test for combo grids
Kevin Ball [Thu, 8 Jun 2017 22:07:03 +0000 (15:07 -0700)]
Some inital work on better webpack entry points
Brett Mason [Thu, 8 Jun 2017 19:22:28 +0000 (20:22 +0100)]
Update visual tests and docs to include amended classes.
Brett Mason [Thu, 8 Jun 2017 19:21:34 +0000 (20:21 +0100)]
Rework grid gutter classes to work as `grid-margin/padding-x/y and split grom the `.grid-x/y` classes.
Brett Mason [Thu, 8 Jun 2017 09:01:45 +0000 (10:01 +0100)]
Change cursor for accordion submenu toggle
Noticed while testing that we don't get a pointer cursor when hovering over a new submenu toggle within accordion menu, but I think it should to give feedback to the user.
Kevin Ball [Wed, 7 Jun 2017 17:12:55 +0000 (10:12 -0700)]
Merge pull request #10146 from zurb/pr/add-version-question
Add a question about foundation version
Harry Manchanda [Tue, 6 Jun 2017 16:55:56 +0000 (22:25 +0530)]
Add a question about foundation version
Rafi [Mon, 5 Jun 2017 20:05:15 +0000 (13:05 -0700)]
Merge pull request #10142 from zurb/revert-10133-prototype/mixin/opacity
Revert "Add opacity mixin, No CSS Added!"
Rafi [Mon, 5 Jun 2017 20:04:44 +0000 (13:04 -0700)]
Revert "Add opacity mixin, No CSS Added!"
Kevin Ball [Mon, 5 Jun 2017 19:56:57 +0000 (12:56 -0700)]
Merge pull request #10124 from zurb/frame-grid-bugs
Fix Frame grid bugs
Rafi [Mon, 5 Jun 2017 15:53:01 +0000 (08:53 -0700)]
Merge pull request #10139 from zurb/xy-grid-auto-fix
Set correct auto flex properties
Brett Mason [Mon, 5 Jun 2017 15:49:54 +0000 (16:49 +0100)]
Set correct auto flex properties
Fixes #10138
See https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored - must include `px`.
Rafi [Mon, 5 Jun 2017 02:57:15 +0000 (19:57 -0700)]
Merge pull request #10133 from IamManchanda/prototype/mixin/opacity
Add opacity mixin, No CSS Added!
harry [Sun, 4 Jun 2017 12:16:59 +0000 (17:46 +0530)]
Add warning!
harry [Sun, 4 Jun 2017 11:20:50 +0000 (16:50 +0530)]
Add opacity mixin, No CSS Added!
Harry Manchanda [Sun, 4 Jun 2017 06:52:00 +0000 (12:22 +0530)]
Merge branch 'develop' into prototypes/arrow
Harry Manchanda [Sun, 4 Jun 2017 06:47:30 +0000 (12:17 +0530)]
Merge pull request #10130 from IamManchanda/prototype/include-list-correction
Correcting include list!
harry [Sun, 4 Jun 2017 06:43:50 +0000 (12:13 +0530)]
Correcting include list!
harry [Sat, 3 Jun 2017 18:12:17 +0000 (23:42 +0530)]
Prototypes - Add Arrow Utilty
Kevin Ball [Sat, 3 Jun 2017 04:19:02 +0000 (21:19 -0700)]
Fix safari grid frame overflow issue
Kevin Ball [Sat, 3 Jun 2017 03:32:58 +0000 (20:32 -0700)]
Cell block y should not depend on vertical grid
Kevin Ball [Sat, 3 Jun 2017 00:26:36 +0000 (17:26 -0700)]
Update npm package version b/c I flubbed initial publish
Kevin Ball [Sat, 3 Jun 2017 00:15:52 +0000 (17:15 -0700)]
Package up 6.4.0-rc2
Kevin Ball [Sat, 3 Jun 2017 00:08:03 +0000 (17:08 -0700)]
Add prototype css to dist
Kevin Ball [Sat, 3 Jun 2017 00:06:29 +0000 (17:06 -0700)]
Fix missed frame dependency
Kevin Ball [Fri, 2 Jun 2017 23:35:57 +0000 (16:35 -0700)]
Merge pull request #10118 from zurb/iterate-xy-grid
Change class naming to grid-x and grid-y, eliminate cell-level vertical naming
Kevin Ball [Fri, 2 Jun 2017 19:11:53 +0000 (12:11 -0700)]
Merge pull request #10116 from IamManchanda/docs/codepen/smooth-scroll
Add codepen examples for Smooth scroll!
Kevin Ball [Fri, 2 Jun 2017 18:56:51 +0000 (11:56 -0700)]
Change class naming to grid-x and grid-y, eliminate cell-level vertical naming
Harry Manchanda [Fri, 2 Jun 2017 18:12:19 +0000 (23:42 +0530)]
Merge pull request #10115 from IamManchanda/hotfix/xygrid-sass-linking-for-sassdocs
Correct xygrid sassdocs linking in the yml file!
harry [Fri, 2 Jun 2017 16:36:15 +0000 (22:06 +0530)]
Close #10112 on merge
harry [Fri, 2 Jun 2017 16:33:35 +0000 (22:03 +0530)]
Add codepen examples!
Kevin Ball [Fri, 2 Jun 2017 16:29:41 +0000 (09:29 -0700)]
Merge pull request #10110 from swey/develop
fixed the usage of transitionend in motion util
harry [Fri, 2 Jun 2017 15:48:19 +0000 (21:18 +0530)]
Correct xygrid sassdocs linking in the yml file!
Sebastian Weyrauch [Fri, 2 Jun 2017 04:51:57 +0000 (06:51 +0200)]
fixed the usage of transitionend in motion util
Kevin Ball [Thu, 1 Jun 2017 23:36:55 +0000 (16:36 -0700)]
Add a few codepen examples to the docs
Kevin Ball [Thu, 1 Jun 2017 21:04:42 +0000 (14:04 -0700)]
Fix xy-grid example within docs
Kevin Ball [Thu, 1 Jun 2017 20:22:05 +0000 (13:22 -0700)]
Some quick tweaks on the new docs pages
Kevin Ball [Thu, 1 Jun 2017 19:46:28 +0000 (12:46 -0700)]
Merge branch 'develop' into release/6.4.0
Kevin Ball [Thu, 1 Jun 2017 19:45:40 +0000 (12:45 -0700)]
Fix missing settings value