angular-svcapi-expanders
2.4.0 (2025-07-02)
Changed
- Breaking change: Switched use of
__config.baseUrl
toapiBaseUrl
injectionToken
inDataView-data-access. service
expander. Removed the following, you can re-add this as custom code to get old behaviour back or use the new variable.
import { Config } from '../../../core/models/config.interface'
declare let __config: Config;
- Rejuvenations:
org.junit.jupiter:junit-jupiter
:5.13.1 -> 5.13.2
net.democritus.angular:angular-expanders
:6.6.0 -> 6.8.0
2.3.0 (2025-06-23)
Added
- Added
#angular.entry-paginator
tag to all profiles.
Changed
- Rejuvenations:
org.junit.jupiter:junit-jupiter
:5.12.2 -> 5.13.1
net.democritus.maven.plugins:expanders-maven-plugin
:2025.1.0 -> 2025.2.0
org.codehaus.mojo:flatten-maven-plugin
:1.7.0 -> 1.7.1
net.democritus.angular:angular-expanders
:6.2.0 -> 6.6.0
net.democritus.test:expanders-assert
:1.2.0 -> 1.2.1
Fixed
- Fixed faulty
#root
mappings.
2.1.0 (2025-05-07)
Added
- Added
DataConnector
specificsegment-parameters
mapper services. This allows for less generic expansion of mapping. - Added
Ln0x
support. This behaviour is opt in via theSvc API Ln0x
andSvc API yarn Ln0x
profiles.
Changed
- Rejuvenations:
org.slf4j.slf4j-simple
:2.0.16 -> 2.0.17
org.junit.junit-bom
:5.11.3 -> 5.12.2
org.jacoco:jacoco-maven-plugin: 0.8.12 -> 0.8.13
org.apache.maven.plugins:maven-surefire-plugin
:3.5.1 -> 3.5.3
org.sonarsource.scanner.maven:sonar-maven-plugin
:4.0.0.4389 -> 5.0.0.4751
net.democritus.maven.plugins:expanders-maven-plugin
:2025.0.0 -> 2025.1.0
org.codehaus.mojo:flatten-maven-plugin
:1.6.0 -> 1.7.0
net.democritus:nsx-parent
:2024.2.0 -> 2025.0.0
net.democritus.test:expanders-assert
:1.1.0 -> 1.2.0
net.democritus.angular:angular-expanders
:6.0.0 -> 6.1.0
- Changed existing
segment-parameter
mapper anddata-access
to make use of new mapper service. Removed some unused anchors. - Downgrade:
net.democritus:prime-data
:2024.0.3 -> 2024.0.2
Fixed
#angular.field.io
tag only set when the needed tags forupload
ordownload
are present.
2.0.0 (2025-03-24)
Added
- Added
yarn
profile.
Changed
- Move segment-parameters-mapper from runtime to expanders.
- Rejuvenations:
net.democritus.angular:angular-expanders
:5.6.0 -> 6.0.0
net.democritus.maven.plugins:expanders-maven-plugin
:2024.5.0 -> 2025.0.0
- Breaking change: Extracted
QuerySearch
related expanders to separate bundle, namedangular-svcapi-querysearch-expanders
. If you want the same behaviour as before, you need to add this bundle. - Upgrade to
Angular 19
.
Removed
- Removed
angular-svcapi-runtime
library. - Removed
angular.migration.filter
implementation.
1.2.0 (2025-02-25)
Added
- Added 'disable save button feature whilst waiting on response' feature.
Changed
- Changed root path value in api calls. Default, this is still the
camelCase
of theAngularApp
. However, now you can set this with the optionangular.apiRoot
. - Refactored use of
dataRegistry
, it is not used anymore to retrieve theDataConnectors
orDataViews
. - Rejuvenations:
net.democritus.angular:angular-expanders
:5.1.0 -> 5.6.0
1.1.3 (2025-02-17)
- Did not set all versions correctly.
1.1.1 (2025-01-09)
Fixed
- Removed
.toLowerCase()
call from NoDefaultFilteringPresentRule.java to fix false positive warnings while validating the model
1.1.0 (2024-11-07)
Changed
- Changed uses of
valueField neq null
orlinkField neq null
tolinkFieldType
check in expanders. - Rejuvenations:
@angular/*
:^18.2.9 -> ^18.2.11
@nsx/ngx-ns-core
:0.7.0 -> ^1.0.0
net.democritus.metamodel:prime-core
:2024.6.0 -> 2024.7.0
net.democritus:expanders-test-utils
:7.7.3 -> 7.8.2
net.democritus:Expanders
:7.7.3 -> 7.8.2
net.democritus:expanders-core
:7.7.3 -> 7.8.2
net.democritus.angular:angular-expanders
:5.0.0 -> 5.1.0
Fixed
- Changed fixed version of
ngx-ns-core
to ^ version.