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

preparing for 0.9.0 #200

Merged
merged 2 commits into from
Jun 2, 2018
Merged

preparing for 0.9.0 #200

merged 2 commits into from
Jun 2, 2018

Conversation

rochacbruno
Copy link
Member

@rochacbruno rochacbruno commented May 25, 2018

See examples/changelog_090.py

  • Updated Swagger UI 3.x
  • uiversion now defaults to 3
  • 'hide_top_bar' config option to remove the green top bar
  • 'fotter_text' added to customize the footer text (allows html and <script>)
  • templates/flasgger/footer.html added and can be replaced to customization
    this footer.html is the right place for custom <script>
  • 'top_text' added to customize the header text (allows html)
  • templates/flasgger/top.html added and can be replaced to customization
  • 'head_text' added to customize the (allows html)
  • templates/flasgger/head.html added and can be replaced to customization
  • added 'doc_expansion' config to control the collapse
  • added 'ui_params' to allow override of any swagger.ui values
  • break index templates into individual customizable templates

See examples/changelog_090.py
- Updated Swagger UI 3.x
- uiversion now defaults to 3
- 'hide_top_bar' config option to remove the green top bar
- 'fotter_text' added to customize the footer text (allows html and <script>)
- templates/flasgger/footer.html added and can be replaced to customization
  this footer.html is the right place for custom <script>
- 'top_text' added to customize the header text (allows html)
- templates/flasgger/top.html added and can be replaced to customization
- 'head_text' added to customize the <head> (allows html)
- templates/flasgger/head.html added and can be replaced to customization
- added 'doc_expansion' config to control the collapse
- added 'ui_params' to allow override of any swagger.ui values
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.548% when pulling 46ad75f on prepare_090 into 3ed9821 on master.

@coveralls
Copy link

coveralls commented May 25, 2018

Coverage Status

Coverage increased (+0.01%) to 90.561% when pulling 93be2d5 on prepare_090 into 3ed9821 on master.

@rochacbruno
Copy link
Member Author

Pending testing examples and running httpbin project with this branch

@rochacbruno rochacbruno merged commit 9e7203f into master Jun 2, 2018
@rochacbruno rochacbruno deleted the prepare_090 branch June 2, 2018 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants