Releases: discoveryjs/discovery
Releases · discoveryjs/discovery
1.0.0-beta.30
- Added missed escaping for brackets in
safeFilterRx
- Fixed style isolation for editors hints popup
- Improved overall CSS style isolation
- Added
dist/discovery.raw.css
to package, a file with no style isolation - Improved error output on loading overlay
1.0.0-beta.29
- Fixed
tree
view to apply nesteditemConfig
whenlimitLines
is used - Added
'children'
as default query for children intree
view
1.0.0-beta.28
- Added encoding/decoding for
pageId
andpageRef
in page hash - Added an entity reference to resolved link info
- Fixed
tree-leaf
layout when content overflows - Fixed showing label when
tree
view is empty - Tweaked
tree
view padding in sidebar - Bumped jora to 1.0.0-alpha.13
1.0.0-beta.27
- Fixed style isolation of signature popup
- Fixed editors extra large height in quirk mode
1.0.0-beta.26
- Impoved
Widget#apply()
to recursevey call the method to each element when value is an array - Extracted
chart
view (with Hightcharts as backend) to a separate repo and npm package, use@discoveryjs/view-plugin-highcharts
instead - Bumped jora to 1.0.0-alpha.11
1.0.0-beta.25
- Fixed missed
dist
files in a package - Added minification for JavaScript on build
1.0.0-beta.24
- Fixed event handlers conflict across Discovery instances
- Fixed
popup
view styles when Discovery's container is not a document body - Added wrapping for a string value that outputs as a plain text in
struct
view - Changed
App#render()
andWidget#render()
methods to return a render state promise - Changed
PageRenderer#render()
method to return{ pageEl, renderState }
object instead of justnewPageEl
- Added optional parameter for
Widget
constructor to specify default page layout, i.e.new Widget(container, defaultPage, options)
- Added
extensions
andcompact
options toWidget
/App
constructor, i.e.new Widget(el, null, { extensions, compact })
- Renamed
dist
files:lib.*
->discovery.*
- Improved build by CSS styles basic isolation, to reduce impact on host environment when integrate into
1.0.0-beta.23
- Fixed build due to lib imports processing bug
1.0.0-beta.22
1.0.0-beta.21
- Fixed popup wrong position issues in some conditions (#16)
- Exposed layout helpers as
utils
:getOffsetParent
,getPageOffset
,getBoundingRect
andgetViewportRect
- Duplicated signature showing with click on button (better for mobile)
- Tweaked action buttons style in
struct
view to work better for touch devices - Changed
struct
view to open a link in a new tab - Added
limit
andlimitCollapsed
options support forstruct
view - Fixed pie chart in
signature
view popups to work in all browsers (#17) - Fixed
struct
view signature popup to show a path from a struct's data root