Skip to main content

11.11.1

✨ Features

DateDescription
2024-10-25(facet-date) rework on facet date
2024-10-25(first-page) Refactor FirstPageService to accept aggregations in getFirstPage() method
2024-10-30(timeline) Refactor facet-date component to include mask selection
2024-10-31(facet-date) Add sq-facet-date component for date filtering in timeline visualization
2024-10-31(first-page) Update FirstPageService to use options.aggregations in getFirstPage() method
2024-10-31(facet-date) Add 'Apply' button and update date range filter logic in facet-date component
2024-11-04(facet-date) add 'apply' label to date facet and enhance NumericalFilter with 'eq' operator
2024-11-05(facet-date) Enhance date facet functionality and add aggregation overrides
2024-12-17(advanced-search) Refactor setSelect() method to support query options and field operators
2025-01-14(components-docs) Enhance DocMenuComponent to use Renderer2 for font size adjustments

🐛 Bug Fixes

DateDescription
2024-09-09(preview) no highlights with SVG/DWG
2024-09-12(intl.service) Brackets in treepath interpretated as sysLang message
2024-09-18(my search facet) Display the exclusion operator when active
2024-09-30(heatmap) use the key separator sets in the admin
2024-10-08(search input) fielded search with regex pattern doesn't work
2024-10-09(search input) fielded search with regex pattern doesn't work
2024-10-25(autocomplete) misleading display with the autocomplete
2024-10-25(neural) disable Neural-Search according to user preferences
2024-12-02application start config based on the environment
2025-01-14(machine-learning) prevent passage expansion when text is selected in a passage list component
2025-01-15(analytics) set default value for query input in AgGridViewComponent

📦 Dependency Updates

DateDescription
2024-09-17Update ag-grid-angular and ag-grid-community versions
2024-10-01Bump @types/estree from 1.0.0 to 1.0.6
2024-10-01Bump zone.js from 0.14.7 to 0.14.10
2024-10-08Bump @microsoft/teams-js from 2.24.0 to 2.29.0
2024-10-08Bump focus-within from 2.0.0 to 3.0.2
2024-10-08Bump postcss from 7.0.39 to 8.4.47
2024-10-10Update to Angular 18
2024-10-10Update @angular-slider/ngx-slider to version 17.0.2
2024-10-28Update ws package version to 8.17.1
2024-11-04update ag-grid to 31.3.4
2025-02-10Remove eslint-plugin-jsdoc from dependencies
2025-03-04remove unused Cypress support files

♻️ Refactoring

DateDescription
2025-01-14improve code consistency and readability in ag-grid module and view component
2024-12-04Update logo for vanilla & pepper.

🩹 Minor Fixes

DateDescription
2025-03-07Fix comparison logic in BsFacetList for aggregation items
2025-03-07Handle URI decoding errors
2025-05-26(search): Improve expression building
2025-05-29(search): Improve expression building
2025-06-03Correct facet expression for open action
2025-06-04update page size selector to be more customizable

🔧 Improvements

DateDescription
2024-12-16(query-intent) add query intent in the query payload
2024-12-19(facet-date) Update mask value in BsFacetDate based on aggregation overrides
2025-01-07(configuration) Add custom JSON schema support to CCApp configuration

📖 Documentation

DateDescription
2024-12-19Update setSelect() method signature to include fieldOperator and options parameter
2025-01-08Update configuration to replace autoSAMLProvider with autoOauthProvider