Fixed missing information and typos#104
Merged
Merged
Conversation
- rename incorrect "searchResult" parameter to "resultTemplate"
- update callback signature to destructured ({ result }) form
- replace searchResult.result.* references with result.*
- affects toolbar items API ref, configuration guide and changelog
- common parameter that places a control in the left or right column of a modal editor (right by default) - works only with editor.placement: "modal" - update Usage block, parameters list and change log in editorShape - mention in whats_new under v1.6 release
- rename template callback param from column to props - describe full props shape: column, columnState, isMenuVisible, renaming, readonly - detail columnState fields incl. conditional ones for limit and swimlanes - update code examples to use props.* accessors
- new reference pages: getHandlers, setHeaders, getQueue, getIDResolver - internal_rest_overview index extended with new entries - working_with_server guide: list of REST methods updated and a new "Customize RestDataProvider" section with the super.getHandlers() override pattern and a warning against copying default handlers - sidebars.js updated with the four new pages
- new reference page for the getCardHeight callback used by lazy rendering to estimate card heights when cardHeight is not set - cardHeight, renderType, scrollType notes extended with a fallback paragraph that points to getCardHeight for custom cardTemplate - properties_overview index and sidebars.js updated with the new entry - configuration guide: rendering section mentions the approximation fallback and the custom getCardHeight hook
[fix] correct resultTemplate docs for Toolbar search
[add] getCardHeight property documentation
[add] RestDataProvider methods documentation
[update] document columnShape header template props
[add] editorShape.modalSection parameter docs
- sync to commit 943f1d7 - translate 4 new RestDataProvider methods (getHandlers, getIDResolver, getQueue, setHeaders) - update configs: cardheight, columnshape, editorshape, rendertype, scrolltype, toolbar_items - update overviews: internal_rest, properties - update guides: configuration, working_with_server - update whats_new release notes
- sync to commit 943f1d7 - translate 4 new RestDataProvider methods (getHandlers, getIDResolver, getQueue, setHeaders) - update configs: cardheight, columnshape, editorshape, rendertype, scrolltype, toolbar_items - update overviews: internal_rest, properties - update guides: configuration, working_with_server - update whats_new release notes
- sync to commit 943f1d7 - translate 4 new RestDataProvider methods (getHandlers, getIDResolver, getQueue, setHeaders) - update configs: cardheight, columnshape, editorshape, rendertype, scrolltype, toolbar_items - update overviews: internal_rest, properties - update guides: configuration, working_with_server - update whats_new release notes
- sync to commit 943f1d7 - translate 4 new RestDataProvider methods (getHandlers, getIDResolver, getQueue, setHeaders) - update configs: cardheight, columnshape, editorshape, rendertype, scrolltype, toolbar_items - update overviews: internal_rest, properties - update guides: configuration, working_with_server - update whats_new release notes
[update] Retranslate locales
- docs: remove stray slash before # in working_with_server.md links (getIDResolver, setHeaders)
- locales: add explicit English {#anchor} to translated headings (Parameters, Comments type, Links type, Multiuser backend, Customize server events, Rendering and scrolling)
- locales: replace translated inline anchor targets with English equivalents in RU/KO working_with_server.md and RU configuration.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.