openapi-explorer 0.11.494 → 1.0.498
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/openapi-explorer.min.js +4 -4
- package/dist/browser/openapi-explorer.min.js.map +1 -1
- package/dist/es/components/api-request.js +7 -13
- package/dist/es/openapi-explorer.js +0 -1
- package/dist/es/styles/api-request-styles.js +1 -1
- package/dist/es/styles/schema-styles.js +1 -1
- package/dist/es/templates/navbar-template.js +1 -1
- package/dist/es/utils/schema-utils.js +1 -2
- package/dist/lib/components/api-request.js +7 -13
- package/dist/lib/openapi-explorer.js +0 -1
- package/dist/lib/styles/api-request-styles.js +1 -1
- package/dist/lib/styles/schema-styles.js +1 -1
- package/dist/lib/templates/navbar-template.js +1 -1
- package/dist/lib/utils/schema-utils.js +1 -2
- package/package.json +3 -3
- package/CHANGELOG.md +0 -91
package/CHANGELOG.md
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
# Changelog #
|
|
2
|
-
This package follows standard semvar, `<major>.<minor>.<build>`. No breaking changes will be introduced to existing `<minor>` versions.
|
|
3
|
-
|
|
4
|
-
## 1.0 ##
|
|
5
|
-
* By default uses the `info.title` property of the open api specification for the `overview` section name in the navbar. Falls back to the default when not specified.
|
|
6
|
-
|
|
7
|
-
## 0.11 ##
|
|
8
|
-
* Fix `allOf` for response schema. #119
|
|
9
|
-
* Fixing handling of openapi paths that include url characters
|
|
10
|
-
* Add support for showing external docs
|
|
11
|
-
* Deprecated properties cannot show as required.
|
|
12
|
-
|
|
13
|
-
## 0.10 ##
|
|
14
|
-
* Internationalization support with languages `en` and `fr`
|
|
15
|
-
<<<<<<< HEAD
|
|
16
|
-
* Add a `slot` `nav-header` to the top of the navbar.
|
|
17
|
-
* Add ruby to available languages.
|
|
18
|
-
* Handle missing schema's for responses
|
|
19
|
-
* Update `request-body` slot to include `event` handler for `RequestCleared` for when the user clicks the `CLEAR` button in the API Request operation display.
|
|
20
|
-
* Ensure that `explorerLocation` is present in all `custom events` fired in the context of an operation.
|
|
21
|
-
* Fix expand/collapse transition effect
|
|
22
|
-
* Fix oneof examples display
|
|
23
|
-
* Fix navbar transition
|
|
24
|
-
* Add support for `query` REST verb type
|
|
25
|
-
* Hide empty oneof empty clauses that don't affect displayed properties.
|
|
26
|
-
* Fix schema table transitions and display
|
|
27
|
-
* Fix response code colors to match the rest of the theme
|
|
28
|
-
* Add `header-bg-color` for setting table headers
|
|
29
|
-
* Fix `server-url` dynamic updates, so that updates are passed through to api requests
|
|
30
|
-
* Fix padding in code samples for first line and subsequent lines.
|
|
31
|
-
* Fix path wrapping in navbar and on mobile
|
|
32
|
-
* Improve search to automatically update results
|
|
33
|
-
* Fix `servers` list not being used when `server-url` is not specified.
|
|
34
|
-
* Fix display of `integer` and `date-time` schema styling.
|
|
35
|
-
* Fix `font-size-small` and exposes these variables in the documentation for configuration.
|
|
36
|
-
|
|
37
|
-
## 0.9 ##
|
|
38
|
-
* OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
|
|
39
|
-
* Enable searching for schemas using the search filter.
|
|
40
|
-
* Babel source to remove `??` and `?.` so that consumers of the library don't need to worry about those.
|
|
41
|
-
* `collapse` add new switch to automatically start the operations and components in collapsed mode.
|
|
42
|
-
* Support root level `security` field.
|
|
43
|
-
* `hide-components` attribute to disable showing the components.
|
|
44
|
-
* Fix components to actually collapse when `collapse` is set.
|
|
45
|
-
* Fix displaying tag descriptions correctly and add supporting slot for subsections.
|
|
46
|
-
* Fix schema expanded description text display
|
|
47
|
-
* Fix issues with allOf/oneOf with partially completed data.
|
|
48
|
-
* Sanitize paths coming from the spec that contain invalid characters.
|
|
49
|
-
* Improve display of array types and number/string formats in parameters and models
|
|
50
|
-
* Fix fetch request options to not require unnecessary extra level in setting properties.
|
|
51
|
-
* Fix support for `const` in json schema
|
|
52
|
-
* Fix support for `null` types and add property `display-nulls` to support forcing the display of them in models.
|
|
53
|
-
|
|
54
|
-
## 0.8 ##
|
|
55
|
-
* Removing the `RESET` button as it is confusing for users to see. It only repopulated the defaults, and to do that, you can easily switch tabs and come back.
|
|
56
|
-
* Arrays and Objects read-only indicator is now present at the top level, and these objects are hidden from POST/UPDATE/PATCH bodies.
|
|
57
|
-
* Support $refs to load markdown files into the spec and render them appropriately.
|
|
58
|
-
* Correctly show deprecated arrays and hide deprecated elements from examples.
|
|
59
|
-
* Add aria labels and roles to `<select>` and `<table>` elements.
|
|
60
|
-
* [Bug] - don't force adding the spec url to the list of servers if the server list is already populated
|
|
61
|
-
* [Bug] - Operations/Components expand/collapse incorrectly was scrolling out of view, now it is sticky at the top of the nav section.
|
|
62
|
-
* [Bug] - Remove unnecessary forced capitalization from tags in the nav bar
|
|
63
|
-
* [Bug] - Fix `explorer-location` tracking for updates triggered outside of component
|
|
64
|
-
|
|
65
|
-
## 0.7 ##
|
|
66
|
-
* Introduce `setAuthenticationConfiguration` to set any all configuration related to token management, including clientIds and explicit tokens.
|
|
67
|
-
* Display component titles in bold next to description
|
|
68
|
-
* Enable component scrolling.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## 0.6 ##
|
|
72
|
-
* Route navigation is contained fully in a query string inside the hash, it will now no longer affect hash based routing
|
|
73
|
-
* Adds the `nonce` to oauth requests to generate an access token.
|
|
74
|
-
* Add scopes display for security schemes.
|
|
75
|
-
* Fixed @request event `headers` to be a Fetch `headers` object.
|
|
76
|
-
|
|
77
|
-
## 0.5 ##
|
|
78
|
-
* Remove deprecated password oauth2 flow
|
|
79
|
-
* Fixed sending API Keys in querystring (not recommended)
|
|
80
|
-
|
|
81
|
-
## 0.4 ##
|
|
82
|
-
* Added custom nav section and custom display for that section.
|
|
83
|
-
* Fix path ordering so it matches spec ordering.
|
|
84
|
-
* Move example to populate placeholder property of input
|
|
85
|
-
|
|
86
|
-
## 0.3 ##
|
|
87
|
-
* Moved npm package target to point at main source location instead of `dist`. The distributable minified version is still present at `/dist/openapi-explorer.min.js`.
|
|
88
|
-
* Add two `navbar-` css `::parts`
|
|
89
|
-
|
|
90
|
-
## 0.2 ##
|
|
91
|
-
* Automate responsive changes from "focused mode" to "scrolling view mode" so no additional parameters are necessary. `responsive` parameter has been removed
|