Skip to content

Tags: huyang218/ionic

Tags

v2.0.0-beta.11

Toggle v2.0.0-beta.11's commit message

Unverified

This user has not yet uploaded their public signing key.
docs(content): update docs

v2.0.0-beta.10

Toggle v2.0.0-beta.10's commit message
feat(feature-detect): detect if backdrop-filter is supported

Currently `backdrop-filter` is only supported by Safari and it allows web developers to implement awesome background blur effects like a native iOS app

v2.0.0-beta.9

Toggle v2.0.0-beta.9's commit message
chore(ionic): release beta.8

v2.0.0-beta.8

Toggle v2.0.0-beta.8's commit message
Merge pull request ionic-team#6761 from Merott/hardware-typo

docs(platform): correct a minor typo of "hardware"

v2.0.0-beta.7

Toggle v2.0.0-beta.7's commit message
chore(ionic): release beta.7

v1.3.1

Toggle v1.3.1's commit message
release: v1.3.1 "el salvador"

v2.0.0-beta.6

Toggle v2.0.0-beta.6's commit message
style(toast): fix linter error

v1.3.0

Toggle v1.3.0's commit message
chore(packaging): dependency version updates

v2.0.0-beta.5

Toggle v2.0.0-beta.5's commit message
Removed redundant this.nav declaration (ionic-team#6244)

`this.nav = nav` is already present due to the `public nav: NavController` declaration, having it in the constructor as well is redundant

v2.0.0-beta.4

Toggle v2.0.0-beta.4's commit message
chore(sass): fix Sass linter errors