Skip to content
brendabrandy edited this page Dec 19, 2016 · 2 revisions

[2016-12-18 05:55:10] Supergibbs made changes to /.editorconfig, /.travis.yml, /bower.json, /CHANGELOG.md, /CONTRIBUTING.md, /dist/css/bootstrap.css, /dist/css/bootstrap.css.map, /dist/css/bootstrap.min.css, /dist/css/bootstrap.min.css.map, /dist/js/bootstrap.js, /dist/js/bootstrap.min.js, /docs/assets/css/docs.min.css, /docs/assets/css/docs.min.css.map, /docs/assets/css/src/docs.css, /docs/assets/img/expo-lyft.jpg, /docs/assets/img/expo-newsweek.jpg, /docs/assets/img/expo-riot.jpg, /docs/assets/img/expo-vogue.jpg, /docs/assets/js/customize.min.js, /docs/assets/js/raw-files.min.js, /docs/assets/js/vendor/jquery.min.js, /docs/customize.html, /docs/dist/css/bootstrap-theme.min.css, /docs/dist/css/bootstrap-theme.min.css.map, /docs/dist/css/bootstrap.css, /docs/dist/css/bootstrap.css.map, /docs/dist/css/bootstrap.min.css, /docs/dist/css/bootstrap.min.css.map, /docs/dist/js/bootstrap.js, /docs/dist/js/bootstrap.min.js, /docs/examples/blog/index.html, /docs/examples/carousel/index.html, /docs/examples/cover/index.html, /docs/examples/dashboard/index.html, /docs/examples/jumbotron/index.html, /docs/examples/navbar-fixed-top/index.html, /docs/examples/navbar-static-top/index.html, /docs/examples/navbar/index.html, /docs/examples/non-responsive/index.html, /docs/examples/offcanvas/index.html, /docs/examples/starter-template/index.html, /docs/examples/sticky-footer-navbar/index.html, /docs/examples/theme/index.html, /docs/examples/tooltip-viewport/index.html, /docs/index.html, /docs/_data/browser-bugs.yml, /docs/_data/translations.yml, /docs/_includes/components/input-groups.html, /docs/_includes/css/forms.html, /docs/_includes/css/grid.html, /docs/_includes/css/type.html, /docs/_includes/footer.html, /docs/_includes/getting-started/examples.html, /docs/_includes/js/collapse.html, /docs/_includes/js/modal.html, /docs/_includes/js/popovers.html, /docs/_includes/js/tabs.html, /docs/_includes/nav/components.html, /docs/_includes/nav/css.html, /docs/_includes/nav/javascript.html, /docs/_includes/social-buttons.html, /grunt/configBridge.json, /js/dropdown.js, /js/tests/index.html, /js/tests/unit/dropdown.js, /less/forms.less, /less/glyphicons.less, /less/jumbotron.less, /less/mixins/buttons.less, /less/mixins/grid.less, /less/modals.less, /nuget/bootstrap.less.nuspec, /nuget/bootstrap.nuspec, /nuget/MyGet.ps1, /package.js, /package.json, /README.md, /test-infra/npm-shrinkwrap.json: Updated NuGet jQuery dependency match https://github.com/twbs/bootstrap/pull/16896 link

[2016-12-18 06:18:03] Bohdan Ganicky made changes to /js/tests/unit/popover.js, /js/tests/unit/tab.js, /js/tests/unit/tooltip.js: Updated .scale link

[2016-12-18 13:41:17] Lipis made changes to /examples/carousel/index.html: Updated the old btn-large in carousel example link

[2016-12-18 13:57:35] Guillermo González de Agüero made changes to /less/panels.less: Updated panels.less to use variant-panel mixin link

[2016-12-18 14:02:07] Mark Otto made changes to /assets/css/docs.css, /assets/img/map.png, /css.html, /index.html, /javascript.html: Updated homepage more link

