]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Nicolas Coden [Sat, 2 Apr 2016 01:37:51 +0000 (03:37 +0200)]
Fix flex-grid-column with nowrap child
On the last version of chrome, the child of a `flex-grid-column(null)`
with
```css
white-space: nowrap;
overflow: hidden;
```
doesn't have a limited size, and the full content is showed in one line
exceeding the row.
`min-width: 0;` fix this problem, probably by remembering to chrome to
evaluate the column width with a `0px` content width (it's what `flex:
1 1 0px` should do).
https://stackoverflow.com/questions/
34934586 /white-space-nowrap-and-flex
box-did-not-work-in-chrome
Kevin Ball [Sat, 2 Apr 2016 00:22:29 +0000 (17:22 -0700)]
Merge pull request #8473 from Owlbertz/fix-reveal-destroy
Fix issue with Reveal#destroy().
Kevin Ball [Fri, 1 Apr 2016 23:11:21 +0000 (16:11 -0700)]
Merge pull request #8477 from Owlbertz/keyboard-drilldown
Fix keyboard access for drilldown
Kevin Ball [Fri, 1 Apr 2016 17:54:14 +0000 (10:54 -0700)]
Merge branch 'customizer' into develop
Kevin Ball [Fri, 1 Apr 2016 17:52:26 +0000 (10:52 -0700)]
Explicitly add flex modules
Rafi [Wed, 30 Mar 2016 16:40:03 +0000 (09:40 -0700)]
fixes comment typo
kball [Wed, 30 Mar 2016 00:01:46 +0000 (17:01 -0700)]
Merge pull request #8400 from zurb/customizer
Customizer Updates
Geoff Kimball [Tue, 29 Mar 2016 22:24:38 +0000 (15:24 -0700)]
In customizer Gulp tasks, prevent build from failing if the form data JSON given is missing the variables key
Geoff Kimball [Tue, 29 Mar 2016 16:32:54 +0000 (09:32 -0700)]
In customizer Gulp tasks, don't print a $foundation-palette override if no color variables are included in the custom build definition
Geoff Kimball [Mon, 28 Mar 2016 20:33:30 +0000 (13:33 -0700)]
In customizer Gulpfile, ensure color variables passed in are all merged into $foundation-palette
Geoff Kimball [Mon, 28 Mar 2016 20:20:00 +0000 (13:20 -0700)]
Remove util-map.json, the functionality of which is now covered by customizer/config.yml
Geoff Kimball [Mon, 28 Mar 2016 20:19:15 +0000 (13:19 -0700)]
In customizer Gulp task, ensure all JavaScript files are properly included
Geoff Kimball [Mon, 28 Mar 2016 20:17:16 +0000 (13:17 -0700)]
In customizer Gulp tasks, add default values for the --modules and --output flags, and ensure all files print to the correct output directory
Geoff Kimball [Mon, 28 Mar 2016 20:03:20 +0000 (13:03 -0700)]
Ensure that customizer config presets and module list are complete
Colin Marshall [Mon, 28 Mar 2016 17:55:19 +0000 (11:55 -0600)]
Merge pull request #8472 from colin-marshall/babel-tests
ES6/Babel in JS unit tests
Geoff Kimball [Mon, 28 Mar 2016 17:34:47 +0000 (10:34 -0700)]
Apply display: block; to flex grid items with .row and .column, so the content inside flows properly
Geoff Kimball [Mon, 28 Mar 2016 17:30:54 +0000 (10:30 -0700)]
Add max-width: none; to nested rows to ensure they're always the full width of the parent row, closes #8304
Geoff Kimball [Mon, 28 Mar 2016 16:41:08 +0000 (09:41 -0700)]
Add reference to NuGet package in installation docs #8302
Marius Olbertz [Mon, 28 Mar 2016 14:38:23 +0000 (16:38 +0200)]
Fix keyboard access for drilldown
Mainly I changed the focused elements to be the `a` tags rather than the `li` tags.
I also added anchors to the menu links in the docs, so it is possible to actually click/space/enter the links to open a new page (or at least change their window's location).
The fact that the links within the menus had only pure `#`es in their `href` did not cover the real-life menu purposes and made proper testing a bit hard.
Colin Marshall [Mon, 28 Mar 2016 02:36:15 +0000 (20:36 -0600)]
Added starter templates for js component unit tests
Colin Marshall [Sun, 27 Mar 2016 22:41:07 +0000 (16:41 -0600)]
Added multiline string to Toggler unit tests
Colin Marshall [Sun, 27 Mar 2016 22:39:43 +0000 (16:39 -0600)]
Added clean step prior to transpiling js unit tests
Colin Marshall [Sun, 27 Mar 2016 22:38:59 +0000 (16:38 -0600)]
Link concatenated js unit tests in index.html
Marius Olbertz [Sun, 27 Mar 2016 11:23:38 +0000 (13:23 +0200)]
Fix issue with Reveal#destroy().
Moved $element outside of $overlay to prevent error unregisterPlugin().
Colin Marshall [Sun, 27 Mar 2016 01:05:00 +0000 (19:05 -0600)]
Added transpiled js tests file to gitignore
Colin Marshall [Sun, 27 Mar 2016 00:43:03 +0000 (18:43 -0600)]
Added ES6/babel to JS tests, exported babel reporting
Marius Olbertz [Thu, 24 Mar 2016 17:53:18 +0000 (18:53 +0100)]
Merge pull request #8453 from Owlbertz/focus-reveal
Fixes issue when putting focus to an input outside of the modal.
Marius Olbertz [Thu, 24 Mar 2016 08:03:19 +0000 (09:03 +0100)]
Fixes issue when putting focus to an input outside of the modal.
Andy Cochran [Tue, 22 Mar 2016 18:19:25 +0000 (14:19 -0400)]
Merge pull request #8376 from andycochran/multiselect
Remove triangle from select elements with the multiple attribute.
Andy Cochran [Tue, 22 Mar 2016 15:25:01 +0000 (11:25 -0400)]
Fix typo in Contributing Guidelines.
Geoff Kimball [Thu, 17 Mar 2016 16:47:24 +0000 (09:47 -0700)]
Add link to coding standards in contributing.md
Geoff Kimball [Thu, 17 Mar 2016 16:37:17 +0000 (09:37 -0700)]
Merge branch 'designerno1-patch-1' into develop
Geoff Kimball [Thu, 17 Mar 2016 16:37:03 +0000 (09:37 -0700)]
Adjust formatting of a sentence in contributing.md
Geoff Kimball [Thu, 17 Mar 2016 16:35:56 +0000 (09:35 -0700)]
Merge branch 'patch-1' of https://github.com/designerno1/foundation-sites into designerno1-patch-1
Geoff Kimball [Thu, 17 Mar 2016 16:34:45 +0000 (09:34 -0700)]
Merge branch 'themestechnology-patch-1' into develop
Geoff Kimball [Thu, 17 Mar 2016 16:34:30 +0000 (09:34 -0700)]
Adjust formatting of complete off-canvas example in docs
Geoff Kimball [Thu, 17 Mar 2016 16:27:54 +0000 (09:27 -0700)]
Merge branch 'patch-1' of https://github.com/themestechnology/foundation-sites into themestechnology-patch-1
Geoff Kimball [Thu, 17 Mar 2016 16:27:22 +0000 (09:27 -0700)]
Create individual JS files for each plugin, and add them to the dist folder. Allows users without Babel to use individual JS plugins. Closes #8406
designerno1 [Wed, 16 Mar 2016 23:33:17 +0000 (00:33 +0100)]
Update CONTRIBUTING.md
i stopped the work on Clearing, please change it to the equalizer extension i wrote thanks
Geoff Kimball [Wed, 16 Mar 2016 22:04:07 +0000 (15:04 -0700)]
Allow paths to be passed to the --output flag of the customizer
Geoff Kimball [Wed, 16 Mar 2016 16:46:06 +0000 (09:46 -0700)]
Merge branch 'develop' of https://github.com/zurb/foundation into develop
Geoff Kimball [Wed, 16 Mar 2016 16:44:01 +0000 (09:44 -0700)]
Merge branch 'Owlbertz-keyboard-accordion-menu' into develop
Geoff Kimball [Mon, 14 Mar 2016 17:43:00 +0000 (10:43 -0700)]
Add test case for keyboard control on accordion menus
Geoff Kimball [Fri, 11 Mar 2016 19:27:26 +0000 (11:27 -0800)]
Add visual test for sliders with a nonzero start value
Andy Cochran [Thu, 10 Mar 2016 21:47:14 +0000 (16:47 -0500)]
fix error when -spacing is 0
Geoff Kimball [Tue, 8 Mar 2016 22:43:20 +0000 (14:43 -0800)]
Add visual test page to show programmatic use of close triggers
Geoff Kimball [Tue, 8 Mar 2016 18:36:57 +0000 (10:36 -0800)]
Add visual test for tall reveal modals, and a modal with a close button sitting over the overlay #7875
Geoff Kimball [Tue, 8 Mar 2016 18:25:25 +0000 (10:25 -0800)]
Change with property to max-width for <input> elements inside of a top bar, which restrains the width of text fields without making them crazy wide in some situations. #7451
Andy Cochran [Tue, 8 Mar 2016 18:22:06 +0000 (13:22 -0500)]
include disable-mouse-outline on default button element
Geoff Kimball [Tue, 8 Mar 2016 18:14:00 +0000 (10:14 -0800)]
Prevent dropdown panes taller than the window from resizing to be full-width, fixes #7957
Andy Cochran [Tue, 8 Mar 2016 18:08:12 +0000 (13:08 -0500)]
use button for .menu-icon instead of span
Rafi [Tue, 8 Mar 2016 17:23:39 +0000 (09:23 -0800)]
Update ISSUE_TEMPLATE.md
Rafi [Tue, 8 Mar 2016 17:23:16 +0000 (09:23 -0800)]
Update ISSUE_TEMPLATE.md
Geoff Kimball [Tue, 8 Mar 2016 17:11:43 +0000 (09:11 -0800)]
Correct reference to wrong 'this' in Reveal JavaScript, closes zurb/motion-ui#75
Alexandre B [Mon, 7 Mar 2016 20:00:04 +0000 (21:00 +0100)]
Remove border radius from full-screen modal
xfifix [Thu, 3 Mar 2016 15:28:30 +0000 (16:28 +0100)]
fix orbit navigation
xfifix [Thu, 3 Mar 2016 15:17:26 +0000 (16:17 +0100)]
fix orbit navigation
Geoff Kimball [Wed, 2 Mar 2016 01:38:00 +0000 (17:38 -0800)]
Add test pages for Abide validating other text input types
Geoff Kimball [Wed, 2 Mar 2016 01:21:10 +0000 (17:21 -0800)]
Fix Abide custom patterns not validating properly #8157
Geoff Kimball [Wed, 16 Mar 2016 16:25:51 +0000 (09:25 -0700)]
Add code of conduct
Geoff Kimball [Wed, 16 Mar 2016 16:25:07 +0000 (09:25 -0700)]
Update contributing guidelines to break down our new contributor program
Marius Olbertz [Wed, 16 Mar 2016 04:36:09 +0000 (05:36 +0100)]
Enable triggering of links within menu via keyboard.
Geoff Kimball [Tue, 15 Mar 2016 18:25:45 +0000 (11:25 -0700)]
Merge pull request #8380 from n0o0bSina/develop
fix input-group(s) childs border-radius in rtl view
Geoff Kimball [Tue, 15 Mar 2016 17:49:13 +0000 (10:49 -0700)]
Merge pull request #8318 from DaSchTour/dev/8257
possible solution for #8257
Geoff Kimball [Tue, 15 Mar 2016 17:10:00 +0000 (10:10 -0700)]
Add --output flag to customizer to change output ZIP file
Kevin Ball [Mon, 14 Mar 2016 23:54:12 +0000 (16:54 -0700)]
Get rid of relative path stuff
Geoff Kimball [Mon, 14 Mar 2016 18:59:38 +0000 (11:59 -0700)]
When using .[size]-unstack classes in flex grid, only style immediate child columns, so the CSS doesn't leak into nested grids. Fixes #8341
Geoff Kimball [Mon, 14 Mar 2016 18:25:13 +0000 (11:25 -0700)]
Add visual test case for responsive text alignment classes
Geoff Kimball [Mon, 14 Mar 2016 18:04:34 +0000 (11:04 -0700)]
Adjust wording of sudo instructions in install docs page to be cross-platform
Geoff Kimball [Mon, 14 Mar 2016 18:03:17 +0000 (11:03 -0700)]
Merge pull request #8231 from MainelyWeb/patch-1
Added sudo note for command line install
Geoff Kimball [Mon, 14 Mar 2016 17:59:10 +0000 (10:59 -0700)]
Merge pull request #8218 from jtborger/patch-1
Update toggler.md
Geoff Kimball [Mon, 14 Mar 2016 17:28:00 +0000 (10:28 -0700)]
Merge pull request #8364 from Seldszar/hotfix/full-screen-modal-border-radius
Remove border radius from full-screen modal
Geoff Kimball [Mon, 14 Mar 2016 16:14:49 +0000 (09:14 -0700)]
Merge pull request #8328 from xfifix/develop
Fix JS Orbit navigation arrow
Geoff Kimball [Sat, 12 Mar 2016 00:54:34 +0000 (16:54 -0800)]
Add missing yargs dependency to package.json
Geoff Kimball [Sat, 12 Mar 2016 00:43:37 +0000 (16:43 -0800)]
Zip custom download after being created
Geoff Kimball [Fri, 11 Mar 2016 22:59:53 +0000 (14:59 -0800)]
In customizer, add missing components to essentials download, and always load util.mediaQuery
Geoff Kimball [Fri, 11 Mar 2016 22:29:42 +0000 (14:29 -0800)]
In the customizer, flip the dir attribute of <html> if RTL is enabled in Sass
Geoff Kimball [Fri, 11 Mar 2016 22:17:24 +0000 (14:17 -0800)]
Add customizer presets for complete and essential download
Geoff Kimball [Fri, 11 Mar 2016 22:03:14 +0000 (14:03 -0800)]
Comment all the customizer-related things
Geoff Kimball [Fri, 11 Mar 2016 21:37:41 +0000 (13:37 -0800)]
Group customizer libraries into one module export
Geoff Kimball [Fri, 11 Mar 2016 21:32:23 +0000 (13:32 -0800)]
In customizer, consume module list through a command line flag
Geoff Kimball [Fri, 11 Mar 2016 21:06:04 +0000 (13:06 -0800)]
Get JavaScript and index.html copying to customizer build
Geoff Kimball [Fri, 11 Mar 2016 20:36:45 +0000 (12:36 -0800)]
Create compressed version of CSS for customizer build
Geoff Kimball [Fri, 11 Mar 2016 20:06:03 +0000 (12:06 -0800)]
Get Sass compilation in customizer task working
Geoff Kimball [Fri, 11 Mar 2016 19:27:26 +0000 (11:27 -0800)]
Add visual test for sliders with a nonzero start value
Geoff Kimball [Fri, 11 Mar 2016 17:04:08 +0000 (09:04 -0800)]
Merge pull request #8388 from andycochran/bgroupspacing
fix error when -spacing is 0
Andy Cochran [Thu, 10 Mar 2016 21:47:14 +0000 (16:47 -0500)]
fix error when -spacing is 0
Sina sharifzade [Thu, 10 Mar 2016 08:24:48 +0000 (11:54 +0330)]
fix input-group(s) childs border-radius in rtl view
Andy Cochran [Wed, 9 Mar 2016 19:58:08 +0000 (14:58 -0500)]
style multiple selects, add to docs
Geoff Kimball [Tue, 8 Mar 2016 23:12:43 +0000 (15:12 -0800)]
Merge branch 'abide-text-validation' into develop
Geoff Kimball [Tue, 8 Mar 2016 23:07:20 +0000 (15:07 -0800)]
Merge pull request #8370 from andycochran/menuicon
.menu-icon & buttons elements
Geoff Kimball [Tue, 8 Mar 2016 22:43:20 +0000 (14:43 -0800)]
Add visual test page to show programmatic use of close triggers
Geoff Kimball [Tue, 8 Mar 2016 18:36:57 +0000 (10:36 -0800)]
Add visual test for tall reveal modals, and a modal with a close button sitting over the overlay #7875
Geoff Kimball [Tue, 8 Mar 2016 18:25:25 +0000 (10:25 -0800)]
Change with property to max-width for <input> elements inside of a top bar, which restrains the width of text fields without making them crazy wide in some situations. #7451
Andy Cochran [Tue, 8 Mar 2016 18:22:06 +0000 (13:22 -0500)]
include disable-mouse-outline on default button element
Geoff Kimball [Tue, 8 Mar 2016 18:14:00 +0000 (10:14 -0800)]
Prevent dropdown panes taller than the window from resizing to be full-width, fixes #7957
Andy Cochran [Tue, 8 Mar 2016 18:08:12 +0000 (13:08 -0500)]
use button for .menu-icon instead of span
Marius Olbertz [Tue, 8 Mar 2016 17:43:33 +0000 (18:43 +0100)]
Removed console.log.
Rafi [Tue, 8 Mar 2016 17:23:39 +0000 (09:23 -0800)]
Update ISSUE_TEMPLATE.md
Rafi [Tue, 8 Mar 2016 17:23:16 +0000 (09:23 -0800)]
Update ISSUE_TEMPLATE.md