IDEA-Ionic8-extra

IDEA's extra components and services built on Ionic

MPL-2.0 License

Downloads
3.8K
Stars
1
Committers
6
IDEA-Ionic8-extra - Ionic 8 Latest Release

Published by uatisdeproblem 3 months ago

Work in progress

  • The Barcode module needs to be fixed with new library (the old one is deprecated).
  • To be tested in a complex project.
  • To test new Ionic warnings.
  • To test all Capacitor modules.

Breaking changes

The cloud app needs to be updated to Angular 18, Ionic 8 and Capacitor 6.
Please refer to this guide to upgrade.

IDEA-Ionic8-extra - Auth: advanced password check

Published by uatisdeproblem 5 months ago

  • Auth. By enabling the configuration passwordPolicy.advancedPasswordCheck, besides the default behaviour, passwords (during sign-ups, password confirmations, etc.) will be checked against advanced rules and internal and external databases (https://haveibeenpwned.com/) of unsecure passwords.
IDEA-Ionic8-extra - API: default headers

Published by uatisdeproblem 5 months ago

Common. In the IDEAAPIService you can now set defaultHeaders, which is a group of headers that is applied to every API request.

IDEA-Ionic8-extra - Attachments: convert .heic images to .jpeg

Published by uatisdeproblem 8 months ago

  • Teams: the attachments module automatically converts .HEIC image format in .JPEG.
IDEA-Ionic8-extra - Angular 17

Published by uatisdeproblem 9 months ago

Breaking changes

The cloud app needs to be updated to Angular 17.

It will soon follow a how-to guide.

  • auth. No need to include amazon-cognito-identity-js in your project's package.json anymore: the dependency is installed automatically with @idea-ionic/auth.
IDEA-Ionic8-extra - Migliore gestione traduzioni post-release

Published by uatisdeproblem 10 months ago

  • Common. Force cache control no-cache while loading the translations (i18n dictionaries).
IDEA-Ionic8-extra - Datetime min and max dates

Published by uatisdeproblem 11 months ago

  • Common. Datetime min and max dates.
IDEA-Ionic8-extra - Web Socket Api service

Published by uatisdeproblem 12 months ago

  • Common. New web socket API service.
  • Common. API service: allow built-in headers to overwrite
  • Common. Environment variables: unnecessary dependency with IDEAAWSAPIService.
  • Common. Improved general view mode of components.
  • Common. Translations: add default interpolation parameters.
  • General stability improvements after upgrade to Ionic 7.
IDEA-Ionic8-extra - Ionic 7

Published by uatisdeproblem about 1 year ago

Breaking changes

The cloud app needs to be updated to Angular 16, Ionic 7 and Capacitor 5.
Please refer to this guide to upgrade.

Warnings (for v8)

  • <ion-label>Ciao</ion-label><ion-input label="ciao">

To test

  • auth0 after migration to v2
IDEA-Ionic8-extra - Auth password policy

Published by uatisdeproblem over 1 year ago

Requires updating the i18n dictionaries of Auth.
Requires updating the environments configuration of Auth to explicitly define the passwordPolicy.

  • Auth. Better UX for password policy.
IDEA-Ionic8-extra - API service contains app bundle information

Published by uatisdeproblem over 1 year ago

  • Common. The APIService now sends as queryParam the app bundle information (b=com.iter-idea.example) indicated in the environments variable: idea.app.bundle.
IDEA-Ionic8-extra - Cognito Auth MFA

Published by uatisdeproblem over 1 year ago

Requires updating the i18n dictionaries of Auth.

  • Auth. Cognito Auth supports MFA (both with optional and required modes).
IDEA-Ionic8-extra - DateTime manual time picker

Published by uatisdeproblem over 1 year ago

  • Common. Manual time picker in idea-date-time component.
IDEA-Ionic8-extra - App status

Published by uatisdeproblem over 1 year ago

Richiede aggiornamento dizionari Common.

  • Common. App status (newer version of Announcements).
IDEA-Ionic8-extra - Color attribute to style components directly

Published by uatisdeproblem over 1 year ago

  • Common. Added the color attribute to the main components.
IDEA-Ionic8-extra - Checks now can be filtered by categories

Published by uatisdeproblem over 1 year ago

  • Common. The Checker component now supports categories filters (similarly to the Select component).
IDEA-Ionic8-extra - Fix time interval picker

Published by uatisdeproblem over 1 year ago

  • Common. Fix from-time-to-time component to allow midnight as ending time.
IDEA-Ionic8-extra - Fix barcode camera scan

Published by uatisdeproblem over 1 year ago

  • Barcode. Fix UI barcode camera to hide footers.
IDEA-Ionic8-extra - Label (translated) pipe

Published by uatisdeproblem over 1 year ago

  • Common. New pipe to translate labels.
IDEA-Ionic8-extra - Actions sheet controller improvements

Published by uatisdeproblem over 1 year ago

  • Common. Actions sheet controller improvements.
  • Barcode. DataWedge service provided in root.