Iswar Prasad Rath
5a2d96347f
Update azure-gated-build.yml for Azure Pipelines
2022-11-18 11:26:14 +05:30
Pratik Bhattacharya
ffb049b443
Update package.json
...
ver: bumping version to 1.3.0, exposing selector apis
2022-02-22 22:55:01 +05:30
Eric Alas
5f7f5b864b
Add ability to expose derived state apis ( #39 )
...
* Add ability to expose derived state apis
* rename API and arguments based on code review suggestions
Co-authored-by: Eric Alas <alas.eric@gmail.com>
2022-02-22 22:45:09 +05:30
Harun Smrkovic
8b74c0d392
Use term "Micro Frontend" consistently in README, fix spelling ( #36 )
2022-02-19 01:24:50 +05:30
Pratik Bhattacharya
1cb0ceb126
fix (readme): fixed read more style
2021-09-19 04:48:21 +05:30
Pratik Bhattacharya
ca0edfc7f1
feat (readme): added link to new state management blob
2021-09-19 04:47:22 +05:30
Pratik Bhattacharya
de3f0f0e09
ver: bumbed version to 1.2.0
2021-09-07 21:58:49 +05:30
Pratik Bhattacharya
35cfbd9a8a
feat: queue subscription callbacks to missing stores (eager registration) ( #31 )
...
* feat: eager store subscription. fixes #17
2021-09-07 21:54:10 +05:30
hoondeveloper
2707d49f9e
Update README.md ( #30 )
2021-08-11 01:29:30 +05:30
hoondeveloper
ed8f43cbf0
feat(readme): add Korean README ( #29 )
2021-08-09 19:56:09 +05:30
Siva Inoorunathapillai
7b210298a5
updating the port numbers of sample MFE apps so shell app can load them correctly ( #24 )
2021-05-21 13:43:31 +05:30
Pratik Bhattacharya
ed13f2a1fa
Update README.md
2021-04-10 22:23:18 +05:30
Pratik Bhattacharya
82ac4a2b20
feat (readme): added pipeline status
2021-04-03 23:07:36 +05:30
Pratik Bhattacharya
d665add866
added version deprecation warning
2021-04-02 13:31:52 +05:30
Pratik Bhattacharya
5d53264fa1
feat (azure-pipeline): added azure pipeline for running gated build in Azure ( #21 )
...
* feat(azure-pipeline): Set up CI with Azure Pipelines
[skip ci]
* feat (azure-pipeline): added steps for sample project
* fix (azure-pipeline): fixed redux-micro-frontend version
* fix (azure-pipeline): fixed directory name in sample project build job
Co-authored-by: Pratik Bhattacharya <pratikb@microsoft.com>
2021-04-02 13:25:35 +05:30
Pratik Bhattacharya
7e02138b26
fix (workflow): updated version
2021-04-02 12:40:05 +05:30
Pratik Bhattacharya
47f9324d10
fix (workflow): changing directory in publish step
2021-04-02 12:37:21 +05:30
Pratik Bhattacharya
d9af1272cd
fix(security): updated webpack-dev-server in sample projects to fix. Fixes #19
2021-04-02 10:27:20 +05:30
Pratik Bhattacharya
75323610c4
fix (workflow): setting up node
2021-03-30 03:48:53 +05:30
Pratik Bhattacharya
e0aff1767d
fix (workflow): fixed copyfiles step
2021-03-30 03:34:39 +05:30
Pratik Bhattacharya
e2430ffe92
version: 1.1.0
2021-03-30 03:31:31 +05:30
Pratik Bhattacharya
cc09c8c048
feat(pacakge.json): added npm script to copy files to lib
2021-03-30 03:24:55 +05:30
Pratik Bhattacharya
03e957168c
feat(release): added action to publish pacakge to NPM
2021-03-30 03:23:49 +05:30
Raymond Augé
3832cbfb7d
InvokeGlobalListeners is not called when RegisterStore is used ( #18 )
...
fixes #16
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2021-03-28 19:17:38 +05:30
Aurélio Pita
81a399e974
fix: fix typo declaring a let variable ( #12 )
2021-03-12 02:32:09 +05:30
Pratik Bhattacharya
43e8058f65
release: version upgraded to 1.0.2. fixes #9
2021-02-09 09:15:29 +05:30
Pratik Bhattacharya
01b5b6bb57
Corrected condition in checking loop ( #10 )
2021-02-09 09:12:04 +05:30
Pratik Bhattacharya
31923f9b38
fix: removed space from store registration telemetry event
2021-02-09 09:09:28 +05:30
Pratik Bhattacharya
55e8214563
Merge branch 'main' of https://github.com/microsoft/redux-micro-frontend into main
2021-02-08 22:53:33 +05:30
Pratik Bhattacharya
088dadaefd
(feat): added link to concept
...
Link added to detailed blog for State Management basics
2021-01-28 23:00:24 +05:30
Pratik Bhattacharya
b6b4483ed2
1.0.1
2021-01-27 17:48:05 +05:30
Pratik Bhattacharya
c2f329b75d
fix: Unahdled exception in adding a custom logger
...
Fix #6
2021-01-27 17:34:30 +05:30
Pratik Bhattacharya
d68b499686
feat(build): Added CodeQL workflow
2020-12-13 14:23:19 +05:30
Pratik Bhattacharya
fc5853cf8e
feat(template): Added issue templates
2020-12-13 14:20:11 +05:30
Pratik Bhattacharya
08ad5e7599
feat (tests): Added headless test for github workflows ( #5 )
...
Co-authored-by: Pratik Bhattacharya <pratikb@microsoft.com>
2020-12-13 14:09:14 +05:30
Pratik Bhattacharya
0150378879
feat(build): Added gated-build
2020-12-13 13:37:55 +05:30
Pratik Bhattacharya
97eba2ee12
docs (readme.md): Fixed commands for running sample apps
...
Fixes Issue #3
2020-12-13 13:32:05 +05:30
deepak kumar
b1a6b241ec
Adding redux-devtools-extension ( #2 )
...
* Adding redux-devtools-extension
Co-authored-by: Deepak Kumar T P <deekum@microsoft.com>
2020-12-02 15:24:37 +05:30
Pratik Bhattacharya
20d127361f
Pointed samples to actual version of the library
2020-10-21 04:29:49 +05:30
Pratik Bhattacharya
1081e3d9b4
Added sample project and made minor bug fixes
2020-10-21 02:53:43 +05:30
Pratik Bhattacharya
425a1ecd3e
Added version and script for beta release
2020-10-19 03:22:39 +05:30
Pratik Bhattacharya
e034d00997
package.json --> Added additional information
2020-10-19 03:13:54 +05:30
Pratik Bhattacharya
e9ce1d4995
README.md --> Updated Image Location
2020-10-19 03:06:24 +05:30
Pratik Bhattacharya
c27b85be50
Added theory is README.md
2020-10-19 03:02:13 +05:30
Pratik Bhattacharya
ea22bd05e8
Updated SUPPORT.md (basic Github issue support)
2020-10-19 01:57:15 +05:30
Pratik Bhattacharya
24e6437a53
Initial commit - Added Global Store and common interfaces
2020-10-19 01:54:51 +05:30
Microsoft Open Source
97c2ffded2
Initial SUPPORT.md commit
2020-10-18 12:43:07 -07:00
Microsoft Open Source
e03b520c4c
Initial SECURITY.md commit
2020-10-18 12:43:06 -07:00
Microsoft Open Source
225a89083d
Initial README.md commit
2020-10-18 12:43:05 -07:00
Microsoft Open Source
21824179bc
Initial LICENSE commit
2020-10-18 12:43:03 -07:00