ngx_core 0.17.0
ngx_core: ^0.17.0 copied to clipboard
Core library for AngularDart. Provides essential services for any Angular-based application.
Changelog #
0.17.0 #
- Breaking change: all the parameters of the
Sortconstructor are now optional. - Breaking change: renamed the
Application.supportsSmoothScrollproperty tosupportsScrollBehavior. - Added a session system for managing the user authentication.
- Added the
disableAutoScrolling()andenableAutoScrolling()methods to theApplicationservice. - Added the
Breakpointsenumeration. - Added the
DocumentRef.getStyleProperty()method. - Added the
Downloaderservice. - Added the
kebabCaseandtrimFormControlshelper functions. - Removed the dependency on the
biscuitspackage. - Updated the package dependencies.
0.16.1 #
- Fixed the
ngxDirectivesconvenience list. - Fixed the
ngxPipesconvenience list. - Fixed the
ngxProvidersconvenience list.
0.16.0 #
- Breaking change: directives based on
clickevents prevent the default action of the clicked element. - Breaking change: made static the
pageParamandpageSizeParamproperties of thePaginationclass. - Breaking change: removed the
defaultPageSize,limitandoffsetproperties from thePaginationclass. - Breaking change: replaced the usage of the
SafeValueTypeenumeration byTemplateSecurityContext. - Added the
appInjectortop-level property. - Added the
pageCountHeader,pageHeader,pageSizeHeaderandtotalCountHeaderstatic properties to thePaginationclass. - Added the
autolinkpipe. - Added the
Securityservice. - Added the
ValidationErrorclass. - Raised the Dart SDK constraint.
- Updated the documentation.
- Updated the package dependencies.
0.15.0 #
- Breaking change: upgraded AngularDart to version 6.
- Added the
PaginationandSortclasses. - Raised the Dart SDK constraint.
- Updated the package dependencies.
0.14.0 #
- Breaking change: renamed the
Application.smoothScrollSupportedproperty tosupportsSmoothScroll. - Breaking change: renamed the
GoBack.fallbackPathproperty tofallbackUrl. - Breaking change: renamed the
configTokenandenvTokeninjection tokens toappConfigandappEnv. - Added new unit tests.
- Added the
scrollTodirective. - Added the
titlecasepipe. - Added the
ViewportScrollerservice. - Updated the package dependencies.
0.13.0 #
- Added the
SafePipeclass andSafeValueTypeenumeration. - Raised the Dart SDK constraint.
- Updated the package dependencies.
0.12.0 #
- Breaking change: removed the
Application.forceSslproperty. - Breaking change: removed the
ConfigTokenandEnvTokenclasses. - Breaking change: renamed the
ngxModuleproperty tongxProviders. - Restored the
ngxDirectivesandngxPipesconvenience lists. - Updated the package dependencies.
- Updated the URL of the Git repository.
0.10.0 #
- Breaking change: removed the
documentFactory()andwindowFactory()factories. - Breaking change: removed the
ngxDirectivesandngxPipesproperties. - Breaking change: restored the
configTokenandenvTokensinjection tokens as children of theOpaqueTokenclass. - Added an example code.
- Updated the package dependencies.
0.9.0 #
- Breaking change: replaced the
configTokenandenvTokensinjection tokens by theConfigTokenandEnvTokenclasses. - Breaking change: removed the
ngxProvidersproperty. - Raised the Dart SDK constraint.
- Added the
Identityinterface. - Added the
Sessionservice. - Updated the package dependencies.
0.8.0 #
- Added the
Application.idproperty. - Raised the Dart SDK constraint.
- Using optional
constandnew. - Updated the package dependencies.
0.7.0 #
- Breaking change: starting to use and support Angular 5.
- Breaking change: removed the
ngx_core.jslibrary. - Breaking change: renamed the
Configuration.serviceUrlproperty toapiUrl. - Breaking change: renamed the
pageTitledirective todocumentTitle. - Breaking change: renamed the
GoBack.fallbackRouteproperty tofallbackUrl. - Added factories and providers for the
HtmlDocumentandWindowclasses fromdart:html. - Added the
Application.smoothScrollSupportedproperty. - Added the
DocumentTitle.appendAppNameproperty. - Added the
Titleservice. - Updated the package dependencies.
0.6.0 #
- Breaking change: starting to use and support the Dart 2 SDK.
- Breaking change: removed the
DocumentRef.nativeDocumentproperty. - Breaking change: the
globalproperty now maps to the nativeselfobject. - Added a user guide based on MkDocs.
0.5.0 #
- Breaking change: moved the JS-based functions and properties to the
ngx_core.jslibrary. - Breaking change: removed the
configurationandenvironmentproperties. - Breaking change: removed the
JSObjectclass. - Added the
deleteProperty()andgetProperties()functions. - Added new unit tests.
- The
ngx_core.jslibrary exports the functions from thedart:js_utillibrary. - Updated the package dependencies.
0.4.0 #
- Breaking change: merged the
ngx_core.js_interoplibrary intongx_core. - Breaking change: removed the
windowFactoryfactory. - Breaking change: renamed the
convertToDart()function todartify(). - Breaking change: renamed the
configproperty toconfiguration. - Breaking change: replaced the usage of
dart:jslibrary bypackage:jsfor JavaScript interoperability. - Added the
JSObjectclass. - Added the
globalproperty. - Updated the package dependencies.
0.3.0 #
- Breaking change: removed the
configFactoryandenvFactoryfactories. - Breaking change: removed the
configProvider,envProviderandwindowProviderproviders. - The injection of
envTokeninApplicationconstructor is now optional. - The injection of
configTokeninConfigurationconstructor is now optional. - The
pageTitledirective implementsAfterViewInitinstead ofOnInit, allowing interpolation in element's text content.
0.2.0 #
- Breaking change: renamed the module exports by replacing the
coreprefix withngx. - Added an
exportAsmetadata to thepageTitledirective. - Added the
goBackdirective. - Added new unit tests.
0.1.0 #
- Initial release.