All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.2.8 (2023-05-19)
- bump deps (7ae645b)
- bump deps and default node version (b06c2d0)
- bump deps and default node version (9c1aeec)
- bump dev deps and add new build files (98f7ed2)
- bump typescript (f5bbca8)
1.2.7 (2021-05-06)
- property 'align' is missing in type 'HTMLElement' (c1f460c)
1.2.6 (2020-11-16)
- improve handling of components with long names (df63c95)
1.2.5 (2020-11-16)
- allow to stop components in namespaces with long names (20af9c0)
1.2.4 (2020-09-21)
- examples: examples work on codesandbox again (097c325)
- hot plugin: allow passing a node module (7be34f6)
- add experimentalDecorators config to examples (694a1d4)
- add experimentalDecorators config to examples (7ad1bcf)
1.2.3 (2020-03-09)
- react plugin: export typescript interface for better ide support (fa87524)
1.2.2 (2020-03-09)
- react plugin: export typescript interface for better ide support (2aebda5)
1.2.1 (2020-03-09)
- react plugin: export typescript interface for better ide support (753259d)
1.2.0 (2020-02-19)
- react plugin: provide a factory function to connect Gondel and React (c6ac867)
1.1.2 (2020-01-16)
- react plugin: allow to set the wrapper html element (56e8f16)
1.1.1 (2020-01-16)
- react plugin: provide default type for State (d388473)
1.1.0 (2020-01-16)
- react plugin: add async linkining support to the gondel react plugin (b39ca5a)
1.0.0 (2019-11-28)
- core: prevent plugins from being registered twice when being in different js files (66aedec), closes #48
- core: enhances structure of pluginEvents object to track if a plugin (in another js file) has already been initialized
0.1.0 (2019-04-08)
- resize plugin: add resize plugin (#39) (26df627)
- website: add page about gondel communication (#47) (64ff049)
0.0.8 (2018-11-19)
- react-plugin: Allow to skip the render method for pure linking components (3e1c4d7)
0.0.7 (2018-11-05)
- core: Overwrite currentTarget using a getter (41a859f), closes #11
- core: Prevent errors during the event handling (a560c64)
0.0.6 (2018-09-25)
- core: Allow to type _ctx (0ee58fe)
- core: GondelBaseComponent constructor requires a ctx and a componentName argument
0.0.5 (2018-09-19)
- core: Allow to stop any node with stopComponents (4586f89)
0.0.4 (2018-09-17)
- @gondel/core: Rethrow caught errors from promises for better dev tool output (6de6c5f)
- core: Allow to overwrite the stop method (83946fd)
- Update path for HtmlWebpackPlugin template in typescript example (9ee3ae2)
- core: Fix Element is undefined in jest (ba71f7c)
- plugin-jquery: Fix a typo in the classname (5b3a447)
- plugin-react: Fix a possible invalid type error (9622d7d)
- Upgrade dependencies (#13) (228c287)
- core: Start all components on dom ready (12f4b64)
- dom-utils: add the possibility of generic params for dom utils (63d3785)
- dom-utils: refactor getComponentByDomNode for strict typings (deaf717)
- events: Set event.currentTarget to the selected element of the listener (03a0152)
- plugin-jquery: Provide a mixin and a baseClass (504bdf4)
- plugin-media-query: create media-queries gondel plugin (#2) (5c36e04)
- plugin-media-query: Export the event name as variable name (4af8458), closes #4
- plugin-react: Release the gondel react plugin (d7c14dd)
- events: Set event.currentTarget to the selected element of the listener
- dom-utils: getComponentByDomNode will now throw an error if no component can be found
- plugin-media-query: The event named viewportChange was removed and is now only accessible using the exported VIEWPORT_ENTERED constant
0.0.2 (2018-05-25)
- core: Allow to overwrite the stop method (83946fd)