aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2019-02-03Change logo size (#28163)Martijn Cuppens1-1/+1
2019-01-08Bump copyright year to 2019.XhmikosR1-1/+1
2019-01-06README.md: fix redirect.XhmikosR1-1/+1
2018-12-29Remove wrapping paragraph in readme (#27948)Martijn Cuppens1-17/+17
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-3/+3
2018-12-21Update README.mdv4.2.0XhmikosR1-0/+1
2018-12-21Add 4.1 to previous releasesMartijn Cuppens1-0/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-8/+8
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-18README.md: Add Open Collective (#27864)jess1-0/+25
2018-11-04Update README.md (#27588)XhmikosR1-5/+8
* remove jobs link * specify a link in the BrowserStack image
2018-10-20swipe left/right without hammerjsJohann-S1-1/+1
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-1/+1
2018-10-02updated README (#27349)Tanmay Gupta1-1/+1
2018-09-14Use https in more places and fix a few redirects.XhmikosR1-3/+3
2018-08-30move away from sauce labs to browserstackJohann-S1-2/+8
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-3/+3
2018-07-12Update README.mdv4.1.2Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto1-3/+3
2018-07-11clarify docs dev and add 4.0 linkMark Otto1-3/+3
2018-07-11Reorganize docs for easier deploysMark Otto1-3/+3
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-03Fixed logo in READMEKirill Reunov1-1/+1
2018-07-02Add js maps & tweak docsMartijn Cuppens1-1/+1
2018-06-21Update folder structure (#26729)Martijn Cuppens1-18/+23
2018-05-31https link to editorconfig.orgChristian Oliff1-1/+1
2018-05-23fix branch for coveralls badgeJohann-S1-1/+1
2018-05-23Add coverall to follow our coverageJohann-S1-0/+1
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto1-3/+3
2018-04-29Update README.mdConstantin Ross1-1/+1
2018-04-27Pass docs version to search form and switch to the new index.XhmikosR1-1/+1
Also, move the search code to a separate file.
2018-04-11update README.md - debug search option is now in application.js (#26263)Laussel Loïc1-1/+1
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-3/+3
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Use https when possible.XhmikosR1-1/+1
2018-03-17Separate issue templates, add support doc (#25705)Mark Otto1-2/+6
* Update issue template to break down by bug and template, add support doc to close #23133 * add links from readme for bug and feature templates
2018-01-20Remove -Pre from Nuget installvsn4ik1-1/+1
2018-01-18Bump version to 4.0.0Mark Otto1-4/+4
2018-01-14Update copyright for 2k18 (#25303)Mark Otto1-1/+1
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto1-4/+4
2017-12-22Updated Quick Start Link (#25001)JCA1222041-1/+1
* Updated Link For Getting started Page * Change URL scheme of previous commit From http to https
2017-10-30Add missing trailing slashes to URLs in docsGiovanni Totaro1-1/+1
2017-10-30Explain contents of bundled JS files in docs (#23735)Giovanni Totaro1-1/+1
2017-10-19fix version numberMark Otto1-4/+4
2017-10-19new version numberMark Otto1-4/+4
2017-10-19Fix a few 404 and one redirected link. (#24432)XhmikosR1-1/+1
2017-10-16Mention bootstrap bundle in docs. (#24385)XhmikosR1-0/+2
2017-10-15Update README.md (#24365)XhmikosR1-15/+13
1. Add `alt=""` for the Bootstrap logo 2. Replace the HTML entities with the unicode symbols 3. Refactor the badges to something that makes more sense to me 4. Change `Selenium Test Status` alt attribute to `Sauce Labs Test Status` 5. Use shields.io for the peerDependencies badge too 6. Add CSS and JS gzip size badges, shoutout to @ngryman 7. Add a few more trailing slashes to URLs 8. Change link to tooling setup to the website one
2017-10-13Describe compiled CSS (#24271)Lucas Banegas1-1/+9
2017-09-26Normalize all links. (#24109)XhmikosR1-13/+13
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2017-09-04Update docs for old releases section in README (#23797)Herst1-1/+2
* Update docs for old releases section in README Hopefully not many folks are still in the process of transitioning to version 3. * tweak for future-friendliness
2017-09-04Drop Bower support (#23568)Tanguy Krotoff1-2/+0
2017-09-03Suggestion to use consistent information about running docs locallyAndrii Lundiak1-1/+1
Idea is about to leave Ruby/Bundler commands in tooling section/readme/space, and on main readme use npm scripts syntax.