File tree Expand file tree Collapse file tree 5 files changed +21
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.4.2 (Nov 4, 2022)
2
+
3
+ High level enhancements
4
+
5
+ - Bug fixes and polish
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - [ Bug] Improve support for multiline descriptions in frontmatter ([ #325 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/325 ) )
10
+ - Use ResizeObserver to conditionally render SchemaTabs arrows ([ #322 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/322 ) )
11
+ - Check if plugin is array before accessing first index ([ #321 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/321 ) )
12
+ - Use find instead of include to match tags ([ #320 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/320 ) )
13
+ - [ Cleanup] : Remove "lorem ipsum" instances and boilerplate docs ([ #318 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/318 ) )
14
+
1
15
## 1.4.1 (Oct 27, 2022)
2
16
3
17
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
27
27
"@docusaurus/preset-classic" : " ^2.0.1" ,
28
28
"@mdx-js/react" : " ^1.6.22" ,
29
29
"clsx" : " ^1.1.1" ,
30
- "docusaurus-plugin-openapi-docs" : " ^1.4.1 " ,
31
- "docusaurus-theme-openapi-docs" : " ^1.4.1 " ,
30
+ "docusaurus-plugin-openapi-docs" : " ^1.4.2 " ,
31
+ "docusaurus-theme-openapi-docs" : " ^1.4.2 " ,
32
32
"prism-react-renderer" : " ^1.3.1" ,
33
33
"react" : " ^17.0.2" ,
34
34
"react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.4.1 " ,
2
+ "version" : " 1.4.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-plugin-openapi-docs" ,
3
3
"description" : " OpenAPI plugin for Docusaurus." ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 1.4.2 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-theme-openapi-docs" ,
3
3
"description" : " OpenAPI theme for Docusaurus." ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 1.4.2 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
51
51
"buffer" : " ^6.0.3" ,
52
52
"clsx" : " ^1.1.1" ,
53
53
"crypto-js" : " ^4.1.1" ,
54
- "docusaurus-plugin-openapi-docs" : " ^1.4.1 " ,
54
+ "docusaurus-plugin-openapi-docs" : " ^1.4.2 " ,
55
55
"file-saver" : " ^2.0.5" ,
56
56
"immer" : " ^9.0.7" ,
57
57
"lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments