- Updated the eslint config
- Merge pull request #46 from anephenix/dependabot/npm_and_yarn/eslint-9.18.0
- Merge pull request #44 from anephenix/dependabot/npm_and_yarn/next-15.1.4
- Bump next from 14.2.15 to 15.1.4
- Merge pull request #42 from anephenix/dependabot/npm_and_yarn/babel/eslint-parser-7.26.5
- Merge pull request #43 from anephenix/dependabot/npm_and_yarn/babel/preset-env-7.26.0
- Bump eslint from 8.57.0 to 9.18.0
- Merge pull request #45 from anephenix/dependabot/npm_and_yarn/esbuild-0.24.2
- Bump esbuild from 0.21.1 to 0.24.2
- Bump @babel/preset-env from 7.24.5 to 7.26.0
- Bump @babel/eslint-parser from 7.24.5 to 7.26.5
- Merge pull request #40 from anephenix/dependabot/npm_and_yarn/eslint-plugin-jest-28.10.0
- Merge pull request #39 from anephenix/dependabot/npm_and_yarn/prettier-3.4.2
- Merge pull request #38 from anephenix/dependabot/npm_and_yarn/eslint-plugin-react-7.37.3
- Merge pull request #37 from anephenix/dependabot/npm_and_yarn/jsdoc-4.0.4
- Merge pull request #36 from anephenix/dependabot/npm_and_yarn/anephenix/rcg-0.0.12
- Bump eslint-plugin-jest from 28.5.0 to 28.10.0
- Bump prettier from 3.2.5 to 3.4.2
- Bump eslint-plugin-react from 7.34.1 to 7.37.3
- Bump jsdoc from 4.0.3 to 4.0.4
- Bump @anephenix/rcg from 0.0.11 to 0.0.12
- Create dependabot.yml
- Added scripts to automate publishing the NPM package
- Updated Dependencies
- Merge pull request #35 from anephenix/dependabot/npm_and_yarn/next-14.2.15
- Bump next from 14.2.10 to 14.2.15
- Merge pull request #34 from anephenix/dependabot/npm_and_yarn/next-14.2.10
- Bump next from 14.2.3 to 14.2.10
- Merge pull request #33 from anephenix/dependabot/npm_and_yarn/braces-3.0.3
- Bump braces from 3.0.2 to 3.0.3
- Updated dependencies
- Updated dependencies
- Updated browserslist dev dependency
- Merge pull request #31 from anephenix/dependabot/npm_and_yarn/ip-1.1.9
- Bump ip from 1.1.5 to 1.1.9
- Merge pull request #29 from anephenix/dependabot/npm_and_yarn/babel/traverse-7.23.2
- Bump @babel/traverse from 7.20.12 to 7.23.2
- Updated dependencies
- Updated Sass dependency
- Navbar now has a midSection option for embedding components in the middle of the navbar
- Use of esbuild to create a compiled version of the library
- Reverse the use of CSS modules for the UI components
- Refactored Navbar and Hero so that Next/Link is passed as a prop
- Made Next.js a development dependency
- Small bug fix on loading Next.js version
- Small bug fix on loading Sass version
- Small bug fix for loading Next/Link in NavBar - need to pass component
- Small bug fix on loading Next.js versions
- Updated dependencies
- Small bug fix on loading Next.js versions
- Added Hero component
- Added Textarea component
- Added Page component
- CSS fix for the title bar in the Code and Terminal components
- CSS tweaks and fixes for dark mode
- Added the Terminal Component
- Added the Code Component
- Applied some changes for the documentation
- CSS Tweaks and fixes
- Added a styled select element
- Initial version of a website for the documentation
- Tweaks to the CSS for the body
- Fix for the Checkbox element and how it handles default values
- Fix for the mobile menu in the navbar component
- Renamed some SVG element ids for accessibility improvements
- Fix for border-box css rule affecting checkbox elements
- Fix for menu items in the mobile menu
- Applied border-box css rule to html elements
- Made the checkbox background white
- Removed the default margin that was being applied to buttons
- Applied an 8px default grid for padding on some elements
- Removed some unneeeded dependencies
- Updated existing dependencies
- Added some more options to the NavBar component
- Added extra options to inherit in the links on the navigation menu
- Applied some fixes for the NavBar component
- Included Next.js Links component for navigation bar menu items
- Added the NavBar component from the Sarus website into here
- Imported the Sarus website's grid system into Anephenix UI
- Applied some scoping to the CSS theming for typography and buttons
- Updated development dependencies
- Added defaultValue for fields
- Added a helper function for handling errors
- Added event handlers for the input and button components
- Small fixes for the Checkbox and RadioButton components
- Fix for passing refs to components for use with react-hook-form
- Dropdown component
- FormField component, with support for display validation error messages on form fields
- Pass name and ref values to components for use with react-hook-form
- Node.js esModules support for next build
- Small fix to ensure that the library can be used by a Next.js app without any issues
- Initial version of the library