[2016-12-18 14:11:57] Guillermo González de Agüero made changes to /README.md: Updated readme.md to reflect the latest changes in directory structure link

[2016-12-18 14:41:24] Koen Punt made changes to /js/bootstrap-collapse.js, /js/tests/unit/bootstrap-collapse.js, /README.md: Updated URL for jekyll installation link

[2016-12-18 16:51:52] Brian Campbell made changes to /bootstrap/css/bootstrap-responsive.css, /bootstrap/css/bootstrap-responsive.min.css, /bootstrap/css/bootstrap.css, /bootstrap/css/bootstrap.min.css, /bootstrap/img/glyphicons-halflings-white.png, /bootstrap/img/glyphicons-halflings.png, /bootstrap/js/bootstrap.js, /bootstrap/js/bootstrap.min.js, /docs/assets/css/bootstrap.css, /docs/components.html, /docs/templates/pages/components.mustache, /less/pagination.less: Updated pagination to support .pagination-large, .pagination-small, .pagination-mini matching button sizes. Updated related docs. link

[2016-12-18 16:51:59] Geoff Young made changes to /docs/assets/css/bootstrap-responsive.css, /docs/assets/css/bootstrap.css, /docs/assets/css/docs.css, /docs/base-css.html, /docs/javascript.html, /docs/scaffolding.html, /docs/templates/pages/base-css.mustache, /docs/templates/pages/javascript.mustache, /docs/templates/pages/scaffolding.mustache, /less/forms.less, /less/grid.less, /less/mixins.less, /less/responsive-1200px-min.less, /less/responsive-768px-979px.less, /less/tests/grid.html, /less/variables.less: Updated sample markup to reflect live demo. link

[2016-12-18 17:14:04] Mark Otto made changes to /docs/assets/bootstrap.zip, /docs/assets/css/bootstrap-responsive.css, /docs/assets/css/bootstrap.css, /docs/assets/js/bootstrap-carousel.js, /docs/assets/js/bootstrap-collapse.js, /docs/assets/js/bootstrap-dropdown.js, /docs/assets/js/bootstrap-popover.js, /docs/assets/js/bootstrap-scrollspy.js, /docs/assets/js/bootstrap-tooltip.js, /docs/assets/js/bootstrap-typeahead.js, /docs/javascript.html, /docs/templates/pages/javascript.mustache, /js/bootstrap-carousel.js, /js/bootstrap-collapse.js, /js/bootstrap-dropdown.js, /js/bootstrap-popover.js, /js/bootstrap-scrollspy.js, /js/bootstrap-tooltip.js, /js/bootstrap-typeahead.js, /js/tests/index.html, /js/tests/unit/bootstrap-typeahead.js, /less/mixins.less, /README.md: Updated readme to include blog mention link

[2016-12-18 19:53:03] Mark Otto made changes to /js/bootstrap-dropdown.js: Add jquery.ready hook after defining plugin, to avoid breakage when used with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results the error TypeError: Object has no method It looks like these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the causes breakage. link

[2016-12-18 19:53:03] Mark Otto made changes to /js/bootstrap-dropdown.js: Add jquery.ready hook after defining plugin, to avoid breakage when used with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results the error TypeError: Object has no method It looks like these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the causes breakage. link

[2016-12-18 19:53:03] Mark Otto made changes to /js/bootstrap-dropdown.js: Add jquery.ready hook after defining plugin, to avoid breakage when used with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results the error TypeError: Object has no method It looks like these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the causes breakage. link

[0000-00-00 00:00:00] Mark Otto made changes to /bootstrap-1.0.0.css, /bootstrap-1.0.0.min.css, /docs/assets/css/docs.css, /docs/assets/js/application.js, /docs/index.html, /lib/preboot.less, /lib/scaffolding.less, /lib/tables.less: Updated offset columns, fix app.js bug, misc tweaks to copy link

Clone this wiki locally