Mingwei Samuel
f88334a47d
fix(paths): break long paths with <wbr> ( #7516 )
...
- use <wbr> instead of ZERO-WIDTH SPACE (U+200B) to break segments
- remove no-longer-needed onCopyCapture listener which previously stripped ZWSPs
- update's deep-link.jsx's `text` prop type to accept `PropType.node` to allow the above.
Closes #7513
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com >
2021-09-30 15:52:33 +03:00
kyle
291e2c7251
improvement: operation path + summary overflow styling (via #5184 )
...
* improvement: operation path + summary overflow styling
* inject zero-width spaces for better path breaking
* migrate 4867 regression test to tolerate new ZWSPs
* rm `dev-helpers/doc.yaml`
2019-02-15 20:05:26 -06:00
kyle
00432fc07c
fix: deep link fragment escaping (via #4832 )
...
* `test/e2e` -> `test/e2e-selenium`
* add Cypress
* ESLint fixes
* MOAR cypress
* `integration` -> `tests`
* wire Cypress up to a hot e2e server
* add failing tests for #4537
* add petstore for future use
* don't tack `operations/` onto href path
* escape generated URL fragments
* Update package.json
2018-08-23 15:24:32 -07:00
geraldglynn
cb2fc2089c
improvement: move operation JumpToPath (via #4760 )
2018-08-08 14:10:48 -07:00
geraldglynn
b9b4ab20af
improvement: refactor Operation component structure (via #4686 )
...
...into OperationSummary, OperationSummaryPath, OperationSummaryMethod
2018-07-17 20:37:36 -04:00