Releases: twbs/ratchet
Releases · twbs/ratchet
v2.0.2
General bug fix and documentation release.
Docs
- #441 Fixing general docs errors
- #443 Cleanup fingerblast
- #446 Fix fingerblaster to use new custom event objects
- #450 Fix device images being off by
1px
. - #451 Fix toggle's cursor.
- #463 Fix
@keyframes
in docs - #480 Specify
cursor: grab
forslide
. - #494 Use correct relative URLs.
- #505 Remove borders from components
- #508 Add the minimal-ui property to the basic template
- #511 Clarify need for touch event emulation in browser.
- #527 Header gradient works in more browsers.
- #530 Correct the positioning of the components jump navigation
- #531 Widen the homepage ad
- #533 Reordered icons in docs
CSS
- #440
.content
is now positioned absolutely - #445 Popover no longer triggers after it's already active.
- #471 Add
!default
to scss variables - #482 Remove border-bottom from the last input of an input-group.
- #489 Fixed sliders transition duration.
- #494 Use the right relative URLs.
- #499 Remove padding from
pre code.
- #503 Add missing blank line
- #517 No need to remove border-bottom from inputs
- #519 Update normalize.css to v3.0.1.
- #528 Fix the padding on table-views in the android theme
- #529 Make input and input row have a consistent height.
- #532 Prevent blue text on
table-view-cell
active state - #534 Property order refinements
- #535 Added linear and directional gradient mixins
- #536 Bars in modals shouldn't disappear any longer
- #537 Adjusted the form inputs and input-rows in the android theme
Javascript
- #506 Fix one letter typo.
Build tools
- #431 Add CSSLint and CSSComb support.
- #435 Clean dist folders when building.
- #436 Add JSCS support
- #455 Minify .jshintrc indent
- #456 bower.json: ignore .travis.yml
- #457 Remove
./
from package.json paths - #459 Remove
eqnull
relaxing option. - #469 Enable
disallowMultipleVarDecl
JSCS check - #478 Sass 3.3 compatibility
- #493 Improve bower.json and package.json
- #502 Update _config.yml description
- #514 Update to Jekyll ~>1.5.0.
- #518 Use
textContent
wheninnerText
is not available - #522 Enable clean-css's advanced optimizations
- #523 Gruntfile.js: remove unneeded target.
Misc
v2.0.1
General bug fix and documentation release.
Docs
- #262: Typo in docs.
- #266: Import Jekyll-on-Windows instructions from Bootstrap's README.
- #294: Hyperlink licenses in docs footer
- #295: Copy SemVer explanation from Bootstrap's README.
- #296 & #290: Add current version to download buttons in docs.
- #315: Update html5shiv CDN URL
- #329: Improved readme
- #330 & #331: Update template.html
- #341: Cleaned up the version text under our download buttons.
- #349: Reorganized docs.css
- #359: Drop Adelle Sans for Open Sans.
- #360: Reduce the file size on slider images.
- #361: Use a sprite for device images.
- #363 & #364: Fixing typos in the docs.
- #366: Use
<button>
for the button examples. - #367: Update the compose modal in the Android example app
- #369: Add a community section to the docs under getting started.
- #370: Fixed minor spacing issues on the homepage
- #399: Remove unused Typekit code. Speed increases.
- #403: Document project's directory structure
- #404: Removed unneeded css and markup from the docs.
- #416: Switch to using protocol relative URLs.
- #421: Adding an about page
- #428: Added the /dist only download option.
CSS
- #320: Fix a couple of CSS issues.
- #335: Removed
cursor: default;
from icons - #362: Deprecating
push-{right,left}
fornavigate-{right,left}
- #366: Adds
width: 100%
to.btn-block
- #392: Correct padding given to
.content
when using Android.tab-bar
- #424: Added correct box-shadow to the iOS
.bar-footer
Build tools
- #279: Add licensing header to Gruntfile.
- #284: Use
load-grunt-tasks
. - #286:
Use strict
in Gruntfile and force Unix newlines. - #287: Use
/*!
comment for attribution banner so it survives minification. - #289: Add cssmin & uglify Grunt tasks.
- #291: Add HTML5 validation Grunt task.
- #299: Update
bower.json
per latest changes - #301: Improve
_config.yml
- #373: Minify docs CSS
- #378: Minify docs JS
- #379: Add JSHint support and enable strict mode
- #388: Updated package.json meta data
- #394: Add initial Travis CI support.
- #396: Adjusted advanced optimizations
- #401: Improved minification
- #405: Cleaned up /dist folder
Misc
v2.0.0
- Completely rewritten in SASS
- Jekyll docs
- New Ratchicons! An icon font dedicated to Ratchet, with support for both iOS and Android.
- New themes for iOS and Android! That's right, Ratchet has a brand new base coat with optional themes for iOS and Android. Now your app can look right at home on either platform.
- New card wrapper. Wrap any content or Ratchet component in a card for that classic inset card look.
- Improved table views, now with support for lists featuring images and icons.
- Updated class names for buttons, badges, and more to match the Bootstrap nomenclature.
Ratchet v1.0.2
A small update to fix minor bugs. Updates include proper button element support, correct list item spacing, and support for ul elements in sliders.