内容简介:Ionic 4.0.0 第三个 RC 版 4.0.0-rc.2 发布了,该版本的重大更新是 ionChange 从 ion-tabs中移除,ion-tabs中 getSelected()现在的返回值是一个 string ,详细情况请查看更新说明。 Bug Fixes action-sheet: remo...
Ionic 4.0.0 第三个 RC 版 4.0.0-rc.2 发布了,该版本的重大更新是 ionChange
从 ion-tabs
中移除,ion-tabs
中 getSelected()
现在的返回值是一个 string ,详细情况请查看更新说明。
Bug Fixes
action-sheet: remove the height shift on press and update iOS design (#16862) (82457d8), closes #16715 #16790
angular: NavController methods return a promise (#17106) (3aaf87a), closes #17103
datetime: do no change order of formatted dates w/ rtl (#17024) (169da37)
fab-button: add default padding for fab-button (#17050) (418052f)
icon: fix rtl detail icon for ios (#17016) (b4f3405), closes #14958
input: disable shadow-dom for text inputs (#17043) (63e0501), closes #17020
input: fix display of ion-input in narrow ion-item in Firefox (#16978) (1099dc3)
inputs: keyboard focus improvements (#16838) (6364e4e), closes #16815 #16872 #13978 #16610
item: no lines on item should take precedence over list lines (#17049) (d2fa946), closes #16900
picker: do not change datetime/picker column order in RTL (#17018) (1338d71), closes #16294
rtl: fix rtl back button default (#17109) (a9a23af), closes #15357
Features
Reverts
test: update avatar index.html (9e80b73)
BREAKING CHANGES
ionChange removed from ion-tabs
(ionChange)
becomes(ionTabsDidChange)
ion-tabs getSelected() returns a string
Previously the getSelected()
method of ion-tabs
returned a reference to the selectedion-tab
, now it returns the name of tab as string.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++沉思录
Andrew Koenig、Barbara Moo / 黄晓春、孟岩(审校) / 人民邮电出版社 / 2002-11-01 / 50.00元
《C++ 沉思录》集中反映了C++的关键思想和编程技术,不仅告诉你如何编程,还告诉你为什么要这样编程。本书曾出现在众多的C++专家推荐书目中。 这将是C++程序员的必读之作。因为: 它包含了丰富的C++思想和技术,从详细的代码实例总结出程序设计的原则和方法。 不仅教你如何遵循规则,还教你如何思考C++编程。 既包括面向对象编程也包括泛型编程。 探究STL这一近年来C++最重要的新成果的内在思想。一起来看看 《C++沉思录》 这本书的介绍吧!