Skip to content

Latest commit

 

History

History
493 lines (323 loc) · 14 KB

CHANGELOG.md

File metadata and controls

493 lines (323 loc) · 14 KB

v5.0.8 (2018-06-27)

  • Fixed Drawer z-index so it goes over Nav

v5.0.7 (2018-06-25)

  • Fixed FOUC issues

v5.0.6 (2018-06-12)

  • Much better swipe UX

v5.0.5 (2018-06-12)

  • Added RTL swipe support for closing the drawer on mobile

v5.0.4 (2018-05-28)

  • Fix typo in GDPR message

v5.0.3 (2018-05-24)

🐛 Bug Fix

[v5.0.2] (2018-05-23)

🚀 Enhancement

🐛 Bug Fix

[v5.0.1] - 2018-05-21

🚀 Enhancement

[v5.0.0] - 2018-05-11

Changed

  • Breaking: now the bar uses the name_prefix from the manifest to display the prefix with the app name instead of using the editor property

Fixed

  • Use a spinner in the mobile drawer when fetching apps

v4.10.4 - 2018-05-09

Added

  • Add a new banner display for CGU update

Fixed

  • bug about fetching apps in mobile drawer

v4.10.3 - 2018-05-07

Fixed

  • Add spinner on apps menu opening

v4.10.2 - 2018-04-17

No changes, fixes the previous broken release.

v4.10.1 - 2018-04-17

Fixed

  • Fade search bar on blur

v4.10.0 - 2018-04-06

Fixed

  • Better handling categories list from manifest (legacy support) ✨

Removed

  • Remove Claudy & Support on mobile 🌬
  • Remove coming soon app on mobile 👋

v4.9.4 - 2018-03-27

Fixed

  • Hide the search bar on public pages

v4.9.3 - 2018-03-14

Fixed

  • Fixed a bug when clearing the search request and starting another one

v4.9.2 - 2018-03-13

Fixed

  • Another tweak to search request debouncing

v4.9.1 - 2018-03-12

Changed

  • Enable the search bar by default but only on Cozy Drive
  • Changed the search bar's styling and slight behavior tweak (debounced requests)

v4.9.0 - 2018-03-08

Changed

  • Enable search bar by default

Fixed

  • Race conditions in search results

v4.8.9 - 2018-02-27

Fixed

  • Added Object.assign polyfill for IE 11
  • Allow scrolling in the pop menu on firefox

v4.8.8 - 2018-02-16

Fixed

  • Hide scrolling bars for the pop menus

v4.8.7 - 2018-01-31

Fixed

  • ESC should hide the suggestion list in the search bar

v4.8.6 - 2018-01-30

Changed

  • Small UI & behavior changes to the search bar

v4.8.5 - 2018-01-22

Fixed

  • Filter correctly coming soon apps if apps already installed

v4.8.4 - 2018-01-22

Fixed

  • Get editor name to display it on title

v4.8.3 - 2018-01-22

Added

  • Add storage link to storage settings view
  • Add coming soon modal description for cozy-store

Fixed

  • Get back coming soon apps in apps list menu
  • Improve global keyboard accessibility

[v4.8.2] - 2018-01-10

Fixed

  • Typo in logout function name

v4.8.1 - 2018-01-10

Fixed

  • Force Transifex version to avoid regression

v4.8.0 - 2018-01-10

Removed

  • beta after app name

v4.7.0 - 2018-01-04

Added

  • onLogOut option on initialization. If you pass it, it is used instead of original log out mechanism b836202

v4.6.0 - 2017-12-22

Added

  • Ask permissions for apps if the list of apps can't be fetched ac7b506

Fixed

[v4.5.5] - 2017-12-12

Added

  • Documentation of cozy bar customization API c0d08bf
  • Persiste state on mobile with localForage 1d03fb2
  • Add function to update accessToken 7e523a7
  • Save apps on redux store 6037eb7
  • chore: Add bundlesize script to monitor build size 🔧 a9b95f1
  • feat: Remove own app on mobile AppsList 1692363

Fixed

  • Upgrade cozy-ui 🚀 969a41c, ecee45c
  • Display default icon when app don't have one a63e08c
  • If context is not present on stack don't ask again 20e7e43

v4.5.4 - 2017-12-03

Fixed

  • Prevent getLocale returning the full store state

v4.5.3 - 2017-11-29

Changed

  • Storage computing in bytes ✏️
  • Use I18n from cozy-ui

v4.5.2 - 2017-11-23

Added

  • Add an icon in search results 🖼️

Changed

  • Get back Beta status

[v4.5.1] - 2017-11-22

Fixed

  • Bar elements position on mobile 🚑

v4.5.0 - 2017-11-21

