Skip to content

Latest commit

History

History
371 lines (156 loc) 路 9.92 KB

CHANGELOG.md

File metadata and controls

371 lines (156 loc) 路 9.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.2.0 (2021-01-17)

Features

4.1.0 (2021-01-17)

Features

4.0.2 (2021-01-17)

Bug Fixes

  • cannot set property $nuxt of # which has only a getter (#116) (c4b6260)
  • multiple css provided by user (#104) (a3a9003)

4.0.1 (2020-05-04)

Bug Fixes

  • pkg: only include lib in pkg (fb23d1b)

4.0.0 (2020-05-04)

Features

3.2.0 (2019-05-18)

Features

  • appbar, color-picker, treeview and aurora (15d5dd6)
  • support default route (fixes #56) (02f9402)
  • upgrade to sao@1 (fixes #64) (6539f3a)

3.1.0 (2019-03-20)

Features

3.0.0 (2019-03-09)

3.0.0-beta.5 (2019-02-18)

Bug Fixes

2.0.4 (2019-01-27)

Bug Fixes

2.0.3 (2018-04-12)

Bug Fixes

2.0.2 (2018-04-12)

Bug Fixes

  • import framework7 styles before user provided ones (440860b)

2.0.1 (2018-04-12)

Bug Fixes

2.0.0 (2018-04-12)

Bug Fixes

Features

  • add components to build config: list-index, stepper (f77aa47)
  • enable all ios colors (2821f0f)
  • enable all md colors (e0e1dee)
  • rewrite to be fully es compatible (6cc0eec)
  • update framework7 to 2.2.1 (9b81390)

Performance Improvements

  • use webpack 4 cacheGroup for framework7 (1a28183)

BREAKING CHANGES

  • by default all components are included as before but may introduce breaking changes

1.4.0 (2018-03-19)

Features

  • update dependencies (framework7 2.1.x) (0fdd943)

1.3.1 (2018-02-21)

1.3.0 (2018-02-11)

Features

  • f7-components: import all available components (4df06da)

1.2.1 (2018-02-09)

Bug Fixes

  • plugin: omit routes key (14483c7)

1.2.0 (2018-02-08)

Features

  • allow passing arbitrary options to framework7 (6b10d13)

1.1.0 (2018-01-28)

Features

1.0.0 (2018-01-14)

Code Refactoring

  • remove legacy dependencies for rc.11 (6ae2d29)

BREAKING CHANGES

  • requires nuxt@^1.0.0

0.9.1 (2017-12-22)

0.9.0 (2017-12-07)

Bug Fixes

  • cannot register vux store (ada6a7b)

Features

  • upgrade Framework7 to v2.0.1 (3d6d62f)

Performance Improvements

  • permanently disable postcss (1f11ba7)

0.8.5 (2017-11-26)

Bug Fixes

  • use font-display: block (8fb54c7)

0.8.4 (2017-11-25)

Bug Fixes

  • icons: use font-display: optional (692a60a)

0.8.3 (2017-11-17)

Bug Fixes

  • path problem in windows (46abcbf)

0.8.2 (2017-11-09)

Bug Fixes

  • template: import f7 styles first to prevent overriding (b7ee0cc)

0.8.1 (2017-11-09)

Bug Fixes

  • remove trailing slash of routes (0957ba6)

0.8.0 (2017-11-08)

Features

0.7.1 (2017-11-08)

0.7.0 (2017-11-08)

Bug Fixes

  • f7-router: children ~> routes (1f8fbcf)

Features

  • package: use official releases for f7 (09f2d80)
  • f7-components (ff53bdd)

0.6.1 (2017-10-10)

Bug Fixes

  • import non esm build of framrwork7 (a6435f5)
  • examples: tabs-routable (84e8503)
  • module: pushStateRoot for history mode (377a30e)
  • module: use esm.bundle file for framework7 (46e6737)

0.6.0 (2017-10-09)

Features

  • prevent zooming page using viewport (896d41f)

0.5.0 (2017-09-28)

Features

  • prevent zooming page using viewport (896d41f)

0.4.0 (2017-09-28)

Bug Fixes

  • addPlugin -> addTemplate (d6cd83a)
  • ios theme pages cannot be rendered (bc388f7)
  • remove route name to make dynamic navbar useable (6cd0b65)

Features