-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.4.0 - Ra Ra Rasputin's Disco Tiara (#84)
## 1.4.0 - Ra Ra Rasputin's Disco Tiara **New Features** * Now works out of the box with Fusion 3 * Added support for changing the default query via FUSION_CONFIG.js * Added support for date range facets type * Added support for simple grouped results * New loading state for range facets to prevent multiple selections while page is loading **Bug Fixes** * When redirected through login, inital page query will no longer be cleared * Linked URLS with parameters now click through correctly * Only show pagination arrows when pagination is possible * Fixed typeahead autocomplete user entry race condition **Package Updates** * Updated ESLint to version 3.3.1. * Updated angular-ui-router to version 0.4.2 **Deprecated API functions** * URLService.setQuery() Instead of using `URLService.setQuery()` use `QueryService.setQuery()` > `URLService.setQuery()` will be removed in View 1.5.0.
- Loading branch information
1 parent
4e29251
commit e8e1924
Showing
65 changed files
with
856 additions
and
475 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ FUSION_CONFIG.*.js | |
!FUSION_CONFIG.sample.js | ||
.jira-prefix | ||
.project | ||
.vscode | ||
installer/Output |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.2.0 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
7 changes: 5 additions & 2 deletions
7
client/assets/components/document/document_EXAMPLE/document_EXAMPLE.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<article class="grid-block document row"> | ||
<div class="detail vertical grid-content"> | ||
<h3 class="subheader"> | ||
<field value="vm.doc.id" maxlength="200"></field> | ||
<field value="vm.doc._templateDisplayFields.id" maxlength="200"></field> | ||
</h3> | ||
<!-- Add your fields here. --> | ||
</div> | ||
<!-- Field with highlight. --> | ||
<p class="large-8 xlarge-7 xx-large-6"> | ||
<field value="::vm.doc._templateDisplayFields.body" highlight="::vm.highlight[doc._templateDisplayFields.id]" hkey="{{::vm.getTemplateDisplayFieldName('body')}}"></field> | ||
</p> | ||
</div> | ||
</article> |
This file contains 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
This file contains 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
This file contains 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
22 changes: 11 additions & 11 deletions
22
client/assets/components/document/document_file/document_file.html
This file contains 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
Oops, something went wrong.