Skip to content

Latest commit

 

History

History
171 lines (87 loc) · 9.4 KB

CHANGELOG.md

File metadata and controls

171 lines (87 loc) · 9.4 KB

Change Log

1.10.0

Minor Changes

1.9.0

Minor Changes

  • e7997268 #812 Thanks @cristianbote! - Introduce the possibility to customize Webpack, Babel, and the build directory with a frontity.config.js file.

1.8.0

Minor Changes

  • 86b2eff9 #783 Thanks @luisherranz! - Add an HMR flag to the Frontity state (state.frontity.hmr) that indicates if the code is run on an HMR refresh or not.

Patch Changes

  • 641a1cf0 #791 Thanks @DAreRodz! - Modify derived props so they receive state and libraries as arguments. Also, fix the Derived type definition.

1.7.2

Patch Changes

  • f7152d38 #722 Thanks @cristianbote! - Add a dedicated AMP template for the @frontity/amp package, that strips away the scripts and keeps the critical css into a custom style tag
  • 63effecb #725 Thanks @cristianbote! - Expose head and scripts API on frontity namespace for ease of defining custom tags for the html document.

1.7.1

Patch Changes

1.7.0

Minor Changes

  • 3ced7fdf #670 Thanks @nicholasio! - Update react imports in all packages (including themes) to removed unnecessary React Imports

Patch Changes

1.6.0

Minor Changes

  • 44f44e3f #590 Thanks @luisherranz! - Expose the Frontity package type, which includes those props generated by the Frontity framework.

1.5.0

Minor Changes

1.4.2

Patch Changes

  • 159e02ca #508 Thanks @luisherranz! - Fix the types of connect when imported from frontity and used with options, like:

    import { connect } from "frontity";
    
    const Component = () = { /* Some React component... */ };
    
    export default connect(Component, { injectProps: false });

1.4.1

Patch Changes

1.4.1-infinite-scroll-beta.0

Patch Changes

1.4.0

Minor Changes

1.3.0

Minor Changes

1.2.0

Minor Changes

1.2.0

Minor Changes

1.1.2 (2019-10-02)

Bug Fixes

  • typescript: update to latest version (a89b11c)

1.1.1 (2019-09-10)

Bug Fixes

  • core: remove componentWillMount warning with react-helmet-async (0ea885b)

1.1.0 (2019-08-12)

Features

  • core: add state.frontity.rendering with either ssr or csr (707b80f)

1.0.2 (2019-07-12)

Note: Version bump only for package @frontity/types

1.0.1 (2019-06-05)

Bug Fixes

  • all: update typscript and fix some keywords (1fe5fec)

1.0.0 (2019-06-05)

Bug Fixes

  • types: improve connect types with overloads (#106) (1c5d8e8)

Features

  • core: rename 'initial' to 'initialLink' and convert to a string (b7bac1e)

BREAKING CHANGES

  • core: 'initial' is now 'initialLink' and it's an string instead of an object.

0.1.2 (2019-05-15)

Note: Version bump only for package @frontity/types

0.1.1 (2019-05-15)

Note: Version bump only for package @frontity/types