Commit Graph

918 Commits

Author SHA1 Message Date
Kevin Ross
1aa0e3c96f #740 address references to fullpalette in docs etc. Added TODOs where necessary 2015-11-22 10:44:56 -06:00
Kevin Ross
e6911960be removed changelog and updated github releases. From now on I will link releases to issues milestones for a full list. 2015-11-22 10:30:12 -06:00
Kevin Ross
828fd32669 #740 remove color variations 2015-11-22 10:23:34 -06:00
Kevin Ross
bb4a16657f 0.4.4 2015-11-21 15:36:03 -06:00
Kevin Ross
a3fc96318d #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
2de3250390 Solves #734 Generic label styles need to be applied outside of .form-group 2015-11-21 15:19:40 -06:00
Kevin Ross
d27ca1bc41 Solves #736 radios and checkboxes need to render outside of .form-group 2015-11-21 13:17:53 -06:00
Kevin Ross
15446adb11 Solves #735 togglebuttons example rendering outside of .form-group 2015-11-21 12:15:29 -06:00
Kevin Ross
0993d7b564 make sure bower and components are installed for travis 2015-11-21 11:51:04 -06:00
Kevin Ross
e41996fa10 #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
f0e1b9c2b6 #727 checkpoint - added specific import order for less vs sass, normalized more variables. 2015-11-21 10:37:35 -06:00
Kevin Ross
04ab7ddc41 @mdb- namespace known material variables before beginning to use bs variables directly 2015-11-21 08:56:29 -06:00
Kevin Ross
af03f6809a 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
8d2a8f347c Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
cc59aab1ed wip #727 - importing bootstrap 2015-11-21 07:43:52 -06:00
Kevin Ross
fd732ee09d 0.4.3 2015-11-21 06:38:24 -06:00
Kevin Ross
6a3263a0cc Solves #731 - webkit specific rule must be specified separately otherwise firefox ignores the ruleset 2015-11-21 06:36:20 -06:00
Kevin Ross
c23e623687 urls for public gh-pages 2015-11-20 19:32:25 -06:00
Kevin Ross
a3bedbe841 Basic color replacements completed 2015-11-20 17:50:50 -06:00
Kevin Ross
d48e061972 broke docs.css into smaller less files 2015-11-20 17:22:56 -06:00
Kevin Ross
7dbdd7c7bc converted docs.css to a less file so we can use our variables 2015-11-20 16:18:58 -06:00
Kevin Ross
b6101554b2 added gh-pages build instructions, setup icons 2015-11-20 15:17:08 -06:00
Kevin Ross
d1b3f851ef Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
d9e9b0da32 reworking grunt and dependencies to more closely mirror bootstrap 2015-11-20 12:21:02 -06:00
Kevin Ross
d74c2aedd8 Merge branch 'rosskevin-master' into documentation-prototype 2015-11-20 11:00:42 -06:00
Kevin Ross
566453f56d 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
bac3779f90 update ignores 2015-11-20 08:27:54 -06:00
Kevin Ross
44994850e9 changing includes 2015-11-20 08:26:54 -06:00
Kevin Ross
0185c9ac1b stubbed in index and about information 2015-11-19 17:18:15 -06:00
Kevin Ross
75d589a528 Merge branch 'rosskevin-master' into documentation-prototype
Conflicts:
	Gruntfile.js
2015-11-19 16:03:28 -06:00
Kevin Ross
fecff76551 initial import of bs3 docs 2015-11-19 15:58:21 -06:00
Kevin Ross
2e2923038c Merge pull request #563 from tenbits/master
Add .npmignore
2015-11-19 18:59:51 +00:00
Alex Kit
b46c32658f Add .npmignore 2015-11-19 19:48:34 +01:00
Kevin Ross
799e3be546 update contrib guidelines 2015-11-19 12:12:24 -06:00
Kevin Ross
617e103511 0.4.1 2015-11-19 11:30:17 -06:00
Kevin Ross
3afb2b6904 Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338 2015-11-19 11:07:47 -06:00
Kevin Ross
3379d79943 Updated contribution guidelines and codepen dependencies to bootstrap 3.3.5 2015-11-19 10:57:00 -06:00
Kevin Ross
e275c689a5 Manually merged #712 2015-11-19 09:33:35 -06:00
Kevin Ross
ccc46f3686 Merge branch 'kogosoftwarellc-extracting-typography' 2015-11-19 09:30:54 -06:00
Kevin Ross
ed17dbf9af 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
e928b5fd1f 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
51aa153df0 fixing travis configuration for new container infrastructure and add the sass gem 2015-11-19 09:03:53 -06:00
Kevin Ross
d6bb60c446 - 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
e5964ceb52 remove old commented code. 2015-11-18 20:52:23 -06:00
Kevin Ross
af2e21af87 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
acc532e659 sass rebuild dist 2015-11-18 19:59:41 -06:00
Kevin Ross
ec5339b910 Merge branch 'master' into standardized-form-markup 2015-11-18 17:04:16 -06:00
Kevin Ross
b3bed2d60e merge upstream master 2015-11-18 17:02:28 -06:00
Kevin Ross
238fba9aff more readme updates 2015-11-18 16:58:49 -06:00
Kevin Ross
6f151e310e more readme updates 2015-11-18 16:55:30 -06:00