Skip to content

Releases: iter-idea/IDEA-Ionic8-extra

Show hint button

05 Jan 10:35
Compare
Choose a tag to compare
  • Common. Show hint button component.

Angular 15 & Capacitor 4

24 Dec 15:39
Compare
Choose a tag to compare

Breaking changes

The cloud app needs to be updated to Angular 15 and Capacitor 4.
Please refer to this guide to upgrade.

Auth0 module

21 Sep 16:27
Compare
Choose a tag to compare
  • auth0. Support to Auth0 as an alternative to Amazon Cognito.
  • ⚠️ The ionicExtraModules array in the environments file of a project now needs to include (when needed) the variables entry (e.g. ionicExtraModules[..., 'variables']) — previously it was implicitly included. This configuration allows the automatic loading of the variables/xx.json translations dictionary file.

Solved deprecated VirtualScroll list

14 Sep 13:34
Compare
Choose a tag to compare
  • 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

23 Aug 16:59
Compare
Choose a tag to compare
  • Auth. The sign-in page support the messages from Cognito regarding a user pool transition.

Date-time component offers better support to ISO format

18 Aug 10:58
Compare
Choose a tag to compare
  • Common. The date-time component now offers a ngModel approach to the date attribute; e.g. instrad of (select)="yourDateField=$event" and (selectISO)="yourDateField=$event" use [(date)]=yourDateField.
    • The old select output (trigger) is now named dateChange (if needed).
    • The selectISO output (trigger) has been removed.
    • To obtain a date in epochISOString format, set the attribute useISOFormat = true.

Checker supports checks description

17 Aug 15:26
Compare
Choose a tag to compare
  • Common. Checker supports checks description

Barcode reader module

08 Aug 16:47
55f64c4
Compare
Choose a tag to compare
  • Barcode. Camera reader.
  • Barcode. DataWedge service (previously in Common).

User avatar component

30 Jun 13:39
Compare
Choose a tag to compare
  • 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

08 Mar 09:11
Compare
Choose a tag to compare
  • 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.