Fixed

  • Claudy drawer positin on mobile
  • Hide app drawer button on mobile if the option is enabled

Added

  • Better UI for the search bar

Changed

  • Removed beta tag \o/
  • Added a warning : the displayOnMobile default value will be changed to true in an upcoming version.

v4.4.0 - 2017-11-13

Fixed

  • remove isRequired property for I18n props
  • fix problems with Claudy

Added

  • Highlight matching texts in search results

v4.3.7 - 2017-11-08

Fixed

  • Remove a typo causing a bug in the search bar component 🚑 [390ff7b]

v4.3.6 - 2017-11-08

Changed

  • styl: Remove unnecessary space on mobile application 🎨 [bbea1bd]
  • lint: fix lint issues + add config file using eslint-config-cozy-app 🚨 [587ae08]
  • fix: use data-tutorial attribute for buttons targeted by app tutorials 🎨 [564d7b8]
  • chore: use eslint for linting (cozy-app standard config) 🚨 [d688455]
  • styl: reduce item size in apps lists 💄 [af83f45]

v4.3.5 - 2017-11-3

Fixed

  • Uncaught error on Safari mobile caused blank screens

v4.3.4 - 2017-11-2

Fixed

  • Drawer can be opened on mobile
  • Languages are working again

v4.3.3 - 2017-10-31

Added

  • API to set content of the Bar (setBar{Right,Left,Center} and <Bar{Left,Right, Center} />)

v4.3.0, v4.3.2, v4.3.3 are only there because of build problems on Travis.

Removed

  • none yet

v4.2.6 - 2017-10-25

Add

  • Add ability to display on mobile
  • Expose a new method setLocale to change the bar locale without reloading the app page

Changed

  • Update intents library
  • Remove useless then() for support intent
  • Remove some unused styles
  • Update dependencies
  • Change Apps button icon

v4.2.5 - 2017-10-04

Added

  • Modal allowing to send email to support when click on "Help" link

v4.2.4 - 2017-09-26

Fixed

  • Re-instaured spacer between the app title and navigation icons

v4.2.3 - 2017-09-26

Fixed

  • Fucked up the previous release

v4.2.2 - 2017-09-26

Fixed

  • Temporarily disable the searchbar

v4.2.1 - 2017-09-21

Fixed

  • Prevent the search bar from taking up too much space

v4.2.0 - 2017-09-19

Changed

  • Updated cozy-client-js

Added

  • Added the search bar

v4.1.4 - 2017-08-08

Changed

  • Update intent lib according to new cozy-client-js update to handle resizeClient() css transition
  • Better handling Claudy active status (desktop version)

v4.1.3 - 2017-07-26

Fixed

  • Bug about coming soon apps filtering

v4.1.2 - 2017-07-24

Changed

  • Better claudy loading CSS animation

Removed

  • Some now unused tx locales

v4.1.1 - 2017-07-21

Fixed

  • Do not hijack click outside the nav for react apps

v4.1.0 - 2017-07-21

Changed

  • Now the Claudy menu is displayed as an intent using a cozy-settings service.

v4.0.2 - 2017-07-12

Fixed

  • Apps are now opened in the same tab

v4.0.1 - 2017-07-11

Fixed

  • Fix __SERVER__ is not defined error

v4.0.0 - 2017-07-10

Changed

  • Rewrited entirely using preact/preact-compat with JSX components
  • Better popups and drawer displaying/hidding transition

Fixed

  • Bug about displaying blue spinner at apps/settings loading
  • Bug about duplicated items in settings menu

Added

  • Dependencies due to Preact usage

Removed

  • SvelteJS usage and dependency
  • Some now unused dependencies

[v3.2.2] - 2017-07-06

Fixed

  • filter coming soon app

v3.2.1 - 2017-07-06 [YANKED]

Fixed

  • filter coming soon app

v3.2.0 - 2017-07-05

Changed

  • Help link is now fetched from stack context

Fixed

  • Avoid apps being displayed twice

v3.1.1 - 2017-06-27

Fixed

  • Force claudy to rerender when the locale changes
  • Fix bug about others apps category not alwayes at the end of the list
  • Don't allow to close the drawer when Claudy is opened
  • Fix bug when app detection for Claudy app links

Added

  • Piwik environment variables for production build

v3.1.0 - 2017-06-26

Changed

  • The 'others' apps category will always be displayed at the end of the apps list

Fixed

  • Long app name are correctly handled using ellipsis in the apps list of the desktop view

Added

  • Claudy: a list of actions available for the Cozy and suggested to the user (according the Cozy context setting), in desktop and mobile views

v3.0.1 - 2017-06-23

Fixed

  • Fixed wrong path for Cozy Store icon

[v3.0.0] - 2017-06-20

Changed

  • Support link href