diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index 5ba3a327a42b..cdc9f020ceb3 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -2,7 +2,8 @@ ## Unreleased -- Convert sitemap plugin to TypeScript +- Slightly adjust search icon position to be more aligned on small width device. +- Convert sitemap plugin to TypeScript. - Significantly reduce main bundle size and initial HTML payload on production build. Generated JS files from webpack is also shorter in name. ## 2.0.0-alpha.31 @@ -14,8 +15,8 @@ - Fix search bar focus bug. When you put the focus on search input, previously the focus will remain although we have clicked to other area outside of the search input. - New themeConfig option `sidebarCollapsible`. It is on by default. If explicitly set to `false`, all doc items in sidebar is expanded. Otherwise, it will still be a collapsible sidebar. - Disable adding hashes to the generated class names of CSS modules in dev mode. Generating unique identifiers takes some time, which can be saved since including paths to files in class names is enough to avoid collisions. +- Fix showing sidebar category with empty items. - Update infima from 0.2.0-alpha.2 to 0.2.0-alpha.3 - - Fix showing sidebar category with empty items. - Fix pagination nav and right sidebar color contrast ratio - Fix sidebar arrow color in dark mode - Fix footer mobile issue diff --git a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css index d076d93c8d0b..7bf33eef231c 100644 --- a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css +++ b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css @@ -74,6 +74,7 @@ .search-icon { display: inline; + vertical-align: sub; } }