| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-09 | vnu-jar.js: quote vnu path (#33016) | XhmikosR | 1 | -1/+1 | |
| Should work now with folders with spaces | |||||
| 2021-01-28 | change-version: remove vendor, add resources (#32917) | XhmikosR | 1 | -1/+1 | |
| 2021-01-14 | Update zip-examples.js (#32799) | XhmikosR | 1 | -2/+2 | |
| Remove previously created zip files before creating a new one | |||||
| 2021-01-14 | build-plugins: build Base component too (#32313) | XhmikosR | 1 | -0/+6 | |
| 2021-01-13 | Improve zip-examples.js (#32469) | XhmikosR | 1 | -18/+48 | |
| Only include the needed dist files: ~1.27 MB -> ~410 KB | |||||
| 2021-01-10 | package.json: move `version_short` variable under the `config` object (#32737) | XhmikosR | 1 | -2/+3 | |
| This is so that it works on npm 7.x too. | |||||
| 2021-01-07 | Bump copyright year to 2021 (#32713) | XhmikosR | 5 | -9/+9 | |
| 2020-12-07 | build-plugins: switch to "bundled" for babel helpers (#32312) | XhmikosR | 1 | -2/+2 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 3 | -8/+9 | |
| 2020-12-04 | Move rtlcss to postcss.config.js | XhmikosR | 1 | -1/+2 | |
| 2020-12-04 | chore(RTL): add RTLCSS | Gaƫl Poupard | 1 | -0/+4 | |
| 2020-12-02 | Remove Polyfill leftovers (#32310) | XhmikosR | 2 | -2/+1 | |
| Leftovers from #32057 | |||||
| 2020-11-23 | postcss.config.js: remove arrow return (#32235) | XhmikosR | 1 | -12/+14 | |
| 2020-11-21 | Improve build/generate-sri.js regex (#29753) | Noah Rosenzweig | 1 | -1/+1 | |
| When using single-quotes in config.yml, the previous regular expression in build/generate-cli.js wasn't working correctly, it was replacing ALL string values with hashes. Now both double- and single-quotes can be used in config.yml, and the RegExp will work as expected. Also, allow trailing whitespaces and empty ("") values to be matched. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-14 | Switch to `Set#has()` | XhmikosR | 1 | -6/+6 | |
| 2020-11-05 | Remove the now unneeded polyfills. | XhmikosR | 1 | -6/+1 | |
| 2020-09-10 | Fix the remaining instances using the old logos. | XhmikosR | 1 | -2/+2 | |
| 2020-07-07 | Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249) | XhmikosR | 1 | -2/+2 | |
| 2020-06-19 | Change whitelist to allowlist (#31066) | Patrick H. Lauke | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 7 | -7/+7 | |
| 2020-05-26 | Update to `@rollup/plugin-babel` (#30742) | XhmikosR | 3 | -22/+6 | |
| 2020-05-11 | Improve build/zip-examples.js (#30759) | XhmikosR | 1 | -12/+20 | |
| * remove favicons meta tags * copy the two brand images we use in the examples * opy dist and brand images into an assets folder | |||||
| 2020-05-06 | ensure build plugins can exit in error (#30744) | Johann-S | 1 | -17/+25 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-05 | build-plugins.js: add missing shebang (#30743) | XhmikosR | 1 | -0/+2 | |
| 2020-05-04 | Move babel whitelist helpers to a common file (#30723) | XhmikosR | 3 | -18/+18 | |
| 2020-05-04 | build/build-plugins.js: add missing catch (#30722) | XhmikosR | 1 | -0/+1 | |
| 2020-05-04 | Clean up lint rules (#30721) | XhmikosR | 1 | -1/+2 | |
| * Remove unneeded rule suppression * Format tests/unit/.eslintrc.json * build/.eslintrc.json: add strict for consistency | |||||
| 2020-04-29 | Add a script to zip the built examples (#30130) | XhmikosR | 1 | -0/+51 | |
| 2020-03-25 | Adapt rollup config for recent `@babel/present-env` version | XhmikosR | 2 | -4/+8 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 1 | -4/+1 | |
| 2020-03-05 | build/ship.sh: shellcheck fixes. (#30197) | XhmikosR | 1 | -16/+19 | |
| Also add `set -e` so that if a command fails the whole script fails too. | |||||
| 2020-02-13 | change-version.js: Remove nuspec files (#30161) | XhmikosR | 1 | -1/+0 | |
| The version in the nuspec files is updated automatically from package.json through MyGet.ps1 | |||||
| 2020-02-05 | Change file permissions to 644. (#30106) | XhmikosR | 2 | -0/+0 | |
| 2020-01-07 | Fix the new lint errors. | XhmikosR | 1 | -2/+2 | |
| 2020-01-07 | Use regex.test() when we want to check for a Boolean. (#29969) | XhmikosR | 1 | -1/+1 | |
| 2020-01-02 | Bump copyright year to 2020. (#29944) | XhmikosR | 4 | -8/+8 | |
| 2019-12-25 | Switch to @rollup/plugin-node-resolve (#29851) | XhmikosR | 1 | -1/+1 | |
| 2019-11-26 | Update change-version.js (#29736) | XhmikosR | 1 | -0/+1 | |
| Add `.nuspec` to the extensions list | |||||
| 2019-10-25 | Enable eslint no-console rule except for build directory (#29585) | Pawel Wolak | 1 | -1/+4 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 1 | -13/+13 | |
| 2019-08-19 | change-version.js: Add _gh_pages folder in ignores. (#29270) | XhmikosR | 1 | -0/+1 | |
| 2019-08-16 | Use US locale consistently. (#29255) | XhmikosR | 1 | -1/+1 | |
| 2019-07-25 | Reboot updates | Martijn Cuppens | 1 | -0/+4 | |
| - Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot | |||||
| 2019-07-23 | rewrite tab unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite scrollspy unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite tooltip unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite popover unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite modal unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite toast unit tests | Anton Bershanskiy | 1 | -1/+1 | |
| 2019-07-23 | rewrite dropdown unit tests | Johann-S | 1 | -1/+1 | |
