diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3db28ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,281 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 0.1.0 (2023-06-07) + + +### ⚠ BREAKING CHANGES + +* simplify codebase +* **com:** allow emitter to set receiver options on connect +* **core:** core rewrite for maintainability (#7) +* rename project from `slice-canvas` to `slice-simulator` +* **com:** share active slice information + +### Features + +* `state` prop is now optional ([949531a](https://github.com///commit/949531ad0a0e5238ce14381bd6a863b87fafbcca)) +* add vue3 simulator ([3288021](https://github.com///commit/3288021b58c74c281858a1cb5786d89b90fb5406)) +* **client:** setup client ([b11c79d](https://github.com///commit/b11c79d08a2eeadc9b94720d7b4bd7d441388980)) +* **com,renderer,local-controller:** support `scrollToSlice` method ([992d68e](https://github.com///commit/992d68ed28b4f4c743be9883164d7c393423f231)) +* **com:** add debug mod to renderer API ([edcfd11](https://github.com///commit/edcfd112cc5c44402391c756c4ab80a3be25d54b)) +* **com:** allow emitter to set receiver options on connect ([7d7967e](https://github.com///commit/7d7967ef0fffdf2f04bacbf0b9328737dcc62593)) +* **com:** allow enabling debug mode through url query params ([df421d9](https://github.com///commit/df421d930362ed5cce92babf5d96b4c11984c92a)) +* **com:** also expose api when debug mode is enabled on simulator api ([4079eec](https://github.com///commit/4079eec976b1e18541a6180edceaafacc209abea)) +* **com:** expose a "connected" method ([4cda8b3](https://github.com///commit/4cda8b31243fe552f8aea109eef2adf677368c07)) +* **com:** make options optional ([9bafadf](https://github.com///commit/9bafadf9057356fad870873b36cd75612ff09796)) +* **com:** setup com ([c6e5536](https://github.com///commit/c6e5536f35c2deae13707054a79b1cfb72b59074)) +* **com:** share active slice information ([9590f8d](https://github.com///commit/9590f8d84ab521e95e94948b1c6278dc991b0bef)) +* **core:** enable active slice API based on `SimulatorAPI` options ([28158ab](https://github.com///commit/28158abb8af90ef2a3d6b2e1d211f949368fd35d)) +* **core:** setup router & state manager ([75d2209](https://github.com///commit/75d2209552d96763aaf15f5bac788b44a6dfed88)) +* **local-controller:** scroll to added slice ([cd2d241](https://github.com///commit/cd2d2416312dd990bdb9b5eb4dccdae21eeaab96)) +* prevent clicks on links and form submissions ([21189a1](https://github.com///commit/21189a1a1135fd5d05ba4e548fc61ecd798ca004)) +* **renderer-react, renderer-vue:** normalize state loading ([530ba72](https://github.com///commit/530ba7208d1eae1f1306bc4da32a11f29dce48be)) +* **renderer-react:** add react renderer ([252a5e1](https://github.com///commit/252a5e19f228696b1c8ca182d8481e5ec7b5d5af)) +* **renderer-react:** provide slices as object instead of flat argument to `sliceZone()` prop ([7e6dec8](https://github.com///commit/7e6dec8f046b47c4bd1966235f1f72f5a7802d20)) +* **renderer-vue:** export props type ([d9169a0](https://github.com///commit/d9169a0c4ef537b5bfbcacdee93183a8f7a50a7b)) +* **renderer-vue:** simplify renderer to only render slicezone ([b0bb83f](https://github.com///commit/b0bb83f685e27e8e748c5abae7faa6e771f459b5)) +* **renderer, renderer-react, renderer-vue:** temporary support storybook iframe interface ([fa307c1](https://github.com///commit/fa307c1133c102141dee1920ee9dbfd823abcec3)) +* **renderer,renderer-react,renderer-vue:** add error message when accessing canvas directly ([238d428](https://github.com///commit/238d428a162f48f10bf32740574d7aa1e120139f)) +* **renderer:** add state manipulation methods ([02f6ee5](https://github.com///commit/02f6ee5fae786f405cd118e273392cef8b5c91a3)) +* **renderer:** share active slice information ([b61c469](https://github.com///commit/b61c469981d390b1967ff52ded68a4471fc77d23)) +* **renderer:** use standard libraries state from @slicemachine/core ([3a1e7db](https://github.com///commit/3a1e7db0a3e33d2991165928388a28f8beb40139)) +* support className prop for utility-based css frameworks ([be559e0](https://github.com///commit/be559e08c6b9b2fa3968780a4d80472b39685fd7)) +* support top level background prop for convenience [#4](https://github.com//null/issues/4) ([5bc05f5](https://github.com///commit/5bc05f5f7657a7c350c9313dfc22cf9abaac12b8)) +* **vue:** setup routes ([042e7f4](https://github.com///commit/042e7f48dc5407bf05bf9edfd47dc1e01f224301)) +* **vue:** setup sliframe-vue ([e01e190](https://github.com///commit/e01e190036ec6ef0355c2db9fc29c7bebe17adea)) + + +### Bug Fixes + +* `state` prop default value in Vue libraries ([901c7d2](https://github.com///commit/901c7d201de109f6e5184db2ed33a83f453debf3)) +* adapt messages color to background ([4441218](https://github.com///commit/4441218e9d2280a09b5781a37ea152e50b04b88a)) +* add `fp-ts` as a dependency ([#9](https://github.com//null/issues/9)) ([7b547ff](https://github.com///commit/7b547ffbc6ee1d913a267dc8acebb2f154e3b484)) +* **client:** maintain router & state manager ([68d2355](https://github.com///commit/68d23550bc06568b935d8fca94f12a69a9ba18b8)) +* **com:** aknowledge ready only after connection ([b937886](https://github.com///commit/b937886e652a5d218bcc5da88402707bfb34a011)) +* **com:** prevent `receiverReadyCallback` from being called multiple times ([58ab0ec](https://github.com///commit/58ab0ec37cbafddbd4cc2ccdb3a5027e6c98c6b4)) +* **com:** type error ([575947a](https://github.com///commit/575947a588f01a301404fb92129fa8acce0ca2c4)) +* **controller-vue:** prevent context lost with Vue.extend() ([21daa27](https://github.com///commit/21daa27641688e940599110eb344965ae272e6db)) +* **core,react,vue,vue3:** start downloading slice chunks on init ([471fab1](https://github.com///commit/471fab1baa8466635dc0c726598dd4a311ede771)) +* **core:** prevent `init` from initing the iframe twice ([4f39639](https://github.com///commit/4f39639cfebde71e999af538fd00796cc2de5f40)) +* **core:** prevent active slice flicker on scroll ([cdb96e3](https://github.com///commit/cdb96e35837aa59ea577e66de4872831f93f2609)) +* **core:** remove `set:slices` side effects ([8ce026c](https://github.com///commit/8ce026cc065cab25092502d1a6811599c4f247ce)) +* **core:** support wrapperless slicezones ([c20250b](https://github.com///commit/c20250be49209eeb51e45f1482bb356bdb279d5d)) +* **deps:** `@prismicio/types` declaration ([5097fae](https://github.com///commit/5097faefb9a71e9395007b71f735f37785f416ac)) +* disable validator while unstable ([fc7416d](https://github.com///commit/fc7416d2c05b4c7843456edacb8ae3354acfb51f)) +* dispatch slices events instead of returning them ([dd4dc27](https://github.com///commit/dd4dc2701c8a51d2317b83bd71c11444514e1fa3)) +* force all slice chunk to load in production only ([#12](https://github.com//null/issues/12)) ([93a2a6c](https://github.com///commit/93a2a6cee8bc0e49ccc673911f4a264f6feb3c4d)) +* **local-controller:** hmr state cleaning ([289f1cd](https://github.com///commit/289f1cd0aeef59cdd65dc53e72a3d35b250f6220)) +* **local-controller:** package import ([3432767](https://github.com///commit/3432767fce8f34132d8eb6bff7a9b8577992c5e4)) +* loosen dependency with `@slicemachine/core` with a partial type ([5edbeda](https://github.com///commit/5edbedae4ec4f2c1e4136d12168a292a3c211f7d)) +* **react:** correct `sliceZone` prop type for `` ([#8](https://github.com//null/issues/8)) ([3d99f08](https://github.com///commit/3d99f083cdd4045893b8f2607d85b3a9b2deef7c)) +* remove `const enum` patterns, enable `isolatedModules` option ([#11](https://github.com//null/issues/11)) ([9702a2a](https://github.com///commit/9702a2a77c175a3aa0f14687e6686cc12b502e9b)) +* **renderer:** don't throw bad requests to allow cross version compatibility ([540ed12](https://github.com///commit/540ed12cf06026b6a48084764a818b9f3a864a10)) +* use capture events to also capture client side routing ([896e953](https://github.com///commit/896e9534fe3be1d19af04138b00e7fc25bc4213e)) + + +### Documentation + +* **com:** missing comment ([6bb1f07](https://github.com///commit/6bb1f075c783884f02de965d12cbb472987a1541)) +* create READMEs ([52f86a5](https://github.com///commit/52f86a57eea2e0143514591e9b969ec193d701b8)) +* fix links ([733e658](https://github.com///commit/733e658f85af53d2956ed1e903146d92470395e7)) +* fix links ([436dfe2](https://github.com///commit/436dfe209d9528267782eeedb305920359da2c91)) +* reference vue3 package ([6704aef](https://github.com///commit/6704aef5815e54e523104b27e9b5f90b1bbd0170)) +* remove reference to deprecated `state` prop ([b10d38d](https://github.com///commit/b10d38df8c27b6575f420fb186c21231195651da)) +* **renderer-react:** add install steps ([d40f6ec](https://github.com///commit/d40f6ec037977115200e1d69cce2d3f04b87869a)) +* **renderer-react:** add install steps ([869ad9a](https://github.com///commit/869ad9a01b7c6dc59e248127e3e25ed756baf25c)) +* **renderer-react:** no need for next transpile modules actually ([7b0dabf](https://github.com///commit/7b0dabf1a15b6b2442ce0b8b3763ec777b58b9c7)) +* **renderer-vue:** add install steps ([f513325](https://github.com///commit/f51332585bc475dba4fcef7566d4b0af3a2e22b3)) +* **renderer-vue:** add install steps ([4c5313e](https://github.com///commit/4c5313eef7d42037194e3591d679687664693d94)) +* **renderer-vue:** add install steps ([630ca14](https://github.com///commit/630ca14bdb588be9069deee71ae7c53de49adbb1)) +* **renderer-vue:** add install steps ([3091701](https://github.com///commit/30917015adb00de23106a17973b899d315778694)) +* typo on main readme ([3eff6b6](https://github.com///commit/3eff6b63b3fcf607576e949d111113016c9fc3f6)) +* update contributing guide ([bf3da03](https://github.com///commit/bf3da0314ff69536601c8af04c2cbd343136442c)) +* update readme example ([05238c2](https://github.com///commit/05238c2b02e1744fa23ec9222216201ed0367d61)) +* **vue3:** add vite hmr warning ([130b2b3](https://github.com///commit/130b2b397f6b6bed00d2b0c888ed57ea5ce45e8a)) +* **vue:** add HMR Nuxt quickfix ([bb99d48](https://github.com///commit/bb99d48c9f4074c866554d6abbcd943fe242b7ff)) +* **vue:** update README.md ([87425aa](https://github.com///commit/87425aaf770ff65bbfd14f60da19be2faf3470e0)) +* **vue:** use new slicezone ([1b40707](https://github.com///commit/1b407079da6981a40d9265a240966095b1d34d54)) + + +### Refactor + +* centralize renderer API to avoid duplication ([c5be8d5](https://github.com///commit/c5be8d5e3b381bd925a7004739387a7664d72dd5)) +* change package name ([49478d6](https://github.com///commit/49478d6b62ef8514fe68dca68f95ea2a5ef0073d)) +* **client:** simplify com integration ([22126fa](https://github.com///commit/22126fa9b0794e6cc8cd55eb6485f3db246599af)) +* **client:** use an event emitter instead of callbacks ([e9ff13c](https://github.com///commit/e9ff13c7690f2e2dcb15ed2f78b1e81660ac4aa7)) +* **com:** allow null value for channel port ([ad9c55d](https://github.com///commit/ad9c55dc6de0c7893cbc6fcf827b0c82eef48825)) +* **com:** allow only setting debug to true to log all messages ([a0dd76a](https://github.com///commit/a0dd76a4cbc3a373dc063172a5a05159a9e3136d)) +* **com:** create message channel later to allow multiple connect to race ([3bda0e4](https://github.com///commit/3bda0e49fd5d3f5ed844534d50c4eab7bcddf49b)) +* **com:** enforce full API implementation on renderers ([e225579](https://github.com///commit/e2255799869bb750bfbface7858f9db393acaef7)) +* **com:** improve com channel api usage ([1f8dad6](https://github.com///commit/1f8dad61b37591f8ac65f28dfcd584127fb67a76)) +* **com:** improve handshake to be more resilient ([faed363](https://github.com///commit/faed363fef0ca6ca84da0cf346f56b3e21aaf02b)) +* **com:** improve reusability and typing on message channel ([dc79459](https://github.com///commit/dc79459c9c08900bcca8ad2b4319cf6dbd7b9b8c)) +* **com:** throw response errors through an error class ([c1ba556](https://github.com///commit/c1ba5561c81ba49851700c46a632856be54c152e)) +* **core:** core rewrite for maintainability ([#7](https://github.com//null/issues/7)) ([c89f56f](https://github.com///commit/c89f56fe012984ebea742740c632d84221283273)) +* **local-controller:** rename package ([80c0f86](https://github.com///commit/80c0f86622921fd91a3336057581ae3f10b783a5)) +* **local-controller:** rename package ([9b0024b](https://github.com///commit/9b0024b0b7df04a985453914f0c61f91972cd533)) +* rename project from `slice-canvas` to `slice-simulator` ([0749a55](https://github.com///commit/0749a55dcd7a7088a86cf47ef43079f21303f266)) +* **renderer-vue:** simplify com integration ([ba5fb6b](https://github.com///commit/ba5fb6b052c4da96b10a5f5627108989831a52b4)) +* **renderer-vue:** use render function instead of sfc ([35b5a3f](https://github.com///commit/35b5a3f0e678942e9059acb7d73157d15b8311a6)) +* **renderer:** set default slices according to query params ([c9d3c23](https://github.com///commit/c9d3c2337abbbea39fa6906a81efd82634d5835d)) +* **renderer:** simplify and normalize state loading ([987ea22](https://github.com///commit/987ea22647c04dece0896e606512013a70758d7b)) +* **renderer:** simplify com integration ([54c15a9](https://github.com///commit/54c15a9bd4a717429883f6a7ee3453256209aef7)) +* return 501 not implemented when request handler is not found ([552254e](https://github.com///commit/552254eca344567cab13b05b1c208124d7847968)) +* simplify codebase ([9aabc23](https://github.com///commit/9aabc2375cd9a2d77c006e96ad8861dad07ba1ea)) + + +### Chore + +* **ci:** update workflow ([1c96255](https://github.com///commit/1c962554e4ea95dfa726780b571f5f13bced8369)) +* **com:** typo ([923f88c](https://github.com///commit/923f88cba59075a4029436cfec72c627000c447b)) +* **core:** fix file name casing ([19846b5](https://github.com///commit/19846b564cf74aaf69f9cbaff502259f22e92fbc)) +* **core:** setup css build process ([b2fcde7](https://github.com///commit/b2fcde7bf6807c490f3e4f9428cd960696813816)) +* **deps:** bump @prismicio/slice-canvas-* ([cd8e072](https://github.com///commit/cd8e0725e9adc0c3ab1f955ae80988989666afef)) +* **deps:** bump @prismicio/slice-canvas-* ([a22d568](https://github.com///commit/a22d56824a92cb261b16309f0c474d9d0c0cfdbe)) +* **deps:** bump @prismicio/slice-canvas-renderer ([70eb916](https://github.com///commit/70eb916d1d88e4d1147f5c93fa153ade2b4ee483)) +* **deps:** bump com ([dcbae88](https://github.com///commit/dcbae882f337c8e7ea13baedbafff7e891990d75)) +* **deps:** bump com ([34e37fb](https://github.com///commit/34e37fb44a3cbcbec2c33bae83303efd31517027)) +* **deps:** bump com ([202e5c2](https://github.com///commit/202e5c21f6bef5f6a7ff5454b6983b1ea2b91e4c)) +* **deps:** bump core ([83df202](https://github.com///commit/83df202ffbae466272cb6ba723803a04fc91ba80)) +* **deps:** bump core ([f1f98fe](https://github.com///commit/f1f98fe309261b11cb942a00b5e54694717eeb83)) +* **deps:** bump core ([a9e097f](https://github.com///commit/a9e097fd8c81881dcf7344ba8b15207a44ce23a3)) +* **deps:** bump core ([079c634](https://github.com///commit/079c634b00a728dd9b70d34da0dc51ae22cbefa5)) +* **deps:** configure size limit ([7dcb4f1](https://github.com///commit/7dcb4f1cec753fe1b0361f361958e318a721e47e)) +* **deps:** fix package-lock.json ([533c6d6](https://github.com///commit/533c6d6c24de516654a96d55544dc4b94d58456e)) +* **deps:** maintain dependencies ([6312009](https://github.com///commit/6312009984539c36644e1dd87f332e99f1d4fcdd)) +* **deps:** maintain dependencies ([f4122ec](https://github.com///commit/f4122ec510907eadf668dd46a66354ff5a47f2f2)) +* **deps:** maintain dependencies ([dba276d](https://github.com///commit/dba276d545188b7c44ade245af4c2a7d713801d9)) +* **deps:** maintain dependencies ([9c8c39a](https://github.com///commit/9c8c39a1968c7f9a9b0733de877cd1e400b90efe)) +* **deps:** maintain dependencies ([96c48d3](https://github.com///commit/96c48d3611419290fae0e6900a7e9b2c5d18e5dc)) +* **deps:** maintain dependencies ([c60e3b3](https://github.com///commit/c60e3b323beafa2c1eacd504770d08c2c7aab6a7)) +* **deps:** maintain dependencies ([c57e692](https://github.com///commit/c57e692e786521e6c69284bd91b5e51b17873a1c)) +* **deps:** maintain dependencies ([114c69a](https://github.com///commit/114c69ac52f22732f0adafb11028466a02cec58a)) +* **deps:** maintain dependencies ([84e77c4](https://github.com///commit/84e77c4bc364580cac0396a13dd51524bf7a0efc)) +* **deps:** maintain dependencies ([5dc02f0](https://github.com///commit/5dc02f04e5489db1879584958745509634cf0992)) +* **deps:** maintain dependencies ([c46dc2a](https://github.com///commit/c46dc2a48cca284df4e63dd72e116484cc772740)) +* **deps:** maintain dependencies ([72c95cf](https://github.com///commit/72c95cf29fe2783ba695b6d80e8a4bfeebd4834a)) +* **deps:** maintain dependencies ([4d4dcfa](https://github.com///commit/4d4dcfa92bea6eb5d64131cf30b6096503b3914a)) +* **deps:** maintain dependencies ([8f5b9f9](https://github.com///commit/8f5b9f969b01bb4b4d6adf65ac957cb66dac9b4c)) +* **deps:** maintain dependencies ([eeb17f8](https://github.com///commit/eeb17f89af0b74a7fc89cf25ce93c001bdb1e9c1)) +* **deps:** maintain dependencies ([454caf5](https://github.com///commit/454caf58607b7b05f605357b63892eccdfe19a0e)) +* **deps:** maintain dependencies ([a4b595b](https://github.com///commit/a4b595b8e39058c4148e994ed35158793ba77cba)) +* **deps:** maintain dependencies ([0ec926b](https://github.com///commit/0ec926bad7eb9d73ef65f729502e719b19216349)) +* **deps:** maintain dependencies ([874626d](https://github.com///commit/874626d65087db1198812f4b19e42761cb48f987)) +* **deps:** maintain dependencies ([602c7f6](https://github.com///commit/602c7f66291c432ae8c08f8291fc1c274446b411)) +* **deps:** maintain dependencies ([cf3b008](https://github.com///commit/cf3b008dbb015295d7ad905ca641dc62f7508260)) +* **deps:** maintain dependencies ([7015fbd](https://github.com///commit/7015fbd0461df64b69507515f397791850d05600)) +* **deps:** maintain package-lock ([bfdefa8](https://github.com///commit/bfdefa80f75687c49275bdbd823fd33f373fd909)) +* **deps:** pin eslint ([cfefc6e](https://github.com///commit/cfefc6eabb5c98d336fe80b0c5733c2d3b3dee91)) +* **deps:** update @slicemachine/core ([1c56973](https://github.com///commit/1c56973591b0893ae2306c04b5068bbc122321f0)) +* **deps:** update @slicemachine/core ([229e147](https://github.com///commit/229e147daabc6e627424894d7a192a8fa8687e27)) +* **deps:** update com ([b15f0bf](https://github.com///commit/b15f0bff3c28d4aea976676b2f1950a6bb51ae1d)) +* **deps:** update core ([c989a57](https://github.com///commit/c989a57e27a1a054204c6862b6d7e48cc65728e5)) +* **deps:** update dependencies ([742ce06](https://github.com///commit/742ce06b281bbaf018c2d2e33420b9a0f9f135da)) +* **deps:** update dependencies ([60f1c85](https://github.com///commit/60f1c85b9aaeaf1c8eda1fa133b1f1c6df75e86b)) +* fix linter & prepare for initial release ([327d766](https://github.com///commit/327d7661579c4f46144b73dcf7c5f060bc66bc85)) +* ignore nested package-lock.json ([9b39d8d](https://github.com///commit/9b39d8dbbe750699f51503953b849dded8c53c2e)) +* local controller stress test ([fedaba8](https://github.com///commit/fedaba874838056f142cc12ac6e7e42d662e06db)) +* **local-controller:** run in debug mode ([d6598d5](https://github.com///commit/d6598d5803da15c68a70e3bee24f722192508614)) +* **local-controller:** update local controller ([1d96deb](https://github.com///commit/1d96debc2e2321c4ac542c48c8af81afba01093f)) +* maintain template ([fc3f0a5](https://github.com///commit/fc3f0a5982c96acbc5023d6d817ae1e05706614d)) +* **misc:** update package json scripts ([273f65c](https://github.com///commit/273f65ce92224e499683d2c67ca656bbdabb2559)) +* release as patch ([f9e4856](https://github.com///commit/f9e48561e670dabf1044aa76a68c57e83c832dc1)) +* **release:** 0.0.1 ([9bf358e](https://github.com///commit/9bf358e2ccc53d81b41e8459270d41e9676aafba)) +* **release:** 0.0.1 ([c4f7e3d](https://github.com///commit/c4f7e3d776234b9cde8dd4df827882669bd9e270)) +* **release:** 0.0.1 ([a142cbc](https://github.com///commit/a142cbc9cee1737473d6ea86f43c58d95704fbc3)) +* **release:** 0.0.1 ([e5256b6](https://github.com///commit/e5256b6f113e190fa543acbe3851ba2ffe1c2c27)) +* **release:** 0.0.1 ([52d4189](https://github.com///commit/52d418930c4a131a6dab5bafdf8ccfdb6bcb1a6d)) +* **release:** 0.0.10 ([fa21674](https://github.com///commit/fa21674f3b32e25e4112d79afd3d4eb7062ba6b9)) +* **release:** 0.0.10 ([45c2eba](https://github.com///commit/45c2ebaa52d1b65972339fec6a7675c4d71f35fe)) +* **release:** 0.0.10 ([010586a](https://github.com///commit/010586ae53e7e2bf526d5fcf40d6fcddadbffb1c)) +* **release:** 0.0.2 ([f6b22bf](https://github.com///commit/f6b22bf2538cc7c99d4aef1984cd91bba14435b3)) +* **release:** 0.0.2 ([409e2b2](https://github.com///commit/409e2b288246349f5604f6a86892635d6ed68da7)) +* **release:** 0.0.2 ([42ca8f5](https://github.com///commit/42ca8f5cbcf9053dca16fe85f22b1f53971d6962)) +* **release:** 0.0.2 ([a8e235b](https://github.com///commit/a8e235bd9b62613f6b8c3b101e3c2dbd558be3bb)) +* **release:** 0.0.2 ([091af66](https://github.com///commit/091af66b9df5d4203c43ee45263ed8fb0f0801bd)) +* **release:** 0.0.3 ([66d3773](https://github.com///commit/66d377309fabdfe5991aeeb5a19f5d190ee1af1a)) +* **release:** 0.0.3 ([9797005](https://github.com///commit/97970056c57985c0bb5d201bad1fad7eda6c6a28)) +* **release:** 0.0.3 ([f0feaeb](https://github.com///commit/f0feaeb3c29caa4bbd9e13f99df890eedf757d94)) +* **release:** 0.0.3 ([e991187](https://github.com///commit/e991187b031c424f1a97d4dd1a11e0d360da4279)) +* **release:** 0.0.3 ([a50dc84](https://github.com///commit/a50dc84add743fde686b2cefcc690c007ef99b2a)) +* **release:** 0.0.4 ([f767c5a](https://github.com///commit/f767c5a22a2bfb5ac6b20336efeaceea82c5b2e3)) +* **release:** 0.0.4 ([08cf321](https://github.com///commit/08cf3212153e756567290fdd4c3fcfb58f6fa566)) +* **release:** 0.0.4 ([edcaff2](https://github.com///commit/edcaff2cfc1a5bc89275aece21aca4d43230511d)) +* **release:** 0.0.4 ([873d96f](https://github.com///commit/873d96fd1ce3b100050348dedbe122861a1a2613)) +* **release:** 0.0.5 ([c0c2759](https://github.com///commit/c0c2759f5776c12418e4404d285c6227719cbc80)) +* **release:** 0.0.5 ([c5a1d1c](https://github.com///commit/c5a1d1c871797149fa2b56026ec37c51897862e8)) +* **release:** 0.0.5 ([30843c4](https://github.com///commit/30843c461b6f760a323915ad9f8127e97303af5e)) +* **release:** 0.0.5 ([0c3e659](https://github.com///commit/0c3e659e391cb96e67b9c38b12cdb37c0139f38b)) +* **release:** 0.0.6 ([ff5367e](https://github.com///commit/ff5367e402e4d8602a3f35cd85f39bdda5d5bd84)) +* **release:** 0.0.6 ([8025e42](https://github.com///commit/8025e4265a7ac3f844a2d6c3659c3c48cce10710)) +* **release:** 0.0.6 ([cc52301](https://github.com///commit/cc52301070505fe4d90430465ffba3430342f265)) +* **release:** 0.0.6 ([261fcbb](https://github.com///commit/261fcbb5cf3e9e9510cc3a0d58ba6b3c57840e3a)) +* **release:** 0.0.7 ([d25cd0e](https://github.com///commit/d25cd0ec6f73ffc2b4c4fa62c2bc442ff33bcf3f)) +* **release:** 0.0.7 ([8e919a2](https://github.com///commit/8e919a200e13c2de93f34bbfa325743c3bf5a558)) +* **release:** 0.0.7 ([9aba7c2](https://github.com///commit/9aba7c2e1fead9a7d9b0f7963fb326967d4604a2)) +* **release:** 0.0.8 ([c7f2d4e](https://github.com///commit/c7f2d4e74df1e8e2feb8134ae4d022e6b004d189)) +* **release:** 0.0.8 ([1db3c43](https://github.com///commit/1db3c432ecd8c941cd406917bebaf271ecfe01b6)) +* **release:** 0.0.8 ([44e3584](https://github.com///commit/44e35840ce93b9ad783335e88dbe288c0e4135d1)) +* **release:** 0.0.9 ([8821d32](https://github.com///commit/8821d3240ffc8944f045a21810ad55a0783a3e16)) +* **release:** 0.0.9 ([66db12a](https://github.com///commit/66db12a0d0a7d84433edd8943731048f7f1fd713)) +* **release:** 0.0.9 ([81e1a80](https://github.com///commit/81e1a80897498c30deb69e308a60b50efffcf4a5)) +* **release:** 0.1.0 ([06054e4](https://github.com///commit/06054e4c4c2550f0a45c0236b8056744d7b664e2)) +* **release:** 0.1.0 ([0a4f413](https://github.com///commit/0a4f413050e5488c6905daaa3c76a53295614986)) +* **release:** 0.1.0 ([45d032c](https://github.com///commit/45d032c6958fd3c4c6e945ca5990092b01ae07c8)) +* **release:** 0.1.0 ([d7b4809](https://github.com///commit/d7b48093424bb174940f32eef2926d617928aad5)) +* **release:** 0.1.0 ([951a8a7](https://github.com///commit/951a8a7aff670e6aad1b7cc635d029de28eacc18)) +* **release:** 0.1.1 ([2d9aba9](https://github.com///commit/2d9aba9cddd909efecf520ee06c35ba0a2acaff4)) +* **release:** 0.1.1 ([3bccb45](https://github.com///commit/3bccb45deb719645d38a63fcc884d338c33a9baa)) +* **release:** 0.1.1 ([88c2683](https://github.com///commit/88c2683802703f26845ae9bec3e9ce8c9583f5f5)) +* **release:** 0.1.1 ([d582478](https://github.com///commit/d58247847216e4fcf3e67a495d38ec7ebc1e4c42)) +* **release:** 0.1.1 ([2bd2aff](https://github.com///commit/2bd2afff1db0bde928889a939fc72850e4cb4e55)) +* **release:** 0.1.2 ([f1cc235](https://github.com///commit/f1cc235fa5e29c4b4e110453603dd7297a5b4fd2)) +* **release:** 0.1.2 ([017daaf](https://github.com///commit/017daaffb45d57a3ed32eb8fbbab6ed3c3a59299)) +* **release:** 0.1.2 ([22234b8](https://github.com///commit/22234b89a33e91a76aeea34420ef90a382c7d382)) +* **release:** 0.1.2 ([d16ecd5](https://github.com///commit/d16ecd5bfd4a16f1f1dbbd9906490c72af052d71)) +* **release:** 0.1.2-alpha.0 ([aef559d](https://github.com///commit/aef559d4f5ac74ab1ce590922192cc01bcfc1ea7)) +* **release:** 0.1.2-alpha.1 ([88d084c](https://github.com///commit/88d084c007ebd18ad99b855d9d63cfef4bef9a1f)) +* **release:** 0.1.3 ([ae1622b](https://github.com///commit/ae1622b70a98cbdddd5a728bb285c7d2fdeec6b5)) +* **release:** 0.1.3 ([7cef9df](https://github.com///commit/7cef9dfc424566747d9f57ab6c8ecc239d151265)) +* **release:** 0.1.3 ([4196564](https://github.com///commit/41965647cd781a2a0e5e9ce1c7c0f41fb16afcd6)) +* **release:** 0.1.3 ([07c5c85](https://github.com///commit/07c5c853fe04e92368be7d23212989356c5aab4c)) +* **release:** 0.2.0 ([77ad317](https://github.com///commit/77ad317f4a92ac6f99afefd34fad3941a616fca5)) +* **release:** 0.2.0 ([d72ce1e](https://github.com///commit/d72ce1e9347505baa9f24cee9ef3765df88c54b1)) +* **release:** 0.2.0 ([ac333fb](https://github.com///commit/ac333fb68a5d12a5b360eaad83013f8248e4a192)) +* **release:** 0.2.0 ([68deccb](https://github.com///commit/68deccb6a691f56ce8ffddd3e79ba19281fde3e7)) +* **release:** 0.2.1 ([3b8f1e0](https://github.com///commit/3b8f1e0822b7824090bc2e10a9f5c33b5a90c4a1)) +* **release:** 0.2.1 ([7ebe062](https://github.com///commit/7ebe062c04fa91edf618e7546922e8dfbc18dc10)) +* **release:** 0.2.1 ([d1c155e](https://github.com///commit/d1c155e071b40397a2e160b262820125488c3b1f)) +* **release:** 0.2.1 ([f765777](https://github.com///commit/f765777b3f9e3c381d409db0f5900d3c2d0c9fa8)) +* **release:** 0.2.2 ([cbb5b27](https://github.com///commit/cbb5b27782c3e9e6a9d05dd9cae991e5dd2e08c9)) +* **release:** 0.2.2 ([16a0a14](https://github.com///commit/16a0a144ceea201150946729e20b0aaf95a363ba)) +* **release:** 0.2.2 ([382c164](https://github.com///commit/382c1640953a9a3f17ba5c6ebbd090b647344d34)) +* **release:** 0.2.2-alpha.0 ([435aaa8](https://github.com///commit/435aaa81e5811cebe05a020c94a2bcd832796bf6)) +* **release:** 0.2.2-alpha.1 ([ab61505](https://github.com///commit/ab61505e0e4d5b262a57d1e2e78f1e0c117200d7)) +* **release:** 0.2.3 ([a0b3d89](https://github.com///commit/a0b3d89741a897c02950697eb92c8e6c9c46ad44)) +* **release:** 0.2.3 ([03aaf07](https://github.com///commit/03aaf0724775f08905cb5290ab8573f523579dd0)) +* **release:** 0.2.3 ([6959c7c](https://github.com///commit/6959c7ce1c6263458d875ce42e6a589eacc6a939)) +* **release:** 0.2.3-alpha.0 ([89825fa](https://github.com///commit/89825fa1d8e9aeee33cf929eb75d1b4cc6d23949)) +* **release:** 0.2.3-alpha.1 ([298be75](https://github.com///commit/298be75894141b9b07dc5f798cd80865ac1c98ce)) +* **release:** 0.2.4 ([d6d637b](https://github.com///commit/d6d637b5eff74cb5d98e26cc5bf1273543658865)) +* **release:** 0.2.5 ([e1daa6b](https://github.com///commit/e1daa6b065bd58653dbc07ffe7164630a01e949d)) +* **release:** 0.2.6 ([5f47d0d](https://github.com///commit/5f47d0dda5a6189f60b9cee48800202fa1cf453b)) +* **release:** 0.2.7 ([1272d20](https://github.com///commit/1272d20710b3c431cd67d39e258931da73b6587e)) +* **release:** 0.2.7-alpha.0 ([65d57ac](https://github.com///commit/65d57acbbbd1489a1cfcec359b75cfa683360e43)) +* **release:** 0.2.7-alpha.1 ([73c28d7](https://github.com///commit/73c28d7ca2bf49441d742f9575b1e041d54ce719)) +* **release:** 0.3.0 ([99344da](https://github.com///commit/99344da6669cba3c800d617bf8ad7237a6822206)) +* **release:** 0.3.1 ([0833b96](https://github.com///commit/0833b96607370e1208edc3bfbf78fb43b8f825f6)) +* **release:** 0.4.0 ([0a8fd4d](https://github.com///commit/0a8fd4deaa8c97758c97af1be9c87e675826e5d8)) +* **release:** 0.4.1 ([aa834f2](https://github.com///commit/aa834f28394f52b409cfc602573a47568a73882c)) +* **release:** 0.4.1-alpha.0 ([f883a81](https://github.com///commit/f883a81e4e5ecc3a7ef2d10ec4b81cb36a076925)) +* **release:** 0.4.2 ([a94df7e](https://github.com///commit/a94df7ec85d01c56de95bba2d867d64fa1017950)) +* **renderer-react:** allow react 18 ([18a8504](https://github.com///commit/18a8504c14fd7b11a43006e7e75abc016eda3c1b)) +* **renderer-react:** fix version ([54749c8](https://github.com///commit/54749c8036816bcf0291dcaf69650afb0e5add42)) +* setup core package ([5e9f14c](https://github.com///commit/5e9f14cab4a74cd7677de80455b4ef219687d233)) +* setup project root ([2603738](https://github.com///commit/260373807e13cf8ba241e3d88ae2da8074cac944)) +* setup template ([2aa6804](https://github.com///commit/2aa68042d5150b6d0022d3f6d50c95a5ef9a0659)) +* update error message to be more accurate ([022aeba](https://github.com///commit/022aebae7c592a9d4394626adbb40a2d60d629bf)) +* update license ([2883add](https://github.com///commit/2883addcc503a7c64ccd9ba16e92f73aacbdf9a3)) +* update package scripts ([8a5ffa6](https://github.com///commit/8a5ffa625e57d2d329578b61d8dbc9a91e7ffef7)) diff --git a/package-lock.json b/package-lock.json index 56cc8b6..5df2964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/simulator", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/simulator", - "version": "0.0.0", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.0.1", diff --git a/package.json b/package.json index 7bfbabe..5591199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/simulator", - "version": "0.0.0", + "version": "0.1.0", "description": "Preview and develop Prismic slices fast with minimal configuration", "keywords": [ "typescript",