Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.5 #1298

Merged
merged 22 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bfb8cea
Verson bumped to 1.2.5
Jura Aug 24, 2023
81641d5
Storybook upgraded to 7.3 with dependencies
Jura Aug 24, 2023
3fca06d
Updated MDX for Intro story
Jura Aug 24, 2023
c1bc533
Fix the Webpack5 deprecation warning
webdiscus Sep 19, 2023
0738ff9
Merge branch 'develop' into master
webdiscus Sep 19, 2023
52a6830
Merge pull request #1285 from webdiscus/master
Jura Sep 19, 2023
de28194
#1290 - upgraded Storybook to 7.4.5, updated dependencies
Jura Sep 25, 2023
f8334bd
Merge pull request #1291 from undp/1290-upgrade-storybook-to-74
Jura Sep 25, 2023
26856ce
#1284 - Update Image with credit and captions componentto use @contai…
Jura Sep 26, 2023
49e32c4
#1284 - updated portrait images styling
Jura Sep 26, 2023
ad66974
#1284 - restored default text for Image component
Jura Sep 26, 2023
453557a
Bump eslint-plugin-mdx from 2.1.0 to 2.2.0
dependabot[bot] Oct 1, 2023
63b307f
Bump babel-plugin-polyfill-corejs3 from 0.8.3 to 0.8.4
dependabot[bot] Oct 1, 2023
e903001
Merge pull request #1292 from undp/1284-image-with-credit-+-caption-s…
Jura Oct 3, 2023
000816b
Merge pull request #1293 from undp/dependabot/npm_and_yarn/develop/es…
Jura Oct 3, 2023
079a5d3
Merge pull request #1294 from undp/dependabot/npm_and_yarn/develop/ba…
Jura Oct 3, 2023
09d16f7
Bump @wordpress/babel-preset-default from 7.24.0 to 7.26.0
dependabot[bot] Oct 3, 2023
1233562
Merge pull request #1295 from undp/dependabot/npm_and_yarn/develop/wo…
Jura Oct 3, 2023
f7634bb
Bump foundation-sites from 6.7.5 to 6.8.1
dependabot[bot] Oct 3, 2023
26c3225
Merge pull request #1296 from undp/dependabot/npm_and_yarn/develop/fo…
Jura Oct 3, 2023
a86c33b
Bump eslint-plugin-react from 7.32.2 to 7.33.2
dependabot[bot] Oct 3, 2023
aff65e4
Merge pull request #1297 from undp/dependabot/npm_and_yarn/develop/es…
Jura Oct 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ const path = require("path");
module.exports = {
staticDirs: ['../stories/assets'],
stories: [
"../stories/**/*.stories.mdx",
"../stories/**/*.stories.@(js|jsx|ts|tsx)"
"../stories/**/*.stories.mdx"
],
addons: [
"@storybook/addon-links",
Expand Down Expand Up @@ -55,4 +54,4 @@ module.exports = {
docs: {
autodocs: true
}
};
};
2 changes: 2 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
<style>
/* Hide certain stories from the sidebar */
[data-item-id^=components-navigation-components-main-navigation-global-header],
[data-item-id^=components-post-header],
[data-item-id^=components-twitter-panel],
[data-item-id^=templates-global-homepage] {display: none !important}
</style>
2 changes: 1 addition & 1 deletion docs/css/base-minimal-no-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/base-minimal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/components/image-caption.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/templates/article-page.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/js/accordion.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/download-modal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/expand-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/filter-search-bar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/fitText.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/lang-switcher.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/lazyload.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/lightbox-gallery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/multi-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/navigation-data.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/navigation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/our-expertise.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/parallax.min.js

Large diffs are not rendered by default.

Loading