Skip to content

Releases: discoveryjs/discovery

1.0.0-beta.30

25 Mar 17:29
Compare
Choose a tag to compare
  • 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

25 Mar 17:29
Compare
Choose a tag to compare
  • Fixed tree view to apply nested itemConfig when limitLines is used
  • Added 'children' as default query for children in tree view

1.0.0-beta.28

17 Feb 14:45
Compare
Choose a tag to compare
  • Added encoding/decoding for pageId and pageRef 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

18 Dec 11:36
Compare
Choose a tag to compare
  • Fixed style isolation of signature popup
  • Fixed editors extra large height in quirk mode

1.0.0-beta.26

17 Dec 23:04
Compare
Choose a tag to compare

1.0.0-beta.25

14 Dec 02:01
Compare
Choose a tag to compare
  • Fixed missed dist files in a package
  • Added minification for JavaScript on build

1.0.0-beta.24

14 Dec 01:59
Compare
Choose a tag to compare
  • 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() and Widget#render() methods to return a render state promise
  • Changed PageRenderer#render() method to return { pageEl, renderState } object instead of just newPageEl
  • Added optional parameter for Widget constructor to specify default page layout, i.e. new Widget(container, defaultPage, options)
  • Added extensions and compact options to Widget/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

12 Dec 21:30
Compare
Choose a tag to compare
  • Fixed build due to lib imports processing bug

1.0.0-beta.22

12 Dec 21:13
Compare
Choose a tag to compare
  • Fixed SVG path data in pie charts in signature view (#25)
  • Disabled Prism auto mode, which may break environment when Discovery is embeded (#24)
  • Fixed global polution by Prism instance

1.0.0-beta.21

14 Sep 21:27
Compare
Choose a tag to compare
  • Fixed popup wrong position issues in some conditions (#16)
  • Exposed layout helpers as utils: getOffsetParent, getPageOffset, getBoundingRect and getViewportRect
  • 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 and limitCollapsed options support for struct 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