Commits on Source (28)
-
Vanessa Otto authored
The vendored directory from BootstrapVue contained the Nuxt pages of the documentation. These are now removed. deleted: docs/markdown/reference/theming/README.md
30956a30 -
Vanessa Otto authored
BootstrapVue Markdown Docs are now referenced in single Component Documentations.
9fac1818 -
Vanessa Otto authored
Replace vendored /docs links with Storybook Story Path URLs
10205e6a -
Vanessa Otto authored82a58716
-
Vanessa Otto authoredc2c51a71
-
🤖 GitLab Bot 🤖 authoredcd88d966
-
Lukas Eipert authored
Merge branch '2913-remove-bootstrapvue-nuxt-docs--readding-docs' into '2913-remove-bootstrapvue-nuxt-docs' docs: Re-add BootstrapVue Docs References See merge request !4684 Merged-by: Lukas Eipert <leipert@gitlab.com> Approved-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: Vanessa Otto <votto@gitlab.com>
6b87fd46 -
Lukas Eipert authored
Resolve "Remove BootstrapVue Nuxt Docs" Closes #2913 See merge request !4667 Merged-by: Lukas Eipert <leipert@gitlab.com> Approved-by: Lukas Eipert <leipert@gitlab.com> Reviewed-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: Vanessa Otto <votto@gitlab.com>
f75d8aca -
Lukas Eipert authored
chore(deps): update playwright to v1.48.0 See merge request gitlab-org/gitlab-ui!4685 Merged-by: Lukas Eipert <leipert@gitlab.com> Approved-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
d32645fc -
🤖 GitLab Bot 🤖 authored6406a429
-
Vanessa Otto authored
Replace @gitlab/tailwind rule name
72864147 -
Vanessa Otto authored
chore(deps): update babel to ^7.25.8 See merge request gitlab-org/gitlab-ui!4687 Merged-by: Vanessa Otto <votto@gitlab.com> Approved-by: Vanessa Otto <votto@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
7be69ea9 -
Lukas Eipert authored
Using our env variable in jest/CI to determine whether vue@2 or vue@3 is used.
619863e5 -
Lukas Eipert authored
And add a new bash script to wrap the metadata check
ffd7a8e7 -
Lukas Eipert authored
We are in no need for a compiled CSS file because we are consuming the SCSS source. So, we can simply get rid of all related dependencies.
e378e923 -
Lukas Eipert authored
We are consuming the bootstrap-vue code from source, so we can drop most babel, rollup and terser related dependencies.
98a1d33b -
Lukas Eipert authored
Apparently eslint is able to understand all of bootstrap-vue, without the babel-eslint dependency.
a4caf8f0 -
Vanessa Otto authored
chore(bootstrap-vue): Drop most of the build system See merge request gitlab-org/gitlab-ui!4691 Merged-by: Vanessa Otto <votto@gitlab.com> Approved-by: Vanessa Otto <votto@gitlab.com> Reviewed-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: Lukas Eipert <leipert@gitlab.com>
9f87ab69 -
🤖 GitLab Bot 🤖 authoreda387111c
-
Lukas Eipert authored
chore(deps): update dependency eslint-plugin-cypress to v3.6.0 See merge request gitlab-org/gitlab-ui!4693 Merged-by: Lukas Eipert <leipert@gitlab.com> Approved-by: Savas Vedova <svedova@gitlab.com> Approved-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
34aa8dd4 -
Lorenz van Herwaarden authored
BREAKING CHANGE: Remove GlProgressBar's `animated`, `precision`, `showValue`, `showProgress`, `striped` props, and functionality to use the default slot. * Migrate GlProgressBar component so it does not depend on Bootstrap Vue's BProgress and BProgressBar components anymore * Remove Bootstrap Vue's BProgress, BProgressBar, styling, and docs * Include documentation for GlProgressBar * Update stories to include `height` and `max` * Update toast docs to remove mention of progress bar styling
c58a6c81 -
-
Mark Florian authored
chore: GlModal use large shadow See merge request !4698 Merged-by: Mark Florian <mflorian@gitlab.com> Approved-by: Jeremy Elder <jelder@gitlab.com> Approved-by: Mark Florian <mflorian@gitlab.com> Co-authored-by: danmh <dmizzi-harris@gitlab.com>
e658eabf -
Peter Hegman authored
chore(deps): Update @gitlab/eslint-plugin to v20.4.1 See merge request !4690 Merged-by: Peter Hegman <phegman@gitlab.com> Approved-by: Peter Hegman <phegman@gitlab.com> Co-authored-by: Vanessa Otto <votto@gitlab.com>
09a76ef9 -
Vanessa Otto authored
Storybook's markdown-to-jsx renderer has a problem with nested divs. As a quickfix, we're replacing the outer div's with section's.
e7cd4ca8 -
Lukas Eipert authored
docs: Replace div with section to prevent nested divs Closes #2947 See merge request !4699 Merged-by: Lukas Eipert <leipert@gitlab.com> Approved-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: Vanessa Otto <votto@gitlab.com>
78fd1b01 -
Vanessa Otto authored
feat: migrate GlProgressBar See merge request !4666 Merged-by: Vanessa Otto <votto@gitlab.com> Approved-by: Dan MH <dmizzi-harris@gitlab.com> Approved-by: Lukas Eipert <leipert@gitlab.com> Approved-by: Vanessa Otto <votto@gitlab.com> Reviewed-by: Vanessa Otto <votto@gitlab.com> Co-authored-by: Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
914cf2a4 -
semantic-release-bot authored
# [97.0.0](v96.3.0...v97.0.0) (2024-10-16) ### Features * migrate GlProgressBar component ([c58a6c81](c58a6c81)) ### BREAKING CHANGES * Remove GlProgressBar's `animated`, `precision`, `showValue`, `showProgress`, `striped` props, and functionality to use the default slot. * Migrate GlProgressBar component so it does not depend on Bootstrap Vue's BProgress and BProgressBar components anymore * Remove Bootstrap Vue's BProgress, BProgressBar, styling, and docs * Include documentation for GlProgressBar * Update stories to include `height` and `max` * Update toast docs to remove mention of progress bar styling