All Versions
238
Latest Version
Avg Release Cycle
7 days
Latest Release
187 days ago

Changelog History
Page 21

  • v4.0.0-beta.11 Changes

    September 14, 2018

    ๐Ÿ› Bug Fixes

    • slides: swiper must be a vendor (3435473)
  • v4.0.0-beta.10 Changes

    September 14, 2018

    ๐Ÿ› Bug Fixes

    • animation: always call onFinish() (c23c5a4)
    • button: vanilla color is usable (b8b9b83)
    • segment: unselected color (b9e42eb)
    • slides: swiper is not required as dependency (29f324b)
  • v4.0.0-beta.1 Changes

    August 01, 2018

    ๐Ÿ› Bug Fixes

    • accesibility: boolean aria-* properties (4f9cbfe)
    • all: strong type text fields (1d001a3)
    • all: updated tslint rules to latest (92e21a8)
    • angular: events (7a0545d), closes #14866
    • angular: ion-router-outlet exposes animated (266336e), closes #14913
    • angular: pass proper animated value (7813acc)
    • app: statusbarPadding (fd8f875)
    • app: user-select on desktop (8a1ad1d)
    • button: do not change border radius if round button in toolbar (#14941) (ad006dd), closes #7661
    • button: improve text style inherency (25423a0), closes #14927
    • button: submit forms using fake button (c05d672), closes #14890 #14786
    • color: make desktop selection beautiful (0cdb500)
    • config: avoid using startWith for IE support (73a9f14), closes #14922
    • content: bottom padding (be4eda5)
    • fab: add styles for disabled (520da8d), closes #14867
    • flex-utils: add missing flex attributes (7c12e1b)
    • input: add color support for ion-input (f676f98), closes #14864
    • inputs: better customization for placeholder color (517104f)
    • item: only use pointer cursor for and (f19553f)
    • pointer-events: listening to document (afb0906)
    • refresher: default to disabled false, add to breaking changes (f1826a6), closes #14879
    • router-outlet: fix stack attribute detection (#14921) (16e992a)
    • searchbar: fix input bluring (d65174b), closes #14916
    • slides: update events to match swipers (fc0d4c0), closes #14865
    • title: can be used nested (d1969bd), closes #14905
    • title: support color (7da0ac4)

    ๐Ÿ”‹ Features

    ๐ŸŽ Performance Improvements

    • app: tap-click is a ES (b0ac5ba)
    • css: always emit compressed css (143f0f0)
    • gesture: lazy loaded dynamic ES module (49cac8b)
    • icon: disable icon lazy loading when it's not needed (7292fc7)
  • v4.0.0-beta.0 Changes

    July 25, 2018

    Enjoy! :tada:

    ๐Ÿ› Bug Fixes

    • angular: always dispatch lifecycle events (5677daa)
  • v4.0.0-alpha.9 Changes

    July 10, 2018

    ๐Ÿ› Bug Fixes

  • v4.0.0-alpha.8 Changes

    July 09, 2018

    ๐Ÿ› Bug Fixes

    • angular: avoid TS 2.8 features (c736bac)
    • angular: correct subscription to cordova ready event (#14577) (5967352)
    • bundling: fix EventEmitter import (8e47101)
    • ๐Ÿ‘• linting (e629e29)
    • icon: target element for style and add to breaking (949d93e)
    • overlay: make type an any (15dc651)
    • router: fix reuse strategy (bd53bba)
    • scripts: update github release notes (fc078af)
    • tabs: align tab title and icons to flex-start (c11d74b), closes #14606

    ๐Ÿ”‹ Features

    • all: custom icons (e6638e7)
    • dir: default to ltr css, rtl overrides w/ [dir=rtl] selectors (fb4353c)
    • slides: update swiper to latest (8e164d6)
  • v4.0.0-alpha.7 Changes

    May 17, 2018

    ๐Ÿ› Bug Fixes

    • all: strong typing for color (618f708)
    • angular: platform logic belongs to core (af5db2f)
    • angular: build script (a88e1e8)
    • angular: params are assigned to props (7fa6e43)
    • angular: populated the platforms array (#14466) (d177087)
    • angular: Required<> is not available (8aa6965)
    • angular: routerLink integration (ed8ff4f)
    • content: scrol-inner takes all height (3da0c98)
    • nav: Remove console.log (#14467) (d93b1d5)
    • refresher: adds threshold (34ae904)
    • router: accepts root direction (ae9d0c7)
    • router: fix push() public interface (875b9d0)

    ๐Ÿ”‹ Features

    • img: adds lazy load image (b06c65f)
  • v4.0.0-alpha.6 Changes

    May 10, 2018

    ๐Ÿ› Bug Fixes

  • v4.0.0-alpha.5 Changes

    May 10, 2018

    ๐Ÿ› Bug Fixes

    • alert: onDidDismiss() is called (7b33039)
    • all: snapshot tests (cc7ab4e)
    • angular: exports (50021cd)
    • angular: routerLink uses (526c9a8)
    • angular: setup config provider correctly (82fbe31)
    • angular: unexport some es2017 js (f7bcb68)
    • app: fix the statusbar-padding to match new structure (6c2d539)
    • back-button: fix position (e00da6d)
    • capacitor: detect capacitor native (23d86eb)
    • hover: remove ion-app .enable-hover css (a939fa2)
    • inputs: interactive css to rule all them (1bd5467)
    • refresher: move gesture target to content (df2faa4)
    • router: change events when URL changes (ece86ee)
    • router: dynamic redirects (ba551fd)
    • router: route information is stateless (0f8477d)
    • snapshot: using md mode (e352d1b)
    • theming: update contrast colors (ae1028d)
    • virtual-scroll: JSX can render headers and footers (012127d)
    • virtual-scroll: linting (df8a4f7)

    ๐ŸŽ Performance Improvements

  • v4.0.0-alpha.4 Changes

    April 30, 2018

    ๐Ÿ› Bug Fixes

    • angular: compare router params length (b3a9c7f)
    • angular: Config provider (329a348)
    • angular: platform.ready() returns type (c0ec02e)
    • angular: update proxies (da0bfc7)
    • config: add object.entries polyfil (c917a3c)
    • config: add setupConfig util (0c1476e)
    • ๐Ÿ‘• lint: import order (8b1452c)
    • nav: rename animate to animated (98a3519)
    • prerender: router compatible with prerender (9c7b0ca)
    • router: error when it can't initialize property (e56b2ee)
    • router: initial load waits until outlet attaches (c905ba4)
    • router: root prop (89d5a35)
    • router: writeURL() for non root base (af4bcb8)
    • scripts: github release (545d3c2)
    • segment: checked can be changed dynamically (78454b4)
    • select: cssClass + strong typed (826e02b)
    • toast: only use constant and env if supported (#14399) (9bee0f0)
    • validate: fix type errors (3328314)

    ๐Ÿ”‹ Features

    • router: add willChange event (d613411)