All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.5.0 (2021-09-21)
- add field FCheckbox (09fd472)
- add field FDatePicker (6e5c659)
- add field FInputNumber (c16e450)
- add field FQuill (15cce1c)
- add field FRangePicker (283182e)
- add field FTextArea (57415f2)
- add react-table v6 & table fixed column (#11) (5ddd52a)
- bug parsing props fields component (#12) (80c5b6b)
- config dockerfile (#13) (e32748f)
- failed run storybook (f5e88a4)
2.4.0 (2021-04-17)
- add component LazyImgWrapper (abc23be)
- add alt to illustration image (a4aec0c)
- add lang in html (18ba13f)
- prevent FOIT by set font-display swap (71dcc5c)
2.3.1 (2021-04-16)
2.3.0 (2021-03-31)
2.2.0 (2021-03-22)
- measure Header and Footer height from Element (bace716)
- set AppProps as type argument getSiteLayout (df1272d)
- simplified implementation custom Icon svg (bcef150)
- simplify code get-local-ident (45468e1)
- update example style (more flexible and customizable) (8d9f954)
- nprogress: add progress bar when change page (0de1e82)
- add favicon.ico (6cc63b4)
- change script server-build (22d9894)
- fix measure layout header and footer Height and passing pageProps instead props (0c4e9f6)
- script type check watch (a9769b3)
2.1.0 (2021-02-18)
- hooks: add feature reset useToggle (e2c0c7b)
- hooks: add hook usePersistedState (c3fabac)
- hooks: add useValueBreakPoint hook (4d4fedc)
- setup jest for testing react (9b849cd)
- eslint error (490aa03)
2.0.0 (2021-02-12)
- remove unused component and restructure file folder
-
example: add example formik basic input (3212237)
-
example: add function helper for example page (2ffd79e)
-
fields: add FUpload component example (0caa571)
-
hoc: remove unused HOC (6473992)
-
home-page: add formik example, yup and jest in What Will Learn (f82d287)
-
home-page: layouting formik page (880655d)
-
hook: add new hook useToggle (b7857f3)
-
pages: add route example formik, and reduce code in react-query example (44d03ec)
-
storybook: add example storybook (1025938)
-
what-will-learn: add typescript and responsive layout (a8266ed)
-
remove unused component and restructure file folder (bf05f8d)
1.1.0 (2021-01-31)
- axios: add typing axios isShowNotificaitonError (487a035)
- base-header: change Card component to div and remove maxWidth header (5805f81)
- debounce: add debounce feature for set query (82ff2bb)
- example: add example react-query (77f5f3b)
- home-page: update layout homepage (24874a9)
- scroll: set default scrollBehavior to smooth (804e776)
- css-loader: fix Cannot find module 'css-loader/lib/getLocalIdent' (2eac143)
- text-color: set default to inherit instead fixed color like black (71ad255)
1.0.2 (2021-01-20)
1.0.1 (2021-01-20)
- versionrc: fix url format to current git (96fb4f6)
- query: update querying (filter, sort, and query) function
- core: - React Query -> v.3
- ApiCall, Fetcher
- core: update core base (863bae9)
- core: update testing and add query url (db7130d)
- query: export type UseUrlQueryOptions (1115b86)
- query: update filter, sorted and query method (38fa3d9)
- query: update querying (filter, sort, and query) function (5d25d51)
- react-query: change swr to react-query (92b222e)
- react-query: change swr to react-query (0ca828a)
- storybook: implement storybook example (d4478e9)