Skip to content

Releases: DynamoDS/librarie.js

Librarie.js Release v1.0.6

09 Oct 21:25
891e65f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Librarie.js Release v1.0.5

24 May 13:48
37c875d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

Librarie.js Release v1.0.4

17 May 14:32
e390363
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Librarie.js Release v1.0.3

13 May 20:28
f5853c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Librarie.js Release v1.0.2

30 Apr 03:40
5bd2f15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Librarie.js Release v1.0.1

03 Apr 20:58
2028438
Compare
Choose a tag to compare

What's Changed

  • [DYN-6796] improve library node icons look by @Enzo707 in #222

Full Changelog: v1.0.0...v1.0.1

Librarie.js Release v1.0.0

02 Apr 18:02
e4a9f34
Compare
Choose a tag to compare

What's Changed

  • remove LibraryItem class from LibraryUtilities by @fanwgwg in #3
  • Some auto formatting by @fanwgwg in #4
  • add build for minified js file by @fanwgwg in #1
  • Updated layout specifications and included some icons by @yeexinc in #6
  • Added test files to librarie.js by @Benglin in #8
  • Passing 'LibraryView' to child items by @Benglin in #9
  • Function callback mechanism by @yeexinc in #7
  • Support absolute url for icon resources by @yeexinc in #10
  • Add search view by @fanwgwg in #5
  • Bundle css/react/react-dom all into build by @fanwgwg in #14
  • Add documentation for search by @fanwgwg in #12
  • Add lines to indicate indentation by @fanwgwg in #11
  • Allow LibraryView to accept JSON objects by @yeexinc in #20
  • Relace lines with arrows for indentation by @fanwgwg in #19
  • Hide image when image load fails by @fanwgwg in #18
  • Update the message returned by click event by @fanwgwg in #22
  • bundle cluster icons into dist folder by @fanwgwg in #21
  • Simplify the LibraryContainer APIs by @Benglin in #23
  • Implement Library Controller by @Benglin in #24
  • Add a search event to allow call to web search component by @fanwgwg in #17
  • Update the webpack config file to support modules. by @ramramps in #26
  • add search timeout of 300ms by @fanwgwg in #15
  • Update librarie.js documentation by @Benglin in #27
  • Raise two mouse events for library items by @Randy-Ma in #29
  • Add "Miscellaneous" section to display left-over items by @yeexinc in #25
  • Rename creation to create by @fanwgwg in #32
  • Response to a different mouse event and pass y position as well by @Randy-Ma in #30
  • Add sections to layoutSpec by @fanwgwg in #31
  • Add dynamo icon for icon that fails to load by @fanwgwg in #33
  • Add icons for ATF nodes by @ellensi in #34
  • Update snapshot of JSON files by @ellensi in #35
  • Fix ImportExport.Data icons by @ellensi in #37
  • Allow search in keywords by @fanwgwg in #38
  • Display nodes included in other sections by @yeexinc in #36
  • Revise category icons (SVG) by @ellensi in #40
  • using query selector to select child elements by @ramramps in #39
  • Searchbar component by @yeexinc in #16
  • Construct nested library items if partial paths are provided by @yeexinc in #41
  • Display parameters for overloads by @yeexinc in #44
  • Collapse siblings when expanding one item by @fanwgwg in #43
  • Library scroll by @ellensi in #48
  • Add jest and enzyme for ui testing by @fanwgwg in #46
  • Install font-awesome and replace SVG files by @yeexinc in #49
  • Fix the bug that search cannot be activated in Dynamo by @fanwgwg in #52
  • Implement function prototypes and CategoryData class by @yeexinc in #47
  • Display parameters for overloads in search results by @yeexinc in #50
  • Add cancel button at the end of search input by @fanwgwg in #54
  • Change font format from OTF to WOFF by @ellensi in #53
  • Implement search result display modes (compact vs. detailed) by @fanwgwg in #51
  • Fix some testcases by @fanwgwg in #45
  • Suppress console warnings during tests by @yeexinc in #58
  • Remove whitespace from search by @fanwgwg in #59
  • Bring user back to library from search result when category name is clicked by @fanwgwg in #42
  • New APIs introduced for librarie.js by @Benglin in #61
  • Replace filter button by @fanwgwg in #57
  • Remove SearchView component by @yeexinc in #64
  • Reset item expansion when refreshing library view by @fanwgwg in #68
  • Sort library items alphabetically by @fanwgwg in #65
  • (Bug fix) Add renderedSections attribute by @yeexinc in #67
  • Update documentation for layout specs and loaded data types by @yeexinc in #63
  • Disable filter button when not needed by @fanwgwg in #56
  • Make categories available based on search text by @Randy-Ma in #60
  • Reduce font size and remove use of id in css by @yeexinc in #69
  • Update font and icon colours by @yeexinc in #74
  • Add one more property for a event name and update readme document and index.html by @Randy-Ma in #73
  • Add icon to Add-ons section by @yeexinc in #75
  • Add library header with filter and compact/detail buttons by @yeexinc in #71
  • Remove 0.0.1 folder by @fanwgwg in #66
  • Restored images that were accidentally removed by @Benglin in #82
  • Make it possible to use an external search function by @Randy-Ma in #81
  • Add unit test using jest and add configuration to create coverage report by @monikaprabhu in #77
  • Fix jest testcases that fail due to api change by @fanwgwg in #83
  • Configuration to create single coverage report for all librarie.js tests by @monikaprabhu in #79
  • UI bug fix and enhancements by @fanwgwg in #78
  • Update readme document for overriding the default search function by @Randy-Ma in #86
  • Add unit tests for LibraryContainer class methods by @ellensi in #84
  • Add showExpandableTooltip state and ToolTip component by @fanwgwg in #76
  • Create snapshot test for testing UI rendering of library components by @monikaprabhu in #89
  • Add keyboard navigation to search result view by @fanwgwg in #80
  • Remove unused field that has been exposed from SearchBar by @Randy-Ma in #92
  • Optimize the contruction of library by @fanwgwg in #88
  • Increase coverage by adding test for searchbar by @monikaprabhu in #91
  • Fix a bug in function removeEmptyNodes and update testcases by @fanwgwg in #94
  • Add lines for indentation by @fanwgwg in #85
  • Enable focus on search bar when clicking anywhere by @fanwgwg in #95
  • Add layoutSpecs for Revit nodes by @fanwgwg in #98
  • Restore command for testing utility functions by @fanwgwg in #93
  • Add more test for testing UI library by @monikaprabhu in #99
  • Update specs for Revit nodes by @fanwgwg in #100
  • Raise request for Library View Refresh by @sharadkjaiswal in #87
  • Update LayoutSpec by @QilongTang in #101
  • Scroll expanded items into view by @mjkkirschner in #102
  • Dynamo's version of CEF does not have Element.ScrollBy by @mjkkirschner in https://github.com/Dy...
Read more