Commit Graph

765 Commits

Author SHA1 Message Date
Kevin Ross
ab2455d6ea 0.4.4 2015-11-21 15:36:03 -06:00
Kevin Ross
ce1dbbaeb5 #734 fixes sass conversion - Generic label styles need to be applied outside of .form-group 2015-11-21 15:35:17 -06:00
Kevin Ross
6f6fab0959 Solves #734 Generic label styles need to be applied outside of .form-group 2015-11-21 15:19:40 -06:00
Kevin Ross
e1189e4b34 Solves #736 radios and checkboxes need to render outside of .form-group 2015-11-21 13:17:53 -06:00
Kevin Ross
7e02e22bc1 Solves #735 togglebuttons example rendering outside of .form-group 2015-11-21 12:15:29 -06:00
Kevin Ross
a3a8cf34d8 make sure bower and components are installed for travis 2015-11-21 11:51:04 -06:00
Kevin Ross
a1af899ba2 #727 more normalization of variables, removal of many unused variables, and solved #352 with media query variables 2015-11-21 11:42:16 -06:00
Kevin Ross
b05c95b190 #727 checkpoint - added specific import order for less vs sass, normalized more variables. 2015-11-21 10:37:35 -06:00
Kevin Ross
f64ff8a142 @mdb- namespace known material variables before beginning to use bs variables directly 2015-11-21 08:56:29 -06:00
Kevin Ross
61ba1b1d6a remove jekyll to get travis to pass until we get back to the jekyll doc generation work 2015-11-21 08:41:12 -06:00
Kevin Ross
b88c6f5159 Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
27b710ca51 wip #727 - importing bootstrap 2015-11-21 07:43:52 -06:00
Kevin Ross
ff948b7b07 0.4.3 2015-11-21 06:38:24 -06:00
Kevin Ross
27d2b66138 Solves #731 - webkit specific rule must be specified separately otherwise firefox ignores the ruleset 2015-11-21 06:36:20 -06:00
Kevin Ross
39299f1136 urls for public gh-pages 2015-11-20 19:32:25 -06:00
Kevin Ross
1f0fb0f3c8 Basic color replacements completed 2015-11-20 17:50:50 -06:00
Kevin Ross
427152ab65 broke docs.css into smaller less files 2015-11-20 17:22:56 -06:00
Kevin Ross
cc5ce04ce5 converted docs.css to a less file so we can use our variables 2015-11-20 16:18:58 -06:00
Kevin Ross
23cf7c6057 added gh-pages build instructions, setup icons 2015-11-20 15:17:08 -06:00
Kevin Ross
a73958ce48 Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
15bf935b60 reworking grunt and dependencies to more closely mirror bootstrap 2015-11-20 12:21:02 -06:00
Kevin Ross
fffaf33baa Merge branch 'rosskevin-master' into documentation-prototype 2015-11-20 11:00:42 -06:00
Kevin Ross
6da08062b4 Solves #730 and #636 -
- labels adjusted for horizontal forms, and generic labels now set in inputs.less
- js added to set is-focused on checkbox form-groups when hovering
- markup samples for right, left checkbox labels plus help-blocks
2015-11-20 10:17:12 -06:00
Kevin Ross
25a0a4fe95 update ignores 2015-11-20 08:27:54 -06:00
Kevin Ross
64213ad914 changing includes 2015-11-20 08:26:54 -06:00
Kevin Ross
5deed1f7c6 stubbed in index and about information 2015-11-19 17:18:15 -06:00
Kevin Ross
06ce20c464 Merge branch 'rosskevin-master' into documentation-prototype
Conflicts:
	Gruntfile.js
2015-11-19 16:03:28 -06:00
Kevin Ross
296100615f initial import of bs3 docs 2015-11-19 15:58:21 -06:00
Kevin Ross
f7cdbd26a4 Merge pull request #563 from tenbits/master
Add .npmignore
2015-11-19 18:59:51 +00:00
Alex Kit
3b81e02ccf Add .npmignore 2015-11-19 19:48:34 +01:00
Kevin Ross
58c38adc3b update contrib guidelines 2015-11-19 12:12:24 -06:00
Kevin Ross
dba39ad781 0.4.1 2015-11-19 11:30:17 -06:00
Kevin Ross
755a202148 Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338 2015-11-19 11:07:47 -06:00
Kevin Ross
20e2de04d3 Updated contribution guidelines and codepen dependencies to bootstrap 3.3.5 2015-11-19 10:57:00 -06:00
Kevin Ross
c87679eda9 Manually merged #712 2015-11-19 09:33:35 -06:00
Kevin Ross
6e8f0f063d Merge branch 'kogosoftwarellc-extracting-typography' 2015-11-19 09:30:54 -06:00
Kevin Ross
b8def2616d Merge branch 'extracting-typography' of https://github.com/kogosoftwarellc/bootstrap-material-design into kogosoftwarellc-extracting-typography
# Conflicts:
#	less/material.less
#	sass/material.scss
2015-11-19 09:30:22 -06:00
Kevin Ross
9c6be36230 Merge pull request #725 from rosskevin/standardized-form-markup
Standardized form markup and spec compliance v.0.4.0
2015-11-19 15:07:33 +00:00
Kevin Ross
d790a26fc4 fixing travis configuration for new container infrastructure and add the sass gem 2015-11-19 09:03:53 -06:00
Kevin Ross
3de6dff964 - remove deprecated version from bower.json https://github.com/bower/spec/blob/master/json.md
- bumped package.json
- changed cibuild target to build
2015-11-19 08:54:33 -06:00
Kevin Ross
1b8e6eed4e remove old commented code. 2015-11-18 20:52:23 -06:00
Kevin Ross
586e4e44f5 Solves #642, note that programmatic change of value requires triggering change event. e.g. $('#i5i').val('').trigger('change')
http://stackoverflow.com/questions/4672505/why-does-the-jquery-change-event-not-trigger-when-i-set-the-value-of-a-select-us
2015-11-18 20:21:55 -06:00
Kevin Ross
9213543871 sass rebuild dist 2015-11-18 19:59:41 -06:00
Kevin Ross
d7c333d3cf Merge branch 'master' into standardized-form-markup 2015-11-18 17:04:16 -06:00
Kevin Ross
2e7af21f8b merge upstream master 2015-11-18 17:02:28 -06:00
Kevin Ross
d39725bc9f more readme updates 2015-11-18 16:58:49 -06:00
Kevin Ross
a446440a91 more readme updates 2015-11-18 16:55:30 -06:00
Kevin Ross
6169e1a4df more readme updates 2015-11-18 16:53:08 -06:00
Kevin Ross
432130a37b more readme updates 2015-11-18 16:49:06 -06:00
Kevin Ross
abfb2f09b8 Allow floating labels to be used with input groups that have a left input. Update readme. 2015-11-18 16:43:19 -06:00