aboutsummaryrefslogtreecommitdiff
path: root/site/static/docs/5.0
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27v5: Floating labels (#30449)Mark Otto2-0/+0
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]>
2020-10-15Update manifest.json (#31893)XhmikosR1-2/+2
Switch to relative URLs so that we don't need to change the path with every major/minor release
2020-09-29Revert #31761 (#31792)XhmikosR1-1/+0
Revert "Re-optimize SVG" This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1. Revert "Move homepage-hero.svg to an img tag" This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
2020-09-28Compress the new imagesXhmikosR2-0/+0
2020-09-28Add new Bootstrap Icons homepage imagesMark Otto2-0/+0
2020-09-28Re-optimize SVGXhmikosR1-1/+1
2020-09-28Move homepage-hero.svg to an img tagXhmikosR1-0/+1
2020-09-25brand: minor consistency changes (#31750)XhmikosR3-3/+3
2020-09-10Update the new SVGs with the svgo config we useXhmikosR3-3/+3
2020-09-10Remove the unused PNG files.XhmikosR3-0/+0
2020-09-10First pass at cleaning up About pages and brand assetsMark Otto9-15/+3
2020-06-16Update v5 readmeMark Otto1-0/+0
- New logo - Add callout to v4-dev branch
2020-06-16Update v5 homepage to match v4.5's changesMark Otto6-0/+0
2020-06-16Add new favicons.XhmikosR8-1/+1
2020-06-16Remove IE-specific images/files.XhmikosR6-9/+0
2020-06-16v5: New faviconsMark Otto15-7/+4
2020-06-03Read validate-forms.js from assets.XhmikosR1-0/+20
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR63-0/+48
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.