Releases: iter-idea/IDEA-Ionic8-extra
Releases · iter-idea/IDEA-Ionic8-extra
Show hint button
- Common. Show hint button component.
Angular 15 & Capacitor 4
Breaking changes
The cloud app needs to be updated to Angular 15 and Capacitor 4.
Please refer to this guide to upgrade.
Auth0 module
- auth0. Support to Auth0 as an alternative to Amazon Cognito.
⚠️ TheionicExtraModules
array in theenvironments
file of a project now needs to include (when needed) thevariables
entry (e.g.ionicExtraModules[..., 'variables']
) — previously it was implicitly included. This configuration allows the automatic loading of thevariables/xx.json
translations dictionary file.
Solved deprecated VirtualScroll list
- Common, Teams. We removed the deprecated IonVirtualScroll elements from the following components (see also Scarlett #507):
- Checker (common)
- Select (common)
- List (common)
- RCFolders (teams)
- RCResources (teams)
- Common. Checker "select/deselect all" now considers all the elements of the list, not only the current/filtered/selected ones.
Support to Cognito user pool transition
- Auth. The sign-in page support the messages from Cognito regarding a user pool transition.
Date-time component offers better support to ISO format
- Common. The date-time component now offers a
ngModel
approach to thedate
attribute; e.g. instrad of(select)="yourDateField=$event"
and(selectISO)="yourDateField=$event"
use[(date)]=yourDateField
.- The old
select
output (trigger) is now nameddateChange
(if needed). - The
selectISO
output (trigger) has been removed. - To obtain a date in
epochISOString
format, set the attributeuseISOFormat = true
.
- The old
Checker supports checks description
- Common. Checker supports checks description
Barcode reader module
- Barcode. Camera reader.
- Barcode. DataWedge service (previously in Common).
User avatar component
- Common. New User Avatar component.
- Common. Checker uses the new User Avatar Component.
- Agenda. Agenda uses the new User Avatar Component.
DateTime supports ISO strings
- Common. DateTime component supports ISO strings; new emitter:
selectISO
. - Common. Stability improvements to ApiService
- Common.. ViewMode CSS style works better with the latest versions of Ionic.