-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Do not comment on this issue.
Docs
- fix docs errors #441 Fixing general docs errors
- cleanup fingerblast and rebuid docs #443 Cleanup fingerblast
- Fix fingerblaster to use new custom event objects #446 Fix fingerblaster to use new custom event objects
- Fix device images being off by 1px. #450 Fix device images being off by 1px.
- Fix toggle's cursor. #451 Fix toggle's cursor.
- Fix
@keyframes
#463 Fix@keyframes
in docs - Specify
cursor: pointer
forslide
. #480 Specifycursor: grab
forslide
. - Use the right relative URLs. #494 Use correct relative URLs.
- Remove borders from components #505 Remove borders from components
- Add the minimal-ui property to the basic template #508 Add the minimal-ui property to the basic template
- Clarify need for touch event emulation in browser. #511 Clarify need for touch event emulation in browser.
- Making sure our header gradient works everywhere... #527 Header gradient works in more browsers.
- Fix positioning of the jump nav #530 Correct the positioning of the components jump navigation
- Widen the homepage ad #531 Widen the homepage ad
- Reordering icons in docs #533 Reordered icons in docs
CSS
- Position
.content
absolutely #440.content
is now positioned absolutely - fix popover for connor #445 Popover no longer triggers after it's already active.
- add default to scss variables #471 Add !default to scss variables
- Remove border-bottom from the last input of an input-group. #482 Remove border-bottom from the last input of an input-group.
- Fix sliders transition duration. #489 Fixed sliders transition duration.
- Use the right relative URLs. #494 Use the right relative URLs.
- Remove padding from pre code. #499 Remove padding from pre code.
- Add missing blank line #503 Add missing blank line
- No need to remove border-bottom from inputs #517 No need to remove border-bottom from inputs
- Update normalize.css to v3.0.1. #519 Update normalize.css to v3.0.1.
- Fix the padding on table-views in the android theme #528 Fix the padding on table-views in the android theme
- Make inputs and input-rows a consistent height #529 Make input and input row have a consistent height.
- Active states on table-views shouldn't have blue text #532 Prevent blue text on
table-view-cell
active state - Property order #534 Property order refinements
- Gradient mixins #535 Added linear and directional gradient mixins
- Make sure bars in modals don't disappear #536 Bars in modals shouldn't disappear any longer
- Adjusting the form inputs and input-rows in the android theme #537 Adjusted the form inputs and input-rows in the android theme
Javascript
- Fix one letter typo. #506 Fix one letter typo.
Build tools
- Add CSSLint and CSSComb support. #431 Add CSSLint and CSSComb support.
- Clean dist folders when building. #435 Clean dist folders when building.
- Add JSCS support #436 Add JSCS support
- Minify .jshintrc indent #455 Minify .jshintrc indent
- bower.json: ignore .travis.yml #456 bower.json: ignore .travis.yml
- Remove ./ from package.json paths #457 Remove ./ from package.json paths
- Remove
eqnull
relaxing option. #459 Removeeqnull
relaxing option. - Enable
disallowMultipleVarDecl
JSCS check. #469 EnabledisallowMultipleVarDecl
JSCS check - Sass 3.3 compatibility #478 Sass 3.3 compatibility
- Improve bower.json and package.json #493 Improve bower.json and package.json
- Update _config.yml description #502 Update _config.yml description
- Update to Jekyll ~>1.5.0. #514 Update to Jekyll ~>1.5.0.
- Use
textContent
wheninnerText
is not available. #518 UsetextContent
wheninnerText
is not available - Re-enable clean-css's advanced optimizations. #522 Enable clean-css's advanced optimizations
- Gruntfile.js: remove unneeded target. #523 Gruntfile.js: remove unneeded target.
Misc
- Add sitemap.xml and robots.txt. #437 Add sitemap.xml and robots.txt
- Missing comma in bower.json #510 Missing comma in bower.json