@microsoft/office-js-helpers
Version:
A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
43 lines (32 loc) • 1.38 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## `Latest` v1.0.0 - 2018-02-24
### Added
- Jest config for testing
- Tests of Dictionary
- Partial tests for Storage
### Breaking changes
- Storage now has been revamped to not use containers and serializing maps.
Instead it now creates a complex key based on the container name and stores them on the base object.
An upgrader is included but it seems to be flaky based on condition.
### Changed
- Updated dialog flow in IE11 & Edge to use localStorage based detection when token is received.
- Fixed bugs with dialogs in IE11 & Edge.
- Improved perf for Chrome & FF with storage observers.
### Fixed Issues
- #35 - Now uses tree shaking to remove unnecessary `lodash` code.
## v0.8.0 - 2017-09-01
### Added
- Switched to a webpack based config.
- Added babel config to transpile es6 to es5.
- Switched typescript to target es6.
- Switched to `dts-bundle`.
- Adding `Dropbox` configuration as default.
### Changed
- Observer in `Storage` now is a **Hot observable** instead.
### Removed
- browserify configuration and related code.
### Fixed Issues
- #35 - Now uses tree shaking to remove unnecessary `lodash` code.