Skip to content

Latest commit

 

History

History
309 lines (178 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

309 lines (178 loc) · 14.3 KB

0.1.5 (2018-03-29)

Bug Fixes

  • all: absolute positioning (4fcddad)
  • angular: goback navigation (7b9a00e)
  • angular: ion-back-button (9c789ce)
  • angular: stack based navigation (726938f)
  • avatar: adjust wide images to fill instead of squish (b0f8ca5)
  • back-button: empty text is a valid value (eb0ff2f)
  • back-button: ios style (2b8e489)
  • button: dynamic bar-button (d0c5f53)
  • checkbox: update ios checkbox to be closer to native (b29fce1)
  • components: add font-smoothing to mixing components (9caeec7)
  • covers: absolute positioning (ce09978)
  • item-option: remove outline on active/focus (eae6869), closes #14191
  • label: add missing text-wrap styles for ios (a9bd76a), closes #13157
  • menu: default menu mode (c31bcde)
  • nav: animated opts (57a5d49)
  • nav: no animation (4fdfddb)
  • nav: transition name (011a374)
  • picker: do not scroll (1c06bfe)
  • ripple-effect: tapclick is required in ionic (d57122c)
  • router: change detection for componentProps (a718f7e)
  • router: explicit goback should not push (7a26162)
  • router: fixes navChanged() (dddaee1)
  • router: ion-nav (113af9e)
  • router: loging (ffaec16)
  • router: route change detection (9e9f2a2)
  • router: wait RAF (b26a563)
  • slides: unload slides correctly (59c6891)
  • thumbnail: adjust wide images to fill instead of squish (54558c9)
  • toast: dismiss timeout (44f343d)
  • toolbar: unused private (c9d2a0d)
  • transition: nav ios transition (095f9c8)

Features

  • button: goback attribute (00fc460)
  • config: add set to config (69a6f8d)
  • content: scrollEnabled (5c2678f)
  • menu-controller: expose registerAnimation (153f8ca)
  • nav: goBack directive (862e571)
  • nav-controller: goback best guess (46bbd0f)
  • ripple: css variable color (77fc792)
  • tab: framework support (48d1bd4)

Performance Improvements

  • app: platform is not needed (e681836)

Reverts

  • toolbar: revert to use old button attributes (574c346), closes #14172

0.1.4 (2018-03-21)

Bug Fixes

  • action-sheet: update padding on title to match native (f0a40fa)
  • alert: update colors for alert text and input borders (605ec93), closes #14196
  • alert: update md alert to closer match spec (7d53e49)
  • all: ts strict (part 4) (4693229)
  • angular: router-outlet animation (943e2f7)
  • chip: use lighter background color (08553f1), closes #14196
  • picker: does not scroll (b49a45d)
  • router: reusing checks params (371fc19)
  • router-outlet: css and change logic (6e683c5)

Features

  • fab: add box shadow and transition for ios (d26074a)
  • ion-router-outlet: adds router-outlet (c03afab)

0.1.4-9 (2018-03-20)

Bug Fixes

  • all: ts strict (part 3) (06ad60e)
  • angular: ion-nav no routing (9094c66)
  • angular: removeViewFromDom (41f54f8)
  • back-button: use correct color for ios back button (b82c382), closes #14177
  • overlays: page is removed properly (9988c75)
  • theming: update spinner classes to new names (f578122)

Features

0.1.4-8 (2018-03-19)

Bug Fixes

  • back-button: apply the proper color to the back button (7d2de18), closes #14177

Features

  • nav: support for rootParams (50abcf5)

0.1.4-7 (2018-03-16)

Features

  • router: wildcard redirects (2bdf4ad)

0.1.4-6 (2018-03-15)

Bug Fixes

  • alert: backdrop calls cancel handler (de22eca)
  • alert: set input value (6e2a9c9)
  • angular: create angular delegate (3b5f758)
  • angular: fix overlays (cc4fecc)
  • angular: modal and popover support (9a0755a)
  • demos: fixes angular (f398b3a)
  • overlay: using hostData for zIndex (64f0866)
  • overlay: wrong stencil import (22f6a34)
  • overlays: OverlayController interface (6e2ca85)
  • popover: lifecycles (b56c2a8)
  • router: ambiguous routes (b4f46ee)
  • router: fix selection (207f416)
  • router: rename API to match stencil-router (e729610)
  • router: retuning string path (f48d817)
  • toggle: ios shadow (7df023a)

Features

  • ion-router: dynamic routes (7c3cba0)
  • overlay: adds lifecycle events (0b099ce)
  • overlays: adds onDidDismiss and onWillDismiss (7dcf8a5)

Performance Improvements

0.1.4-5 (2018-03-09)

Bug Fixes

Features

  • router: adds redirectTo (f5c6333)

0.1.4-4 (2018-03-08)

Bug Fixes

  • back-button: implements back animation (64a787a)
  • route: params is not undefined (8b6df5a)

0.1.4-3 (2018-03-08)

Bug Fixes

  • router: passing params to ion-nav (d1263a8)

Features

  • back-button: adds defaultHref (5271f68)
  • nav: params (878d7e6)
  • route: adds route-link (4a3030f)
  • router: reverse lookup with params (3ce8a67)

0.1.4-2 (2018-03-07)

Bug Fixes

  • fab: add side as a property for fab list (7387d34)
  • ion-router: fixes routing algorithm (c8a27b7)
  • item: href (540c33b)
  • overlays: bundling of overlays (9650bec)
  • router: invalid url (c7fe694)
  • routing: flickering (part 1) (7b264f9)
  • tabs: do not select when using router (174d9b5)

Features

  • router: adds parameters (f29e3f4)
  • virtual-scroll: adds JSX support (dc8b363)

0.1.4-1 (2018-03-07)

Bug Fixes

  • ion-router: fixes routing algorithm (c8a27b7)
  • overlays: bundling of overlays (9650bec)
  • routing: flickering (part 1) (7b264f9)
  • tabs: do not select when using router (174d9b5)

Features

  • virtual-scroll: adds JSX support (dc8b363)

0.1.4-0 (2018-03-06)

Refactor

  • Refactored navigation system

Bug Fixes

  • testing: do not throw error for missing Ionic global (aa91d11)
  • zone: forgot to remove console.logs (4ec3e48)

0.1.3 (2018-03-03)

Performance Improvements

  • Updates to latest stencil, that includes the zone bypassing abilities.

Bug Fixes

0.1.2 (2018-03-03)

Performance Improvements

  • events: bypass ngzone (7366c38)
  • scroll: watchdog + simplification (33a6274)

Bug Fixes

  • scroll: clearInterval just to be safe (6da9882)

0.1.1 (2018-03-01)

Bug Fixes

  • button: pass the property type instead of hardcoding button (10e481a)

0.1.0 (2018-03-01)