Skip to content

Latest commit

 

History

History
230 lines (117 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

230 lines (117 loc) · 12.7 KB

Changelog

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

0.2.1 (2021-02-18)

Features

  • auth: #31 - load global user '1' and create provider for him \ delete stub user \ avatar has fixed value (c3b0c56)
  • utils: common-utils::generateNumberId (d2c7c55)

Bug Fixes

  • module_feed: #29 - load all data without users / tab lazy loading / some performance (5c8a679)
  • module_feed: #32 - add album creation fixes: set borders, add id for key, new record push to the list start (f9cb5b3)

0.2.0 (2021-02-15)

0.1.2 (2021-02-15)

Bug Fixes

  • eslint: fixing for ts and eslint problem (ea50b8d)
  • ts: add graphql ts types for all queries (73796b2)

0.1.1 (2021-02-15)

Features

Bug Fixes

  • comp_AppButton: loading doesn't show in Emulator (6a132f8)

Refactoring

  • module_feed: AlbumsScreen optimizations (e5eff09)

Chore

  • eslint: add new comfortable rules more (af78cf9)

0.1.0 (2021-02-15)

0.0.14 (2021-02-15)

0.0.13 (2021-02-15)

Bug Fixes

  • module_feed: DeleteAlbum change icon (610c815)

0.0.12 (2021-02-15)

Features

  • auth: move stub user to user.data.ts file (a52f60d)
  • comp_AppButton: when handle return promise show loading on button (163db69)
  • module_feed: add Create Album mutation (8df2b29)
  • module_feed: add remove album mutation with loading (b8f4d42)
  • svg: update svg icons (1094be0)

Bug Fixes

  • comp_AppButton: fix disabled when loading (f354bee)

Refactoring

  • links: move utils methods in other files (d36a460)

Chore

  • eslint: add new comfortable rules (8f87e62)

0.0.11 (2021-02-13)

Features

  • comp: BottomModal - for app modal dialogs (5291e60)
  • component: AppButton for main buttons in our app (84a6553)
  • module_feed: styling for deleting album dialog (897127b)
  • svg: add svg import support (6a89735)

Bug Fixes

  • module_feed: for albums load only first photo (0653ea2)
  • svg: import custom icons throw the React Component (3111a34)

0.0.10 (2021-02-13)

Features

  • module_feed: add form for New Album (8daf69d)
  • module_feed: styling AlbumCreateScreen (5019511)
  • portals: [email protected] \ add support for BlackPortal \ WhitePortal (e9f8119)
  • theme: add "fontSizes" and "spacing" to global Theme (053f5df)

Chore

0.0.9 (2021-02-12)

0.0.8 (2021-02-12)

Features

  • module_profile: styling Profile module (4707318)

0.0.7 (2021-02-12)

Features

  • comp: add common SmallText component with 10 fontSize \ add font-size.config.ts (a50d325)
  • comp: add GetStyle Type and new patter: get style from theme (0fdb254)
  • comp: add global native component style override functionality (0a9b25e)
  • module_faq: styling FAQ module (a0608f8)
  • module_feed: styling Feed module, add fontSize and backgrounds (bc03b6e)

Chore

  • depen: link lodash for utils (bbb0218)

0.0.6 (2021-02-12)

Features

  • feeds: Feed page styling (e7091fe)
  • theme: add react-native-paper support with custom theme, fonts and colors (c3daaed)

Bug Fixes

  • albums: change onEndReachedThreshold to 0.5 (load data early) (557cab8)
  • loadMore: fetchMore undefined problem (48093b1)

Chore

  • eslint: disable eslint prop-types for ts files (4a479a0)
  • font: add Ubuntu fonts and react-native.config.js for assets (7ab4f23)

0.0.5 (2021-02-11)

Features

  • hooks: create useLoadMore hook for VirtualizedList (fd5575b)

0.0.4 (2021-02-11)

Features

  • albums: add LoadMore draft functionality for Albums (0b294dc)

0.0.3 (2021-02-11)

Features

  • albums: add Carousel for Album view (9e4192c)
  • albums: show albums with delete swype action (ca9c6ef)
  • comp: add ListWithSwypes.tsx components with click, close, delete actions (bf2076d)
  • gql: add authMiddleware stub for apollo \ change uri to HttpLink (8c57e1c)

Refactoring

  • faq: minor fixes for faq module (f13a4ff)

Chore

  • eslint: change rules for comfortable work (bafc9e3)
  • inner: fixed bug in react-native-web: web crash because ViewPropTypes hasn't been imported (52717bf)

0.0.2 (2021-02-11)

Chore

  • git: fix for husky (install 4 version) (c87c9d3)
  • git: release patch version before git push (5cb02ce)

0.0.1 (2021-02-11)

Features

  • components: add Loading control e90c684
  • gql: add apollo (client for graphQL) 6affe26
  • gql, albums, posts: add gql queries for albums and posts by fixed user \ render this lists 71a45b7
  • navigation: add navigation for main screens (Feed, FAQ, Profile) 6636e4c
  • style: add separate file for common colors and styles dd2c1ae

Refactoring

  • start: move App.tsx to src 2d31741

Chore

  • eslint: add eslint support 5b646ca
  • eslint: change trailing spaces and max-len for comfortable work 311d87b
  • git: autoversion hook af5e7f5