| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-20 | Release v5.3.3 (#39524) | Julien Déramond | 36 | -68/+68 | |
| * Release v5.3.3 * Dist --------- Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-09-14 | Release v5.3.2 (#39173) | Julien Déramond | 29 | -33/+33 | |
| * Bump version to 5.3.2 * Dist | |||||
| 2023-07-26 | Release v5.3.1 (#38956) | XhmikosR | 28 | -32/+40 | |
| * Bump version to 5.3.1 * Dist | |||||
| 2023-05-30 | Release v5.3.0 (#38657) | XhmikosR | 51 | -82/+98 | |
| * Bump version to 5.3.0 * Dist | |||||
| 2023-04-03 | Release v5.3.0-alpha3 (#38357) | XhmikosR | 47 | -141/+143 | |
| * Bump version to 5.3.0-alpha3 * Dist | |||||
| 2023-03-24 | Release v5.3.0-alpha2 (#38244) | XhmikosR | 52 | -110/+109 | |
| * Bump version to 5.3.0-alpha2 * Dist | |||||
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 52 | -1673/+775 | |
| * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-11-21 | Dist | XhmikosR | 52 | -96/+87 | |
| 2022-10-03 | Release v5.2.2 (#37236) | XhmikosR | 52 | -122/+116 | |
| * Bump version to v5.2.2 * Dist | |||||
| 2022-09-07 | Release v5.2.1 (#37098) | XhmikosR | 52 | -108/+121 | |
| * Bump version to v5.2.1. * Dist | |||||
| 2022-07-19 | Release v5.2.0 (#36768) | XhmikosR | 52 | -235/+227 | |
| * Bump version to 5.2.0 * Dist * Update masthead.html | |||||
| 2022-05-13 | Dist | XhmikosR | 52 | -4408/+2848 | |
| 2021-10-09 | Bump version to 5.1.3. | XhmikosR | 34 | -78/+78 | |
| 2021-10-05 | Release v5.1.2 (#35114) | XhmikosR | 34 | -403/+399 | |
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 34 | -91/+113 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 34 | -535/+982 | |
| 2021-06-22 | Release v5.0.2 (#34276)v5.0.2 | XhmikosR | 34 | -462/+657 | |
| * Bump version to v5.0.2. * Dist | |||||
| 2021-05-13 | Release v5.0.1 (#33972)v5.0.1 | XhmikosR | 34 | -731/+521 | |
| * Bump version to 5.0.1. * Dist | |||||
| 2021-05-05 | Release v5.0.0 (#33647)v5.0.0 | XhmikosR | 34 | -442/+730 | |
| * Bump version to 5.0.0 * Fix npm tag * Dist | |||||
| 2021-03-23 | Release v5.0.0-beta3 (#33439)v5.0.0-beta3 | XhmikosR | 34 | -2728/+2464 | |
| 2021-02-11 | Revert dist changes from #32747 (#33050) | Mark Otto | 23 | -31/+141 | |
| 2021-02-10 | Add Sass docs (variables, mixins, and loops) to most pages (#32747) | Mark Otto | 23 | -141/+31 | |
| * WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-02-10 | Release v5.0.0-beta2 (#32467)v5.0.0-beta2 | XhmikosR | 32 | -1034/+1297 | |
| * Bump version to 5.0.0-beta2 * Dist | |||||
| 2020-12-07 | Distv5.0.0-beta1 | XhmikosR | 30 | -188/+191 | |
| 2020-12-04 | chore(dist): generate dist files | Gaël Poupard | 24 | -35/+71 | |
| 2020-12-03 | Dist (#32323) | XhmikosR | 23 | -452/+874 | |
| 2020-12-02 | Remove Polyfill leftovers (#32310) | XhmikosR | 2 | -112/+0 | |
| Leftovers from #32057 | |||||
| 2020-11-23 | Dist (#32216) | XhmikosR | 26 | -132/+134 | |
| 2020-11-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 30 | -225/+337 | |
| 2020-10-27 | v5: Floating labels (#30449) | Mark Otto | 18 | -31/+24 | |
| * 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-09-29 | Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2 | XhmikosR | 32 | -61/+65 | |
| 2020-09-14 | Dist (#31644) | XhmikosR | 31 | -427/+425 | |
| 2020-06-16 | Run dist. | XhmikosR | 32 | -120/+59 | |
| 2020-06-14 | Run dist on latest | Mark Otto | 27 | -660/+130 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 32 | -61/+61 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-05-13 | Dist (#30694) | XhmikosR | 28 | -151/+105 | |
| 2020-03-28 | Dist (#29924) | XhmikosR | 30 | -857/+668 | |
| 2019-11-08 | Dist (#29638) | XhmikosR | 31 | -68/+104 | |
| 2019-10-08 | Dist (#29484) | XhmikosR | 27 | -113/+96 | |
| 2019-08-27 | Dist (#29263) | XhmikosR | 28 | -362/+463 | |
| 2019-07-24 | Rebuild the dist to pickup new utilities file (#29105) | Mark Otto | 27 | -229/+338 | |
| Dist after adding new utils file | |||||
| 2019-07-12 | dist v5 | Mark Otto | 12 | -419/+174 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 28 | -41/+41 | |
| 2019-04-18 | v5 dist (#28657) | XhmikosR | 24 | -142/+455 | |
| 2019-03-11 | Dist. | XhmikosR | 30 | -69/+76 | |
| 2019-03-01 | Dist (#28392) | XhmikosR | 36 | -967/+2624 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 25 | -44/+191 | |
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 25 | -61/+96 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2019-01-04 | latest changes | Mark Otto | 24 | -110/+114 | |
| 2018-12-21 | Bump to v4.2.1 (#27892)v4.2.1 | Mark Otto | 25 | -37/+37 | |
